summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/appoooh.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/appoooh.cpp')
-rw-r--r--src/mame/drivers/appoooh.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/appoooh.cpp b/src/mame/drivers/appoooh.cpp
index 516a9be71c9..87f5f2ce41d 100644
--- a/src/mame/drivers/appoooh.cpp
+++ b/src/mame/drivers/appoooh.cpp
@@ -416,7 +416,7 @@ void appoooh_state::machine_reset()
INTERRUPT_GEN_MEMBER(appoooh_state::vblank_irq)
{
if(m_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(appoooh_state::appoooh_common)