Corrected the address for the freezing of the movies for the Terminator 2 LA4 set [stephh]

This commit is contained in:
Brian Troha 2010-07-28 15:06:27 +00:00
parent 4c89226959
commit ec2c61de91

View File

@ -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;