GE-115 Emulator
An Emulator of the General Electrics GE-115 computer
Data Structures | Typedefs | Functions | Variables
msl-timings.h File Reference
#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 Documentation

◆ msl_command_cb

typedef void(* msl_command_cb) (struct ge *)

Definition at line 6 of file msl-timings.h.

Function Documentation

◆ msl_comment_for_command()

const char* msl_comment_for_command ( msl_command_cb  command)

Definition at line 278 of file msl-timings.c.

Variable Documentation

◆ msl_timings

struct msl_timing_state msl_timings[0xff]
extern

Timing chart definitions.

The timing states of the GE-120, recovered from the manuals.

Definition at line 1 of file msl-timings.c.