mirror of
https://github.com/bobbimanners/Applecorn.git
synced 2025-01-08 08:30:01 +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
|
||||
BIT VDUBANK
|
||||
BPL :S2 ; Skip if not GS
|
||||
JSR SHRSETGCOL ; Set SHR background
|
||||
LDX #$00 ; Default GCOL action
|
||||
JSR SHRSETGCOL ; Set SHR foreground
|
||||
:S2 RTS
|
||||
|
||||
* VDU 17 - COLOUR n - select text or border colour
|
||||
|
Loading…
Reference in New Issue
Block a user