log less in verify mode

This commit is contained in:
4am 2019-04-08 11:40:07 -04:00
parent 26b5467497
commit 1d2ab40c16

View File

@ -11,6 +11,10 @@
; disk allows either $D4 or $D5 for the ; disk allows either $D4 or $D5 for the
; first address prologue nibble ; first address prologue nibble
;------------------------------- ;-------------------------------
bit gMode ; nothing to do here in verify mode
bmi +
jmp .exit
+
; DOS 3.3 variant ; DOS 3.3 variant
lda #$03 lda #$03
sta gDisplayBytes sta gDisplayBytes
@ -115,4 +119,5 @@
jsr PrintByID jsr PrintByID
inc gPatchCount inc gPatchCount
.endbne0 .endbne0
.exit
} }