From e520ac355f841c34438c8d3819b9905e55de2471 Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Sun, 7 Feb 2016 04:19:09 -0500 Subject: fix buglet in checkmem, add fenders target --- Makefile | 8 +++++++- checkmem.s | 2 +- fenders.atr.in | Bin 0 -> 92176 bytes 3 files changed, 8 insertions(+), 2 deletions(-) create mode 100644 fenders.atr.in 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 diff --git a/fenders.atr.in b/fenders.atr.in new file mode 100644 index 0000000..b4505b0 Binary files /dev/null and b/fenders.atr.in differ -- cgit v1.2.3