mirror of
https://github.com/cc65/cc65.git
synced 2024-12-23 04:30:10 +00:00
Merge branch 'c1p_kbhit' into c1p_scrsize
This commit is contained in:
commit
cc2dc578fe
@ -58,6 +58,12 @@ scroll: lda SCRNBASE+$00A5,x
|
|||||||
sta SCRNBASE+$0285,x
|
sta SCRNBASE+$0285,x
|
||||||
inx
|
inx
|
||||||
bne scroll
|
bne scroll
|
||||||
|
bottom:
|
||||||
|
lda #' ' ; Clear bottom line of screen
|
||||||
|
sta SCRNBASE+$0385,x
|
||||||
|
inx
|
||||||
|
cpx #SCR_WIDTH
|
||||||
|
bne bottom
|
||||||
|
|
||||||
plot: ldy CURS_Y
|
plot: ldy CURS_Y
|
||||||
lda ScrLo,y
|
lda ScrLo,y
|
||||||
|
Loading…
Reference in New Issue
Block a user