mirror of
https://github.com/ksherlock/itty-bitty-vtty.git
synced 2024-11-21 20:30:56 +00:00
13 lines
399 B
Markdown
13 lines
399 B
Markdown
|
# itty-bitty-vtty
|
||
|
A vt100 emulator for the Apple IIgs
|
||
|
|
||
|
vt100, modem port, 9600 baud, 8-N-1 (MAME defaults)
|
||
|
|
||
|
A vt100 emulator based on The [User Guide](https://www.vt100.net/docs/vt100-ug/contents.html). Underspecified behavior is tested with MAME's vt100 emulation.
|
||
|
|
||
|
Unimplemented due to hardware limitations:
|
||
|
|
||
|
* alternate character sets
|
||
|
* graphic rendition (except plain/reverse)
|
||
|
* 132-column mode
|