|
GE-115 Emulator
An Emulator of the General Electrics GE-115 computer
|
Integrated printer / console typewriter (channel 2) — pragmatic model. More...
#include <ge.h>
Data Fields | |
| int | present |
| char | out [65536] |
| int | out_len |
| uint8_t | kbd [256] |
| int | kbd_head |
| int | kbd_tail |
| int | out_active |
| int | out_remaining |
| int | out_total |
| int | out_line_mode |
| uint8_t | out_saved_so |
Integrated printer / console typewriter (channel 2) — pragmatic model.
present is set only when a printer peripheral is registered (interactive /wasm runs), so the faithful bootstrap channel states are untouched. When present, the channel-2 external-wait (state b8) for a print/typewriter op is completed (B8 -> alpha) instead of hanging, and output bytes are captured into out[]. kbd[] is the operator-keyboard input queue (two-way).