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

Field Documentation

◆ data

uint8_t data

Definition at line 89 of file reader.h.

◆ fine

uint8_t fine

Definition at line 95 of file reader.h.

◆ mare

uint8_t mare

Definition at line 91 of file reader.h.

◆ name

const char* name

Definition at line 87 of file reader.h.

◆ te10

uint8_t te10

Definition at line 92 of file reader.h.

◆ te20

uint8_t te20

Definition at line 93 of file reader.h.

◆ te30

uint8_t te30

Definition at line 94 of file reader.h.