mirror of https://github.com/snes9xgit/snes9x.git
Adjust APU hack for Circuit USA.
This commit is contained in:
parent
9c120fe3bf
commit
aeb0d4f702
|
@ -3617,7 +3617,7 @@ void CMemory::ApplyROMFixes (void)
|
||||||
if (match_id("AANJ")) // Chou Aniki
|
if (match_id("AANJ")) // Chou Aniki
|
||||||
Timings.APUSpeedup = -3;
|
Timings.APUSpeedup = -3;
|
||||||
if (match_na("CIRCUIT USA"))
|
if (match_na("CIRCUIT USA"))
|
||||||
Timings.APUSpeedup = 2;
|
Timings.APUSpeedup = 3;
|
||||||
|
|
||||||
/* if (match_na("GAIA GENSOUKI 1 JPN") || // Gaia Gensouki
|
/* if (match_na("GAIA GENSOUKI 1 JPN") || // Gaia Gensouki
|
||||||
match_id("JG ") || // Illusion of Gaia
|
match_id("JG ") || // Illusion of Gaia
|
||||||
|
|
Loading…
Reference in New Issue