mirror of
https://github.com/a2-4am/passport.git
synced 2024-12-24 02:30:08 +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
|
||||
cpy #$03
|
||||
bne .serialloop
|
||||
bit gMode
|
||||
bpl +
|
||||
lda #s_protserial
|
||||
jsr PrintByID
|
||||
|
||||
+
|
||||
lda gTrack
|
||||
beq .track0
|
||||
|
||||
@ -122,9 +124,11 @@
|
||||
;
|
||||
; decrypt RWTS in track buffer
|
||||
;
|
||||
bit gMode
|
||||
bpl +
|
||||
lda #s_protdosw
|
||||
jsr PrintByID
|
||||
ldx #BASEPAGE
|
||||
+ ldx #BASEPAGE
|
||||
inx
|
||||
stx .a+2
|
||||
stx .b+2
|
||||
|
Loading…
Reference in New Issue
Block a user