mirror of
https://github.com/holub/mame
synced 2025-07-06 02:18:09 +03:00
rowamet: Fixed irq call to newest code.
This commit is contained in:
parent
0d0b34e3be
commit
f27b07d082
@ -106,7 +106,7 @@ WRITE8_MEMBER( rowamet_state::io_w )
|
||||
if (cmd != m_sndcmd)
|
||||
{
|
||||
m_sndcmd = cmd;
|
||||
machine().device("cpu2")->execute().set_input_line(INPUT_LINE_NMI, PULSE_LINE);
|
||||
m_cpu2->set_input_line(INPUT_LINE_NMI, PULSE_LINE);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user