tab logic was off by one at the end.

This commit is contained in:
Kelvin Sherlock 2021-09-08 23:34:27 -04:00
parent 073813c199
commit 42bef68d80
1 changed files with 1 additions and 1 deletions

2
vt52.S
View File

@ -905,7 +905,7 @@ ctrl_1b ; escape -
ctrl_09 ; tab
lda x
cmp #73
cmp #72
bcs :one
clc