Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Snes9x - memmap.cpp: some more SRAM value fixes hacks and ExtHiROM fixes. (bearoso) #1088

Merged
merged 3 commits into from
Apr 26, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Zero SRAM fix for Super Formation Soccer 95 - della Serie A. (bearoso)
saulfabregwiivc committed Apr 26, 2024
commit 2c614a95c1f17c486a52f1811a55105d56771db1
1 change: 1 addition & 0 deletions source/snes9x/memmap.cpp
Original file line number Diff line number Diff line change
@@ -3778,6 +3778,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_na("SATAN IS OUR FATHER!") ||
match_na("goemon 4")) // Ganbare Goemon Kirakira Douchuu
SNESGameFixes.SRAMInitialValue = 0x00;