Merge branch 'c1p_scrsize' into c1p
This commit is contained in:
commit
64cfedc7f4
1 changed files with 7 additions and 0 deletions
|
@ -59,6 +59,13 @@ scroll: lda SCRNBASE+$00A5,x
|
|||
inx
|
||||
bne scroll
|
||||
|
||||
lda #' ' ; Clear bottom line of screen
|
||||
bottom:
|
||||
sta SCRNBASE+$0385,x
|
||||
inx
|
||||
cpx #SCR_WIDTH
|
||||
bne bottom
|
||||
|
||||
plot: ldy CURS_Y
|
||||
lda ScrLo,y
|
||||
sta SCREEN_PTR
|
||||
|
|
Loading…
Add table
Reference in a new issue