don't run with < 64kb

This commit is contained in:
Peter Ferrie 2019-08-27 10:53:01 -07:00
parent 68acfb8792
commit 5a059dca7f
2 changed files with 10 additions and 1 deletions

View File

@ -280,7 +280,7 @@ StringTableHigh
; can be set directly before calling PrintByID. ; can be set directly before calling PrintByID.
; ;
.header .header
!text "Passport by 4am 2019-08-08",$00 !text "Passport by 4am 2019-08-27",$00
.mainmenu .mainmenu
!text "________________________________________",$8D,$8D,$8D,$8D,$8D,$8D,$8D,$8D !text "________________________________________",$8D,$8D,$8D,$8D,$8D,$8D,$8D,$8D
!text " " !text " "

View File

@ -4,6 +4,15 @@
!source "../build/vars.a" !source "../build/vars.a"
lda $BF98 ;MachineID
and #$20 ;64kb+
bne good_mem
jsr $BF00
!byte $65
!word quit
quit !byte 4
good_mem
jsr decrunch jsr decrunch
sty $fe ;;zp_dest_lo sty $fe ;;zp_dest_lo