Merge branch 'c1p_scrsize' into c1p
This commit is contained in:
@@ -59,6 +59,13 @@ scroll: lda SCRNBASE+$00A5,x
|
|||||||
inx
|
inx
|
||||||
bne scroll
|
bne scroll
|
||||||
|
|
||||||
|
lda #' ' ; Clear bottom line of screen
|
||||||
|
bottom:
|
||||||
|
sta SCRNBASE+$0385,x
|
||||||
|
inx
|
||||||
|
cpx #SCR_WIDTH
|
||||||
|
bne bottom
|
||||||
|
|
||||||
plot: ldy CURS_Y
|
plot: ldy CURS_Y
|
||||||
lda ScrLo,y
|
lda ScrLo,y
|
||||||
sta SCREEN_PTR
|
sta SCREEN_PTR
|
||||||
|
|||||||
Reference in New Issue
Block a user