mirror of
https://github.com/cc65/cc65.git
synced 2024-11-18 00:07:21 +00:00
Merge branch 'c1p_kbhit' into c1p_scrsize
This commit is contained in:
commit
772a98d1ec
@ -58,8 +58,9 @@ scroll: lda SCRNBASE+$00A5,x
|
||||
sta SCRNBASE+$0285,x
|
||||
inx
|
||||
bne scroll
|
||||
bottom:
|
||||
|
||||
lda #' ' ; Clear bottom line of screen
|
||||
bottom:
|
||||
sta SCRNBASE+$0385,x
|
||||
inx
|
||||
cpx #SCR_WIDTH
|
||||
|
Loading…
Reference in New Issue
Block a user