]> git.sur5r.net Git - cc65/commitdiff
Merge branch 'c1p_kbhit' into c1p_scrsize
authorStephan Mühlstrasser <stephan.muehlstrasser@web.de>
Mon, 23 Feb 2015 18:17:54 +0000 (19:17 +0100)
committerStephan Mühlstrasser <stephan.muehlstrasser@web.de>
Mon, 23 Feb 2015 18:17:54 +0000 (19:17 +0100)
1  2 
libsrc/osic1p/cputc.s

index 9f3ff0dc052c1fa1340d265cbcfe8df925cb0280,4e16e92df0db8deb979cc629185749d88baede49..e4416682ad831230480c70567c5ec47c9289811e
@@@ -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