mirror of
https://github.com/a2-4am/4cade.git
synced 2025-02-17 07:31:19 +00:00
skip FASTChip on IIc
This commit is contained in:
parent
ef82e854be
commit
1b90260631
@ -190,6 +190,10 @@ maccheck
|
|||||||
bne build_setspeed ; always branches
|
bne build_setspeed ; always branches
|
||||||
|
|
||||||
iic
|
iic
|
||||||
|
lda #$D0
|
||||||
|
sta FASTChip
|
||||||
|
lda #(skip_fc-FASTChip)-2
|
||||||
|
sta FASTChip+1
|
||||||
lda #$9D
|
lda #$9D
|
||||||
sta fixiic
|
sta fixiic
|
||||||
lda #$C0
|
lda #$C0
|
||||||
@ -369,7 +373,7 @@ FASTChip
|
|||||||
sty fc_speed
|
sty fc_speed
|
||||||
lda #FC_LOCK
|
lda #FC_LOCK
|
||||||
sta fc_lock
|
sta fc_lock
|
||||||
|
skip_fc
|
||||||
ldx gMachineInDHGRMode
|
ldx gMachineInDHGRMode
|
||||||
fixiic
|
fixiic
|
||||||
bit $D05F ; fix colouring on IIc (SMC to STA,X on IIc)
|
bit $D05F ; fix colouring on IIc (SMC to STA,X on IIc)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user