summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/4enlinea.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/4enlinea.cpp')
-rw-r--r--src/mame/drivers/4enlinea.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/4enlinea.cpp b/src/mame/drivers/4enlinea.cpp
index 8d736d07da0..06d2190a9e6 100644
--- a/src/mame/drivers/4enlinea.cpp
+++ b/src/mame/drivers/4enlinea.cpp
@@ -485,7 +485,7 @@ INTERRUPT_GEN_MEMBER(_4enlinea_state::_4enlinea_irq)
{
if(m_irq_count == 0)
{
- //device.execute().set_input_line(INPUT_LINE_NMI, PULSE_LINE);
+ //device.execute().pulse_input_line(INPUT_LINE_NMI, attotime::zero);
}
else
device.execute().set_input_line(0, HOLD_LINE);