Fix scrolling (again). The old code switched off scrolling completely, as a

consequence it didn't work when write(FILENO_STDOUT, ...) was used. So we will
have to disable scrolling on a per character basis in cputc.


git-svn-id: svn://svn.cc65.org/cc65/trunk@4617 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
uz
2010-03-07 13:37:58 +00:00
parent 28736e9a17
commit 9656dde9e3
2 changed files with 22 additions and 20 deletions

View File

@@ -22,8 +22,7 @@
jsr SWAPPER ; Toggle the mode
lda #14
jsr BSOUT ; Switch to lower case chars
lda #$C0
sta SCROLL ; Disable scrolling
pla ; Get old mode into A
; Done, old mode is in A