mirror of
https://github.com/holub/mame
synced 2025-05-22 21:58:57 +03:00
Corrected the address for the freezing of the movies for the Terminator 2 LA4 set [stephh]
This commit is contained in:
parent
4c89226959
commit
ec2c61de91
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user