uartctrl: Implement CP437 to DEC VT character conversion
This commit is contained in:
parent
963aebd948
commit
85d0949ec7
3 changed files with 163 additions and 32 deletions
4
Makefile
4
Makefile
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue