don't print certain messages in verify-only mode

This commit is contained in:
4am 2017-07-15 11:24:32 -04:00
parent bbc8fec036
commit b7c168ecaa

View File

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