mirror of https://github.com/wwarthen/RomWBW.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
449 B
20 lines
449 B
OBJECTS = ZETA2_std.rom
|
|
SUBDIRS =
|
|
DEST = ../../Binary/Apps
|
|
TOOLS =../../Tools
|
|
OTHERS = *.bin *.z80 cpm.sys zsys.sys Build.inc
|
|
include $(TOOLS)/Makefile.inc
|
|
DIFFPATH = $(DIFFTO)/Binary
|
|
|
|
ZETA2_std.rom:
|
|
bash Build.sh ZETA2 std 512
|
|
|
|
hbios_rom.bin: hbios.asm
|
|
$(TASM) -dROMBOOT hbios.asm hbios_rom.bin
|
|
|
|
hbios_app.bin: hbios.asm
|
|
$(TASM) -dAPPBOOT hbios.asm hbios_app.bin
|
|
|
|
hbios_img.bin: hbios.asm
|
|
$(TASM) -dIMGBOOT hbios.asm hbios_img.bin
|
|
|
|
|