auto-wrap wasn't advancing the cursor after wrapping.

This commit is contained in:
Kelvin Sherlock 2022-01-29 11:56:15 -05:00
parent c15ae6ac4c
commit 22d1c744bb
1 changed files with 2 additions and 2 deletions

View File

@ -308,7 +308,7 @@ draw_char_raw ent
jsr recalc_cursor
pla
sta [cursor_base] ; offset 0
rts
jmp advance_x
:scroll
pha ; save
@ -317,7 +317,7 @@ draw_char_raw ent
jsr recalc_cursor_x
pla
sta [cursor_base] ; offset 0
rts
jmp advance_x
* erase screen commands are not affected by origin or scrolling region.