summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/tagteam.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/tagteam.cpp')
-rw-r--r--src/mame/drivers/tagteam.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/tagteam.cpp b/src/mame/drivers/tagteam.cpp
index 8a96d2f74f1..d1019a0bae8 100644
--- a/src/mame/drivers/tagteam.cpp
+++ b/src/mame/drivers/tagteam.cpp
@@ -205,7 +205,7 @@ GFXDECODE_END
INTERRUPT_GEN_MEMBER(tagteam_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);
}