summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/cheekyms.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/cheekyms.cpp')
-rw-r--r--src/mame/drivers/cheekyms.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/cheekyms.cpp b/src/mame/drivers/cheekyms.cpp
index 5023905be72..b3a5c2af1bd 100644
--- a/src/mame/drivers/cheekyms.cpp
+++ b/src/mame/drivers/cheekyms.cpp
@@ -16,7 +16,7 @@ INPUT_CHANGED_MEMBER(cheekyms_state::coin_inserted)
{
/* this starts a 556 one-shot timer (and triggers a sound effect) */
if (newval)
- m_maincpu->set_input_line(INPUT_LINE_NMI, PULSE_LINE);
+ m_maincpu->pulse_input_line(INPUT_LINE_NMI, attotime::zero);
}