summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/tankbatt.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/tankbatt.cpp')
-rw-r--r--src/mame/drivers/tankbatt.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/tankbatt.cpp b/src/mame/drivers/tankbatt.cpp
index 09bd44658fb..2db68efb0aa 100644
--- a/src/mame/drivers/tankbatt.cpp
+++ b/src/mame/drivers/tankbatt.cpp
@@ -176,7 +176,7 @@ void tankbatt_state::main_map(address_map &map)
INTERRUPT_GEN_MEMBER(tankbatt_state::interrupt)
{
- if (m_nmi_enable) device.execute().set_input_line(INPUT_LINE_NMI,PULSE_LINE);
+ if (m_nmi_enable) device.execute().pulse_input_line(INPUT_LINE_NMI, attotime::zero);
}
INPUT_CHANGED_MEMBER(tankbatt_state::coin_inserted)