mirror of
https://github.com/ksherlock/itty-bitty-vtty.git
synced 2024-11-21 05:31:06 +00:00
OS-free, tool-free, accurate vt100 emulator for the Apple IIgs
1cc501e72a
this also adds a hexdump in the CDA for the outgoing buffer in local mode, "incoming" data is read from the outgoing buffer. Currently data is (potentially) sent on each run of the main loop. I thought about using the TX empty interrupt but it still needs to be kicked off at some point (unlike incoming data) |
||
---|---|---|
apple2gs.equ.S | ||
boot.S | ||
debug.S | ||
link.S | ||
make-vt100.sh | ||
makefile | ||
modem.s | ||
README.md | ||
scc.s | ||
screen.S | ||
table.py | ||
vt52.S | ||
vt100.beep.S | ||
vt100.cda.S | ||
vt100.csi.S | ||
vt100.ctrl.S | ||
vt100.esc.S | ||
vt100.key.S | ||
vt100.link.S | ||
vt100.main.S | ||
vt100.modem.S | ||
vt100.S | ||
vt100.screen.S | ||
vt100.tabs.S | ||
vt100.vt52.S | ||
vt.equ.S |
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. 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