From: Stephan Mühlstrasser Date: Mon, 23 Feb 2015 18:17:54 +0000 (+0100) Subject: Merge branch 'c1p_kbhit' into c1p_scrsize X-Git-Tag: V2.15~20^2~6^2 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=772a98d1ec72724d2815d3b4c6b43634b04224e2;p=cc65 Merge branch 'c1p_kbhit' into c1p_scrsize --- 772a98d1ec72724d2815d3b4c6b43634b04224e2 diff --cc libsrc/osic1p/cputc.s index 9f3ff0dc0,4e16e92df..e4416682a --- a/libsrc/osic1p/cputc.s +++ b/libsrc/osic1p/cputc.s @@@ -58,11 -58,12 +58,12 @@@ scroll: lda SCRNBASE+$00A5, sta SCRNBASE+$0285,x inx bne scroll - bottom: + lda #' ' ; Clear bottom line of screen + bottom: sta SCRNBASE+$0385,x inx - cpx #SCR_LINELEN+1 + cpx #SCR_WIDTH bne bottom plot: ldy CURS_Y