Merge branch 'master' of github.com:snes9xgit/snes9x

This commit is contained in:
Brandon Wright 2010-10-30 10:58:05 -05:00
commit 0b95675cc8
1 changed files with 2 additions and 1 deletions

View File

@ -3558,7 +3558,8 @@ void CMemory::ApplyROMFixes (void)
if (match_na ("EARTHWORM JIM 2") || // Earthworm Jim 2
match_na ("NBA Hangtime") || // NBA Hang Time
match_na ("MSPACMAN")) // Ms Pacman
match_na ("MSPACMAN") || // Ms Pacman
match_na ("THE MASK")) // The Mask
Timings.APUAllowTimeOverflow = TRUE;
}