OVR OFF was checking for 'F' instead of 'O'.

This commit is contained in:
Kelvin Sherlock 2021-04-25 20:41:23 -04:00
parent bdbf17024e
commit c12743b943
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