summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/jeutel.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/jeutel.cpp')
-rw-r--r--src/mame/drivers/jeutel.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/jeutel.cpp b/src/mame/drivers/jeutel.cpp
index c323dfa43bf..7b81d56782f 100644
--- a/src/mame/drivers/jeutel.cpp
+++ b/src/mame/drivers/jeutel.cpp
@@ -189,7 +189,7 @@ TIMER_DEVICE_CALLBACK_MEMBER( jeutel_state::timer_a )
m_timer_a ^= 1;
m_cpu2->set_input_line(0, (m_timer_a) ? ASSERT_LINE : CLEAR_LINE);
if (m_cpu2->state_int(Z80_HALT))
- m_cpu2->set_input_line(INPUT_LINE_NMI, PULSE_LINE);
+ m_cpu2->pulse_input_line(INPUT_LINE_NMI, attotime::zero);
}
void jeutel_state::init_jeutel()