1
0
mirror of https://github.com/cc65/cc65.git synced 2024-11-18 00:07:21 +00:00

Merge branch 'c1p_kbhit' into c1p_scrsize

This commit is contained in:
Stephan Mühlstrasser 2015-02-23 19:17:54 +01:00
commit 772a98d1ec

View File

@ -58,8 +58,9 @@ scroll: lda SCRNBASE+$00A5,x
sta SCRNBASE+$0285,x
inx
bne scroll
bottom:
lda #' ' ; Clear bottom line of screen
bottom:
sta SCRNBASE+$0385,x
inx
cpx #SCR_WIDTH