mirror of
https://github.com/a2-4am/passport.git
synced 2024-12-24 17:29:40 +00:00
don't print certain messages in verify-only mode
This commit is contained in:
parent
bbc8fec036
commit
b7c168ecaa
@ -83,9 +83,11 @@
|
|||||||
iny
|
iny
|
||||||
cpy #$03
|
cpy #$03
|
||||||
bne .serialloop
|
bne .serialloop
|
||||||
|
bit gMode
|
||||||
|
bpl +
|
||||||
lda #s_protserial
|
lda #s_protserial
|
||||||
jsr PrintByID
|
jsr PrintByID
|
||||||
|
+
|
||||||
lda gTrack
|
lda gTrack
|
||||||
beq .track0
|
beq .track0
|
||||||
|
|
||||||
@ -122,9 +124,11 @@
|
|||||||
;
|
;
|
||||||
; decrypt RWTS in track buffer
|
; decrypt RWTS in track buffer
|
||||||
;
|
;
|
||||||
|
bit gMode
|
||||||
|
bpl +
|
||||||
lda #s_protdosw
|
lda #s_protdosw
|
||||||
jsr PrintByID
|
jsr PrintByID
|
||||||
ldx #BASEPAGE
|
+ ldx #BASEPAGE
|
||||||
inx
|
inx
|
||||||
stx .a+2
|
stx .a+2
|
||||||
stx .b+2
|
stx .b+2
|
||||||
|
Loading…
Reference in New Issue
Block a user