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.
19 lines
398 B
19 lines
398 B
HD1024ZRCPREFIX = hd1024_zrc_prefix.dat
|
|
ZRCROM = ../../Binary/RCZ80_zrc.rom
|
|
|
|
OBJECTS :=
|
|
|
|
ifneq ($(wildcard $(ZRCROM)),)
|
|
OBJECTS += $(HD1024ZRCPREFIX)
|
|
endif
|
|
|
|
DEST=../../Binary
|
|
|
|
TOOLS = ../../Tools
|
|
|
|
include $(TOOLS)/Makefile.inc
|
|
|
|
DIFFPATH = $(DIFFTO)/Binary
|
|
|
|
$(HD1024ZRCPREFIX):
|
|
cat zrc_cfldr.bin zrc_ptbl.bin zrc_fill_1.bin zrc_mon.bin zrc_fill_2.bin $(ZRCROM) zrc_fill_3.bin >$@
|