|
GE-115 Emulator
An Emulator of the General Electrics GE-115 computer
|
#include "ge.h"Go to the source code of this file.
Functions | |
| int | printer_register (struct ge *ge) |
| void | printer_begin_output (struct ge *ge, uint16_t buffer, int length, int line_mode) |
| void | printer_feed_key (struct ge *ge, uint8_t c) |
| int | printer_output_len (struct ge *ge) |
| const char * | printer_output (struct ge *ge) |
| void | printer_output_clear (struct ge *ge) |
| void printer_begin_output | ( | struct ge * | ge, |
| uint16_t | buffer, | ||
| int | length, | ||
| int | line_mode | ||
| ) |