Makefile: allow COM program testing via dosbox

This commit is contained in:
Nero 2021-04-20 16:27:32 +00:00
parent d9affa3cae
commit 24f04792f6
1 changed files with 3 additions and 0 deletions

View File

@ -85,3 +85,6 @@ qemu-hdd: hdd.img $(ROMS)
qemu-uartctrl: uartctrl.rom chartab.bs qemu-uartctrl: uartctrl.rom chartab.bs
$(QEMU) $(QEMU_ARGS) -option-rom uartctrl.rom -serial stdio -hda chartab.bs $(QEMU) $(QEMU_ARGS) -option-rom uartctrl.rom -serial stdio -hda chartab.bs
dosbox-%: %.com
dosbox -c "mount P $(CURDIR)" -c "P:" -c "$< $(ARGS)"