1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-08 15:29:37 +00:00

Fixed a video problem: When switching the display, the SCROLL flag gets

cleared, which in turn causes the display to scroll when a character is output
in the lower right corner.


git-svn-id: svn://svn.cc65.org/cc65/trunk@4590 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
uz 2010-02-15 18:32:15 +00:00
parent 5f18ddbec9
commit 4bf888aa62

View File

@ -22,6 +22,8 @@
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