Merge branch 'c1p_scrsize' into c1p

This commit is contained in:
Stephan Mühlstrasser 2015-02-23 20:13:55 +01:00
commit 64cfedc7f4

View file

@ -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