clear B200-BEFF to avoid false positives checking memory locations during analyze after cracking previous disk

This commit is contained in:
4am 2020-07-20 12:49:09 -04:00
parent 0d3bd353a3
commit 9c149d5116
2 changed files with 6 additions and 2 deletions

View File

@ -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

View File

@ -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 " "