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 64 of file reader.h.

Field Documentation

◆ data

uint8_t data

Definition at line 67 of file reader.h.

◆ fine

uint8_t fine

Definition at line 73 of file reader.h.

◆ mare

uint8_t mare

Definition at line 69 of file reader.h.

◆ name

const char* name

Definition at line 65 of file reader.h.

◆ te10

uint8_t te10

Definition at line 70 of file reader.h.

◆ te20

uint8_t te20

Definition at line 71 of file reader.h.

◆ te30

uint8_t te30

Definition at line 72 of file reader.h.