summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/sothello.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/sothello.cpp')
-rw-r--r--src/mame/drivers/sothello.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/sothello.cpp b/src/mame/drivers/sothello.cpp
index 2ef3f836a6a..463955471fc 100644
--- a/src/mame/drivers/sothello.cpp
+++ b/src/mame/drivers/sothello.cpp
@@ -138,7 +138,7 @@ TIMER_CALLBACK_MEMBER(sothello_state::subcpu_suspend)
TIMER_CALLBACK_MEMBER(sothello_state::subcpu_resume)
{
m_subcpu->resume(SUSPEND_REASON_HALT);
- m_subcpu->set_input_line(INPUT_LINE_NMI, PULSE_LINE);
+ m_subcpu->pulse_input_line(INPUT_LINE_NMI, attotime::zero);
}
READ8_MEMBER(sothello_state::subcpu_halt_set)