rowamet: Fixed irq call to newest code.

This commit is contained in:
Robbbert 2012-09-17 10:49:33 +00:00
parent 0d0b34e3be
commit f27b07d082

View File

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