Add include file for BPB data
This commit is contained in:
parent
eabb1d9fa9
commit
73fb2b1e81
2 changed files with 30 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -9,7 +9,7 @@ QEMU = qemu-system-$(QEMU_ARCH)
|
|||
QEMU_ARGS = $(addprefix --option-rom ,$(ROMS))
|
||||
|
||||
NASM = nasm
|
||||
NASM_ARGS = -s -I. -Ilib -w-macro-params -DFLOPPY=$(FLOPPY)
|
||||
NASM_ARGS = -s -I. -Iinc -w-macro-params -DFLOPPY=$(FLOPPY)
|
||||
|
||||
EMUL = utils/emul
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue