Another SRAM->0 fix.

This commit is contained in:
BearOso 2023-03-20 14:55:31 -05:00
parent 7943dfa126
commit c325cbc2f6
1 changed files with 1 additions and 0 deletions

View File

@ -3465,6 +3465,7 @@ void CMemory::ApplyROMFixes (void)
if (match_na("SUPER DRIFT OUT") || // Super Drift Out
match_na("SATAN IS OUR FATHER!") ||
match_na("S.F.S.95 della SerieA") ||
match_id("AACJ") || // Nichibutsu Arcade Classics
match_na("goemon 4")) // Ganbare Goemon Kirakira Douchuu
SNESGameFixes.SRAMInitialValue = 0x00;