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