mirror of
https://github.com/a2-4am/passport.git
synced 2025-01-03 08:33:18 +00:00
clear B200-BEFF to avoid false positives checking memory locations during analyze after cracking previous disk
This commit is contained in:
parent
0d3bd353a3
commit
9c149d5116
@ -8,7 +8,7 @@
|
||||
;-------------------------------
|
||||
; Passport
|
||||
; a 4am hack
|
||||
; (c) 2016-9 by 4am
|
||||
; (c) 2016-2020 by 4am
|
||||
;
|
||||
; Permission is hereby granted, free of charge, to any
|
||||
; person obtaining a copy of this software and associated
|
||||
@ -244,6 +244,10 @@ Reaction
|
||||
sta TEXTTOP
|
||||
lda #s_reading
|
||||
jsr PrintByID
|
||||
lda #$B2
|
||||
ldx #$00
|
||||
ldy #$0D
|
||||
jsr ClearMemory
|
||||
jsr CopyUniversal
|
||||
jsr IgnoreAddressChecksum
|
||||
jsr ReadSector
|
||||
|
@ -280,7 +280,7 @@ StringTableHigh
|
||||
; can be set directly before calling PrintByID.
|
||||
;
|
||||
.header
|
||||
!text "Passport by 4am 2020-07-19",$00
|
||||
!text "Passport by 4am 2020-07-20",$00
|
||||
.mainmenu
|
||||
!text "________________________________________",$8D,$8D,$8D,$8D,$8D,$8D,$8D,$8D
|
||||
!text " "
|
||||
|
Loading…
Reference in New Issue
Block a user