|
GE-115 Emulator
An Emulator of the General Electrics GE-115 computer
|
#include "ge.h"Go to the source code of this file.
Data Structures | |
| struct | msl_timing_chart |
| Timing chart row. More... | |
| struct | msl_timing_state |
| Timing chart. More... | |
Typedefs | |
| typedef void(* | msl_command_cb) (struct ge *) |
Functions | |
| const char * | msl_comment_for_command (msl_command_cb command) |
Variables | |
| struct msl_timing_state | msl_timings [0xff] |
| Timing chart definitions. More... | |
| typedef void(* msl_command_cb) (struct ge *) |
Definition at line 6 of file msl-timings.h.
| const char* msl_comment_for_command | ( | msl_command_cb | command | ) |
Definition at line 278 of file msl-timings.c.
|
extern |
Timing chart definitions.
The timing states of the GE-120, recovered from the manuals.
Definition at line 1 of file msl-timings.c.