Apply APUAllowTimeOverflow to "The Mask"

This commit is contained in:
OV2 2010-10-28 22:29:21 +02:00
parent ab6f76a9a3
commit 898de0d0dd
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;
}