summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author Brian Troha <briantro@users.noreply.github.com>2010-07-28 15:06:27 +0000
committer Brian Troha <briantro@users.noreply.github.com>2010-07-28 15:06:27 +0000
commitec2c61de9164842b5779cc57afe978404bdaa6cf (patch)
treec7f0d2dc884f39c6af7ebd2159a3097f3c1378e1
parent4c89226959edaf18e23c96beedd6cecfc2d3ae07 (diff)
Corrected the address for the freezing of the movies for the Terminator 2 LA4 set [stephh]
-rw-r--r--src/mame/machine/midyunit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/machine/midyunit.c b/src/mame/machine/midyunit.c
index d6d0ebe4bb6..2168cde1f44 100644
--- a/src/mame/machine/midyunit.c
+++ b/src/mame/machine/midyunit.c
@@ -213,7 +213,7 @@ static WRITE16_HANDLER( term2_sound_w )
static WRITE16_HANDLER( term2_hack_w )
{
- if (offset == 0 && cpu_get_pc(space->cpu) == 0xffce5230) /* FIX ME - Not correct for LA4 */
+ if (offset == 0 && cpu_get_pc(space->cpu) == 0xffce6520)
{
t2_hack_mem[offset] = 0;
return;