mirror of
https://github.com/bobbimanners/Applecorn.git
synced 2025-03-04 18:33:28 +00:00
Disable VDU5 in HGR MODE2
This commit is contained in:
parent
01a7702ee4
commit
56a5e25add
BIN
applecorn.po
BIN
applecorn.po
Binary file not shown.
@ -231,7 +231,8 @@ VDU02
|
||||
* VDU 5 - Text at graphics cursor
|
||||
VDU05 LDX VDUPIXELS
|
||||
BEQ SETEXIT ; 0 pixels per char, text only
|
||||
* Turn cursor off and other stuff
|
||||
CPX #$07 ; 7 pixels per char, HGR
|
||||
BEQ SETEXIT
|
||||
LDA #$20 ; Set VDU 5 mode
|
||||
BNE SETSTATUS
|
||||
|
||||
@ -254,9 +255,7 @@ VDU03
|
||||
BNE CLRSTATUS
|
||||
|
||||
* VDU 4 - Text at text cursor
|
||||
VDU04
|
||||
* Turn cursor on and other stuff
|
||||
LDA #$DF ; Clear VDU 5 mode
|
||||
VDU04 LDA #$DF ; Clear VDU 5 mode
|
||||
BNE CLRSTATUS
|
||||
|
||||
* VDU 15 - Disable paged scrolling
|
||||
|
Loading…
x
Reference in New Issue
Block a user