diff --git a/memmap.cpp b/memmap.cpp index d621cdf6..9b60a78c 100644 --- a/memmap.cpp +++ b/memmap.cpp @@ -3464,6 +3464,7 @@ void CMemory::ApplyROMFixes (void) // SRAM value fixes if (match_na("SUPER DRIFT OUT") || // Super Drift Out match_na("SATAN IS OUR FATHER!") || + match_na("S.F.S.95 della SerieA") || match_na("goemon 4")) // Ganbare Goemon Kirakira Douchuu SNESGameFixes.SRAMInitialValue = 0x00;