mirror of
https://github.com/deater/dos33fsprogs.git
synced 2025-03-04 04:30:18 +00:00
lemm: fix bug where not erase on bottom half of screen
This commit is contained in:
parent
5fd7ae72c6
commit
e33f1a82c4
@ -11,8 +11,9 @@ hgr_partial_restore:
|
|||||||
sta partial_restore_x1_smc+1
|
sta partial_restore_x1_smc+1
|
||||||
stx partial_restore_x2_smc+1
|
stx partial_restore_x2_smc+1
|
||||||
|
|
||||||
ldx SAVED_Y2
|
ldx SAVED_Y2 ; handle wrap around
|
||||||
bpl partial_restore_yloop
|
cpx #192
|
||||||
|
bcc partial_restore_yloop ; assume > 192 off screen negative
|
||||||
ldx #0
|
ldx #0
|
||||||
|
|
||||||
partial_restore_yloop:
|
partial_restore_yloop:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user