Skip to content

Commit

Permalink
Another SRAM value fix. Fixes Nichibutsu Arcade Classics.
Browse files Browse the repository at this point in the history
  • Loading branch information
saulfabregwiivc committed Apr 26, 2024
1 parent 2c614a9 commit 6f77662
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions source/snes9x/memmap.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3676,6 +3676,7 @@ void CMemory::ApplyROMFixes (void)

if (!Settings.DisableGameSpecificHacks)
{
// APU timing hacks
if (match_id("AVCJ")) // Rendering Ranger R2
Timings.APUSpeedup = 4;
if (match_na("CIRCUIT USA"))
Expand Down Expand Up @@ -3779,6 +3780,7 @@ void CMemory::ApplyROMFixes (void)
// SRAM value fixes
if (match_na("SUPER DRIFT OUT") || // Super Drift Out
match_na("S.F.S.95 della SerieA") ||
match_id("AACJ") || // Nichibutsu Arcade Classics
match_na("SATAN IS OUR FATHER!") ||
match_na("goemon 4")) // Ganbare Goemon Kirakira Douchuu
SNESGameFixes.SRAMInitialValue = 0x00;
Expand Down

0 comments on commit 6f77662

Please sign in to comment.