mirror of
https://github.com/a2-4am/passport.git
synced 2024-12-24 02:30:08 +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.
|
; 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 " "
|
||||||
|
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user