OS-free, tool-free, accurate vt100 emulator for the Apple IIgs
Go to file
2024-09-12 16:07:10 -04:00
apple2gs.equ.S at 2.6mhz, 9600baud, I was experiencing lost characters during line scroll or screen clear. To compensate, replace modem polling with asynchronous/interrupt-based code. Up to 256 bytes of modem data can be buffered. 2021-10-24 20:13:06 -04:00
boot.S
debug.S bug fixes. 2021-09-25 11:05:06 -04:00
link.S
make-vt100.sh clean up link file a bit. 2021-10-24 21:47:29 -04:00
makefile
modem.s
README.md Create README.md 2021-10-26 08:16:26 -04:00
scc.s
screen.S
table.py
vt52.S
vt100.beep.S typo. 2021-10-23 12:24:36 -04:00
vt100.cda.S add command-L to toggle local/online 2022-02-07 10:34:10 -05:00
vt100.csi.S [VT102] SRM/IRM variables [wip] 2024-09-12 16:07:10 -04:00
vt100.ctrl.S print the cancel character for ^X and ^Z. 2022-01-17 13:13:07 -05:00
vt100.esc.S saving the cursor also saves the SGR 2022-01-29 10:43:09 -05:00
vt100.key.S DECARM (key repeat) settings were backwards 2024-09-12 16:04:21 -04:00
vt100.link.S clean up link file a bit. 2021-10-24 21:47:29 -04:00
vt100.main.S add command-L to toggle local/online 2022-02-07 10:34:10 -05:00
vt100.modem.S add command-L to toggle local/online 2022-02-07 10:34:10 -05:00
vt100.S
vt100.screen.S auto-wrap wasn't advancing the cursor after wrapping. 2022-01-29 11:56:15 -05:00
vt100.tabs.S tab/keypad fixes 2021-09-21 23:40:22 -04:00
vt100.vt52.S at 2.6mhz, 9600baud, I was experiencing lost characters during line scroll or screen clear. To compensate, replace modem polling with asynchronous/interrupt-based code. Up to 256 bytes of modem data can be buffered. 2021-10-24 20:13:06 -04:00
vt.equ.S [VT102] SRM/IRM variables [wip] 2024-09-12 16:07:10 -04:00

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