summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/ssozumo.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/ssozumo.cpp')
-rw-r--r--src/mame/drivers/ssozumo.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/ssozumo.cpp b/src/mame/drivers/ssozumo.cpp
index 867aa91bef3..08f748db059 100644
--- a/src/mame/drivers/ssozumo.cpp
+++ b/src/mame/drivers/ssozumo.cpp
@@ -191,7 +191,7 @@ GFXDECODE_END
INTERRUPT_GEN_MEMBER(ssozumo_state::sound_timer_irq)
{
if(m_sound_nmi_mask)
- device.execute().set_input_line(INPUT_LINE_NMI, PULSE_LINE);
+ device.execute().pulse_input_line(INPUT_LINE_NMI, attotime::zero);
}
MACHINE_CONFIG_START(ssozumo_state::ssozumo)