don't print in verify mode

This commit is contained in:
4am 2018-09-22 23:00:04 -04:00
parent 616d71b452
commit 0175335383

View File

@ -64,8 +64,11 @@
+ ldx #ID_DOS32LO + ldx #ID_DOS32LO
jsr ConstructStandardDelivery jsr ConstructStandardDelivery
++ lda #s_bootwrite ++ bit gMode ; do not print in verify mode
bpl +++
lda #s_bootwrite
jsr PrintByID jsr PrintByID
inc gPatchCount +++ inc gPatchCount
.exit .exit
} }