Merge branch 'c1p_kbhit' into c1p_scrsize

This commit is contained in:
Stephan Mühlstrasser 2015-02-23 19:08:33 +01:00
commit cc2dc578fe

View File

@ -58,6 +58,12 @@ scroll: lda SCRNBASE+$00A5,x
sta SCRNBASE+$0285,x
inx
bne scroll
bottom:
lda #' ' ; Clear bottom line of screen
sta SCRNBASE+$0385,x
inx
cpx #SCR_WIDTH
bne bottom
plot: ldy CURS_Y
lda ScrLo,y