diff options
-rw-r--r-- | Makefile | 8 | ||||
-rw-r--r-- | checkmem.s | 2 | ||||
-rw-r--r-- | fenders.atr.in | bin | 0 -> 92176 bytes |
3 files changed, 8 insertions, 2 deletions
@@ -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 @@ -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 Binary files differnew file mode 100644 index 0000000..b4505b0 --- /dev/null +++ b/fenders.atr.in |