aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorB. Watson <yalhcru@gmail.com>2016-02-07 01:35:10 -0500
committerB. Watson <yalhcru@gmail.com>2016-02-07 01:35:10 -0500
commite5b222e120b3abab5fb27e86ac0257d24770ba03 (patch)
treedb609a693e61d30248f3b80cc4810b9556a33823 /Makefile
parenta57be4c9966f5824bc2ba440684496af663077de (diff)
downloadtaipan-e5b222e120b3abab5fb27e86ac0257d24770ba03.tar.gz
tweaking checkmem stuff
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 6dd4921..43954c4 100644
--- a/Makefile
+++ b/Makefile
@@ -153,12 +153,9 @@ comptitle.xex: titledata.dat titlecomp.pl comptitle.s.in
cl65 -l comptitle.lst -o comptitle.xex -t none --asm-define destination=$(TITLE_DATA_ADDR) comptitle.s
# tiny 1-sector memory checker, aborts the laod if a cart is present.
-checkmem.xex: cartmsg.dat checkmem.s
+checkmem.xex: checkmem.s
cl65 -o checkmem.xex -t none checkmem.s
-cartmsg.dat: cartmsg.txt text2screen.pl
- perl text2screen.pl cartmsg.txt > cartmsg.dat
-
# Init segment that loads after the title screen data. It sets up
# a custom display list and sets the GTIA for narrow playfield,
# then waits for a keypress. Afterwards, it restores the OS's