summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/cabaret.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/cabaret.cpp')
-rw-r--r--src/mame/drivers/cabaret.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/cabaret.cpp b/src/mame/drivers/cabaret.cpp
index 44ba9efefab..d03e1eda02b 100644
--- a/src/mame/drivers/cabaret.cpp
+++ b/src/mame/drivers/cabaret.cpp
@@ -353,8 +353,8 @@ void cabaret_state::machine_reset()
INTERRUPT_GEN_MEMBER(cabaret_state::cabaret_interrupt)
{
- if (m_nmi_enable & 0x80)
- device.execute().set_input_line(INPUT_LINE_NMI, PULSE_LINE);
+ if (m_nmi_enable & 0x80)
+ device.execute().pulse_input_line(INPUT_LINE_NMI, attotime::zero);
}
MACHINE_CONFIG_START(cabaret_state::cabaret)