From 3cd9a46f0084048953a632ca4e6180f47daadb81 Mon Sep 17 00:00:00 2001 From: OV2 Date: Sun, 24 Apr 2011 15:36:44 +0200 Subject: [PATCH] Apply APUAllowTimeOverflow to Mutant Chronicles - Doom Troopers (danieldematteis) --- memmap.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/memmap.cpp b/memmap.cpp index f8755064..bc5feba3 100644 --- a/memmap.cpp +++ b/memmap.cpp @@ -3546,7 +3546,8 @@ void CMemory::ApplyROMFixes (void) match_na ("NBA Hangtime") || // NBA Hang Time match_na ("MSPACMAN") || // Ms Pacman match_na ("THE MASK") || // The Mask - match_na ("PRIMAL RAGE")) // Primal Rage + match_na ("PRIMAL RAGE") || // Primal Rage + match_na ("DOOM TROOPERS")) // Doom Troopers Timings.APUAllowTimeOverflow = TRUE; }