mirror of
https://github.com/a2-4am/4cade.git
synced 2025-02-07 04:32:14 +00:00
Fix DHGR/HGR coloring on //c+ (#131)
This commit is contained in:
parent
bd85b43606
commit
4d127bdbab
@ -267,8 +267,10 @@ iicplus !pseudopc DisableAccelerator {
|
||||
php
|
||||
sei ; timing sensitive
|
||||
jsr @jiggerypokery
|
||||
sta $C05B ; fix colouring
|
||||
plp ; restore interrupt state
|
||||
lda gMachineInDHGRMode
|
||||
bne + ; DHGR mode doesn't need fix
|
||||
sta $C05B ; fix HGR-mode colouring
|
||||
+ plp ; restore interrupt state
|
||||
pla
|
||||
sta $0
|
||||
rts
|
||||
|
Loading…
x
Reference in New Issue
Block a user