fix up-arrow behaviour

This commit is contained in:
Peter Ferrie 2016-11-01 10:08:48 -07:00
parent 7bf5cb5e7e
commit 94d27184ca

View File

@ -488,7 +488,8 @@ HandleKeyLineRight
beq SetColumn ;always
HandleKeyLineUp
dec MyCV + 1
ldy MyCV + 1
dey
bpl SetRow
ldy #(HEIGHT - 2)