uartctrl: Implement CP437 to DEC VT character conversion

This commit is contained in:
Nero 2021-04-05 18:59:44 +00:00
parent 963aebd948
commit 85d0949ec7
3 changed files with 163 additions and 32 deletions

View file

@ -83,5 +83,5 @@ qemu-floppy5: fd360.img $(ROMS)
qemu-hdd: hdd.img $(ROMS)
$(QEMU) $(QEMU_ARGS) -boot c -hda hdd.img
qemu-uartctrl: uartctrl.rom
$(QEMU) $(QEMU_ARGS) -option-rom uartctrl.rom -serial stdio
qemu-uartctrl: uartctrl.rom chartab.bs
$(QEMU) $(QEMU_ARGS) -option-rom uartctrl.rom -serial stdio -hda chartab.bs