mirror of
https://github.com/dborth/snes9xgx.git
synced 2024-11-24 03:29:22 +01:00
don't apply SA1 hack for Kirby Super Star
This commit is contained in:
parent
8b30730144
commit
71838e083c
@ -3868,18 +3868,19 @@ void CMemory::ApplyROMFixes (void)
|
|||||||
match_nn("SANKYO Fever! \xCC\xA8\xB0\xCA\xDE\xB0!")) // SANKYO Fever! Fever!
|
match_nn("SANKYO Fever! \xCC\xA8\xB0\xCA\xDE\xB0!")) // SANKYO Fever! Fever!
|
||||||
Timings.APUSpeedup = 1; */
|
Timings.APUSpeedup = 1; */
|
||||||
#ifdef GEKKO
|
#ifdef GEKKO
|
||||||
if (match_na ("EARTHWORM JIM 2") || // Earthworm Jim 2
|
if (match_na ("EARTHWORM JIM 2") || // Earthworm Jim 2
|
||||||
match_na ("NBA Hangtime") || // NBA Hang Time
|
match_na ("NBA Hangtime") || // NBA Hang Time
|
||||||
match_na ("MSPACMAN") || // Ms Pacman
|
match_na ("MSPACMAN") || // Ms Pacman
|
||||||
match_na ("THE MASK") || // The Mask
|
match_na ("THE MASK") || // The Mask
|
||||||
match_na ("PRIMAL RAGE") || // Primal Rage
|
match_na ("PRIMAL RAGE") || // Primal Rage
|
||||||
match_na ("PORKY PIGS HAUNTED") || // Porky Pig's Haunted Holiday
|
match_na ("PORKY PIGS HAUNTED") || // Porky Pig's Haunted Holiday
|
||||||
match_na ("Big Sky Trooper") || // Big Sky Trooper
|
match_na ("Big Sky Trooper") || // Big Sky Trooper
|
||||||
match_id ("A35") || // Mechwarrior 3050 / Battle Tech 3050
|
match_id ("A35") || // Mechwarrior 3050 / Battle Tech 3050
|
||||||
match_na ("DOOM TROOPERS")) // Doom Troopers
|
match_na ("DOOM TROOPERS")) // Doom Troopers
|
||||||
Timings.APUAllowTimeOverflow = TRUE;
|
Timings.APUAllowTimeOverflow = TRUE;
|
||||||
|
|
||||||
if (match_id("AFJJ") || match_id("AFJE")) { // Kirby's Dream Land 3
|
if (match_id("AFJJ") || match_id("AFJE") || // Hoshi no Kirby 3, Kirby's Dream Land 3
|
||||||
|
match_id("AKFE")) { // Kirby Super Star
|
||||||
Timings.SA1Cycles = 5;
|
Timings.SA1Cycles = 5;
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
|
Loading…
Reference in New Issue
Block a user