mirror of
https://github.com/a2-4am/passport.git
synced 2024-11-12 18:04:43 +00:00
log less in verify mode
This commit is contained in:
parent
26b5467497
commit
1d2ab40c16
@ -11,6 +11,10 @@
|
||||
; disk allows either $D4 or $D5 for the
|
||||
; first address prologue nibble
|
||||
;-------------------------------
|
||||
bit gMode ; nothing to do here in verify mode
|
||||
bmi +
|
||||
jmp .exit
|
||||
+
|
||||
; DOS 3.3 variant
|
||||
lda #$03
|
||||
sta gDisplayBytes
|
||||
@ -115,4 +119,5 @@
|
||||
jsr PrintByID
|
||||
inc gPatchCount
|
||||
.endbne0
|
||||
.exit
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user