mirror of
https://github.com/a2-4am/4cade.git
synced 2024-11-24 03:34:02 +00:00
try to fix IIc colouring
This commit is contained in:
parent
51db983fbe
commit
b48c9172fd
@ -192,6 +192,8 @@ maccheck
|
||||
bne build_setspeed ; always branches
|
||||
|
||||
iic
|
||||
lda #$8D
|
||||
sta fixiic
|
||||
ldx romid_c
|
||||
cpx #ROMID_CPLUS
|
||||
bne build_addon ; not a //c+, eventually hit Zip
|
||||
@ -381,6 +383,8 @@ FASTChip
|
||||
lda #FC_LOCK
|
||||
sta fc_lock
|
||||
|
||||
fixiic
|
||||
bit $C05D ; fix colouring on IIc (SMC to STA on IIc)
|
||||
plp ; restore interrupt state
|
||||
rts
|
||||
end_addon
|
||||
|
Loading…
Reference in New Issue
Block a user