Bootstrap 8080 via DR macro assembler
This commit is contained in:
parent
d6f1d1ff3d
commit
18e9221bf6
6
Makefile
6
Makefile
@ -33,10 +33,14 @@ ifndef DISPLAY
|
||||
QEMU_ARGS += --display curses
|
||||
endif
|
||||
|
||||
.PHONY: default clean qemu-rom qemu-floppy
|
||||
.PHONY: default bootstrap clean qemu-rom qemu-floppy
|
||||
|
||||
default: fdimage.img
|
||||
|
||||
bootstrap:
|
||||
wget -N http://www.cpm.z80.de/download/mac-b.zip
|
||||
unzip mac-b.zip
|
||||
|
||||
# Host utils
|
||||
utils/%: src/utils/%.c
|
||||
mkdir -p utils
|
||||
|
Loading…
Reference in New Issue
Block a user