mirror of
https://github.com/cc65/cc65.git
synced 2025-01-12 17:30:50 +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:
parent
5f18ddbec9
commit
4bf888aa62
@ -22,6 +22,8 @@
|
|||||||
jsr SWAPPER ; Toggle the mode
|
jsr SWAPPER ; Toggle the mode
|
||||||
lda #14
|
lda #14
|
||||||
jsr BSOUT ; Switch to lower case chars
|
jsr BSOUT ; Switch to lower case chars
|
||||||
|
lda #$C0
|
||||||
|
sta SCROLL ; Disable scrolling
|
||||||
pla ; Get old mode into A
|
pla ; Get old mode into A
|
||||||
|
|
||||||
; Done, old mode is in A
|
; Done, old mode is in A
|
||||||
|
Loading…
x
Reference in New Issue
Block a user