From 3e443ad06e61cf6f67c335f657b4010efc7993fe Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Sun, 3 Jan 2016 04:36:01 -0500 Subject: add target for testing without SIO patch --- Makefile | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 4973550..bcc8d53 100644 --- a/Makefile +++ b/Makefile @@ -67,6 +67,17 @@ all: $(XEX) test: all atari800 -nobasic $(XEX) +# The above is fast & easy, but from time to time it's necessary +# to test slow loading, make sure the title screen stuff works OK. +testatr: taipan.atr + atari800 -nobasic -nopatch taipan.atr + +taipan.atr: all + cp ~/dos_20s.atr taipan.atr + cp taipan.xex AUTORUN.SYS + axe -w AUTORUN.SYS taipan.atr + rm -f AUTORUN.SYS + # old title #$(XEX): taimain.xex taifont.xex title.xex # cat taifont.xex title.xex taimain.xex > $(XEX) @@ -160,7 +171,7 @@ convfont: convfont.c # Obligatory clean and distclean rules. clean: - rm -f *.o *.lst convfont *.xex AUTORUN.SYS + rm -f *.o *.lst convfont *.xex AUTORUN.SYS taipan.atr distclean: clean rm -f *~ core .*.swp 1.* 2.* 1 2 3 map map.* *.map a b c foo bar baz -- cgit v1.2.3