summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/lgp.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/lgp.cpp')
-rw-r--r--src/mame/drivers/lgp.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/lgp.cpp b/src/mame/drivers/lgp.cpp
index f5bc6c7587e..e847846911a 100644
--- a/src/mame/drivers/lgp.cpp
+++ b/src/mame/drivers/lgp.cpp
@@ -354,7 +354,7 @@ GFXDECODE_END
INTERRUPT_GEN_MEMBER(lgp_state::vblank_callback_lgp)
{
// NMI
- //device.execute().set_input_line(INPUT_LINE_NMI, PULSE_LINE);
+ //device.execute().pulse_input_line(INPUT_LINE_NMI, attotime::zero);
// IRQ
device.execute().set_input_line(0, HOLD_LINE);