honour verify mode

This commit is contained in:
Peter Ferrie 2018-08-03 14:13:06 -07:00
parent dd1327f4be
commit 202ee089ca
4 changed files with 7 additions and 12 deletions

View File

@ -9,6 +9,8 @@
; Module by Brian Troha
;-------------------------------
!zone {
bit gMode ; nothing to do here in verify-only mode
bpl .exit
ldy #$45
jsr SearchTrack
!byte $BD,$89,$C0

View File

@ -86,11 +86,8 @@
iny
cpy #$03
bne .serialloop
bit gMode
bpl +
lda #s_protserial
jsr PrintByID
+
lda gTrack
beq .track0

View File

@ -31,13 +31,9 @@
; module by qkumba
;-------------------------------
!zone {
bit gMode ; nothing to do here in verify-only mode
bpl .jmpexit
lda gIsSierra
beq +
jmp .dosearch
.jmpexit
jmp .exit
+ ldy #3
jsr SearchTrack
@ -237,7 +233,7 @@
.trybox
lda #$2C ;BIT $xxxx
sta patchstyle
sta .patchstyle
ldy #17
jsr SearchTrack
!byte $20,$00,$1D ;JSR $1D00
@ -277,7 +273,7 @@
;"BLOAD WALT..."
+ bcc +
lda #$60 ;RTS
sta patchstyle
sta .patchstyle
ldy #14
jsr SearchTrack
!byte $A9,$00 ;LDA #$00
@ -299,7 +295,7 @@
pla
ldy #$01
jsr modify
patchstyle
.patchstyle
!byte $2C ;BIT $xxxx
jmp .exit
@ -327,7 +323,7 @@ patchstyle
ldy #$01
jsr modify
!byte $DD ;checksum
sta patchstyle
sta .patchstyle
ldy #11
jsr SearchTrack
!byte $A5,$12 ;LDA $12

View File

@ -144,7 +144,7 @@ StringTable
; can be set directly before calling PrintByID.
;
.header
!text "Passport by 4am 2018-07-19",$00
!text "Passport by 4am 2018-08-03",$00
.mainmenu
!text "________________________________________",$8D,$8D,$8D,$8D,$8D,$8D,$8D
!text " "