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