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

View File

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