aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile8
-rw-r--r--checkmem.s2
-rw-r--r--fenders.atr.inbin0 -> 92176 bytes
3 files changed, 8 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 43954c4..8167510 100644
--- a/Makefile
+++ b/Makefile
@@ -120,9 +120,15 @@ tags:
# 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
+dos2: taipan.atr
atari800 -nobasic -nopatch taipan.atr
+fenders: all
+ cp taipan.xex TAIPAN
+ cp fenders.atr.in fenders.atr
+ axe -w TAIPAN fenders.atr
+ atari800 -nopatch fenders.atr
+
taipan.atr: all
cp ~/dos_20s.atr taipan.atr
cp taipan.xex AUTORUN.SYS
diff --git a/checkmem.s b/checkmem.s
index a88b462..ad67f50 100644
--- a/checkmem.s
+++ b/checkmem.s
@@ -77,10 +77,10 @@ ramtop_ok:
jmp gr_0
;8. Do a GRAPHICS 0.
+rom_present:
jsr gr_0
;9. Print a "remove cartridge" message
-rom_present:
lda #<msg
sta FR0
lda #>msg
diff --git a/fenders.atr.in b/fenders.atr.in
new file mode 100644
index 0000000..b4505b0
--- /dev/null
+++ b/fenders.atr.in
Binary files differ