mirror of
https://github.com/a2-4am/passport.git
synced 2024-12-23 10:31:52 +00:00
don't run with < 64kb
This commit is contained in:
parent
68acfb8792
commit
5a059dca7f
@ -280,7 +280,7 @@ StringTableHigh
|
||||
; can be set directly before calling PrintByID.
|
||||
;
|
||||
.header
|
||||
!text "Passport by 4am 2019-08-08",$00
|
||||
!text "Passport by 4am 2019-08-27",$00
|
||||
.mainmenu
|
||||
!text "________________________________________",$8D,$8D,$8D,$8D,$8D,$8D,$8D,$8D
|
||||
!text " "
|
||||
|
@ -4,6 +4,15 @@
|
||||
|
||||
!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
|
||||
sty $fe ;;zp_dest_lo
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user