Merge pull request #58 from ksherlock/ovr_off

qlinkgs - OVR OFF was checking for 'F' instead of 'O'.
This commit is contained in:
Lane Roathe 2021-04-26 08:59:35 -07:00 committed by GitHub
commit b1867bb1e3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -3427,7 +3427,7 @@ ovrop ldy #$00
and #$5f
cmp #'A'
beq :all
cmp #'F'
cmp #'O'
beq :off
cmp #';'
beq :one