summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/snk68.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/snk68.cpp')
-rw-r--r--src/mame/drivers/snk68.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/snk68.cpp b/src/mame/drivers/snk68.cpp
index 23cec980956..fe939fefc62 100644
--- a/src/mame/drivers/snk68.cpp
+++ b/src/mame/drivers/snk68.cpp
@@ -99,7 +99,7 @@ WRITE16_MEMBER(snk68_state::protection_w)
WRITE8_MEMBER(snk68_state::sound_w)
{
m_soundlatch->write(space, 0, data);
- m_soundcpu->set_input_line(INPUT_LINE_NMI, PULSE_LINE); // caused by 74123
+ m_soundcpu->pulse_input_line(INPUT_LINE_NMI, attotime::zero); // caused by 74123
}
/*******************************************************************************/