From c325cbc2f6d1b4f54f503754a8b8ecdd78d9ad5d Mon Sep 17 00:00:00 2001 From: BearOso Date: Mon, 20 Mar 2023 14:55:31 -0500 Subject: [PATCH] Another SRAM->0 fix. --- memmap.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/memmap.cpp b/memmap.cpp index 9b60a78c..09e0f2ed 100644 --- a/memmap.cpp +++ b/memmap.cpp @@ -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;