mirror of
https://github.com/a2-4am/4cade.git
synced 2024-11-24 03:34:02 +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
|
||||
|
||||
iic
|
||||
lda #$D0
|
||||
sta FASTChip
|
||||
lda #(skip_fc-FASTChip)-2
|
||||
sta FASTChip+1
|
||||
lda #$9D
|
||||
sta fixiic
|
||||
lda #$C0
|
||||
@ -369,7 +373,7 @@ FASTChip
|
||||
sty fc_speed
|
||||
lda #FC_LOCK
|
||||
sta fc_lock
|
||||
|
||||
skip_fc
|
||||
ldx gMachineInDHGRMode
|
||||
fixiic
|
||||
bit $D05F ; fix colouring on IIc (SMC to STA,X on IIc)
|
||||
|
Loading…
Reference in New Issue
Block a user