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

#include <console.h>

Data Fields

uint16_t AC_ON:1
 
uint16_t DC_ALERT:1
 
uint16_t POWER_ON:1
 
uint16_t MAINTENANCE_ON:1
 
uint16_t SWITCH_1:1
 
uint16_t SWITCH_2:1
 
uint16_t STEP_BY_STEP:1
 
uint16_t LOAD_1_2:1
 
uint16_t EMERGEN_OFF:1
 
uint16_t STANDBY:1
 
uint16_t _pad_0:1
 
uint16_t MEM_CHECK:1
 
uint16_t CLEAR:1
 
uint16_t LOAD:1
 
uint16_t HALT_START:1
 
uint16_t OPER_CALL:1
 

Detailed Description

Definition at line 158 of file console.h.

Field Documentation

◆ _pad_0

uint16_t _pad_0

Definition at line 169 of file console.h.

◆ AC_ON

uint16_t AC_ON

Definition at line 159 of file console.h.

◆ CLEAR

uint16_t CLEAR

Definition at line 171 of file console.h.

◆ DC_ALERT

uint16_t DC_ALERT

Definition at line 160 of file console.h.

◆ EMERGEN_OFF

uint16_t EMERGEN_OFF

Definition at line 167 of file console.h.

◆ HALT_START

uint16_t HALT_START

Definition at line 173 of file console.h.

◆ LOAD

uint16_t LOAD

Definition at line 172 of file console.h.

◆ LOAD_1_2

uint16_t LOAD_1_2

Definition at line 166 of file console.h.

◆ MAINTENANCE_ON

uint16_t MAINTENANCE_ON

Definition at line 162 of file console.h.

◆ MEM_CHECK

uint16_t MEM_CHECK

Definition at line 170 of file console.h.

◆ OPER_CALL

uint16_t OPER_CALL

Definition at line 174 of file console.h.

◆ POWER_ON

uint16_t POWER_ON

Definition at line 161 of file console.h.

◆ STANDBY

uint16_t STANDBY

Definition at line 168 of file console.h.

◆ STEP_BY_STEP

uint16_t STEP_BY_STEP

Definition at line 165 of file console.h.

◆ SWITCH_1

uint16_t SWITCH_1

Definition at line 163 of file console.h.

◆ SWITCH_2

uint16_t SWITCH_2

Definition at line 164 of file console.h.