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