GE-115 Emulator
An Emulator of the General Electrics GE-115 computer
Data Fields
ge_connector Struct Reference

#include <reader.h>

Data Fields

const char * name
 
uint8_t data
 
uint8_t mare:1
 
uint8_t te10:1
 
uint8_t te20:1
 
uint8_t te30:1
 
uint8_t fine:1
 

Detailed Description

Definition at line 25 of file reader.h.

Field Documentation

◆ data

uint8_t data

Definition at line 28 of file reader.h.

◆ fine

uint8_t fine

Definition at line 34 of file reader.h.

◆ mare

uint8_t mare

Definition at line 30 of file reader.h.

◆ name

const char* name

Definition at line 26 of file reader.h.

◆ te10

uint8_t te10

Definition at line 31 of file reader.h.

◆ te20

uint8_t te20

Definition at line 32 of file reader.h.

◆ te30

uint8_t te30

Definition at line 33 of file reader.h.