|
|
@ -1,6 +1,6 @@ |
|
|
OBJECTS = |
|
|
OBJECTS = |
|
|
|
|
|
|
|
|
ifeq (1,1) |
|
|
|
|
|
|
|
|
ifeq (1,0) |
|
|
OBJECTS += DYNO_std.rom |
|
|
OBJECTS += DYNO_std.rom |
|
|
OBJECTS += EZZ80_std.rom |
|
|
OBJECTS += EZZ80_std.rom |
|
|
OBJECTS += MK4_std.rom |
|
|
OBJECTS += MK4_std.rom |
|
|
@ -27,18 +27,18 @@ MOREDIFF = camel80.bin game.bin hbios_rom.bin nascom.bin prefix.bin usrrom.bin \ |
|
|
eastaegg.bin hbios_img.bin imgpad.bin osimg.bin tastybasic.bin \
|
|
|
eastaegg.bin hbios_img.bin imgpad.bin osimg.bin tastybasic.bin \
|
|
|
game.bin usrrom.bin |
|
|
game.bin usrrom.bin |
|
|
|
|
|
|
|
|
SUBDIRS = |
|
|
|
|
|
DEST = ../../Binary |
|
|
|
|
|
TOOLS =../../Tools |
|
|
|
|
|
OTHERS = *.img *.rom *.com *.bin *.z80 cpm.sys zsys.sys Build.inc RomDisk.tmp font*.asm |
|
|
|
|
|
include $(TOOLS)/Makefile.inc |
|
|
|
|
|
|
|
|
SUBDIRS = |
|
|
|
|
|
DEST = ../../Binary |
|
|
|
|
|
TOOLS =../../Tools |
|
|
|
|
|
OTHERS = *.img *.rom *.com *.bin *.z80 cpm.sys zsys.sys Build.inc RomDisk.tmp font*.asm |
|
|
|
|
|
include $(TOOLS)/Makefile.inc |
|
|
|
|
|
|
|
|
ifeq ($(DIFFMAKE),1) |
|
|
ifeq ($(DIFFMAKE),1) |
|
|
DIFFBUILD := -d $(DIFFTO)/Source/HBIOS |
|
|
DIFFBUILD := -d $(DIFFTO)/Source/HBIOS |
|
|
endif |
|
|
endif |
|
|
|
|
|
|
|
|
DIFFPATH = $(DIFFTO)/Binary |
|
|
DIFFPATH = $(DIFFTO)/Binary |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ROMSIZE=512 |
|
|
ROMSIZE=512 |
|
|
|
|
|
|
|
|
@ -47,8 +47,8 @@ N8_std.rom: ROMSIZE=512 |
|
|
%.rom: |
|
|
%.rom: |
|
|
bash Build.sh $(DIFFBUILD) $(shell echo $* | tr '_' ' ') $(ROMSIZE) |
|
|
bash Build.sh $(DIFFBUILD) $(shell echo $* | tr '_' ' ') $(ROMSIZE) |
|
|
|
|
|
|
|
|
#ZETA2_std.rom:
|
|
|
|
|
|
# bash Build.sh ZETA2 std 512
|
|
|
|
|
|
|
|
|
#ZETA2_std.rom:
|
|
|
|
|
|
# bash Build.sh ZETA2 std 512
|
|
|
|
|
|
|
|
|
hbios_rom.bin: hbios.asm build.inc |
|
|
hbios_rom.bin: hbios.asm build.inc |
|
|
$(TASM) -dROMBOOT hbios.asm hbios_rom.bin hbios_rom.lst |
|
|
$(TASM) -dROMBOOT hbios.asm hbios_rom.bin hbios_rom.lst |
|
|
|