mirror of
https://github.com/bobbimanners/Applecorn.git
synced 2025-01-08 23:31:13 +00:00
Initialize GCOL action properly in VDU22
This commit is contained in:
parent
149c2ba35f
commit
17c11d180d
BIN
applecorn.po
BIN
applecorn.po
Binary file not shown.
@ -939,7 +939,8 @@ VDU20LP STA TXTFGD,X ; Clear all colours
|
|||||||
JSR HGRSETGCOL ; Set gfx foreground
|
JSR HGRSETGCOL ; Set gfx foreground
|
||||||
BIT VDUBANK
|
BIT VDUBANK
|
||||||
BPL :S2 ; Skip if not GS
|
BPL :S2 ; Skip if not GS
|
||||||
JSR SHRSETGCOL ; Set SHR background
|
LDX #$00 ; Default GCOL action
|
||||||
|
JSR SHRSETGCOL ; Set SHR foreground
|
||||||
:S2 RTS
|
:S2 RTS
|
||||||
|
|
||||||
* VDU 17 - COLOUR n - select text or border colour
|
* VDU 17 - COLOUR n - select text or border colour
|
||||||
|
Loading…
Reference in New Issue
Block a user