GE-115 Emulator
An Emulator of the General Electrics GE-115 computer
|
#include <ge.h>
Data Fields | |
struct ge_peri * | next |
int(* | init )(struct ge *, void *) |
int(* | on_pulse )(struct ge *, void *) |
int(* | on_clock )(struct ge *, void *) |
int(* | deinit )(struct ge *, void *) |
void * | ctx |