summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/lgp.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/lgp.c')
-rw-r--r--src/mame/drivers/lgp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/lgp.c b/src/mame/drivers/lgp.c
index 180205020fd..aea815c57b6 100644
--- a/src/mame/drivers/lgp.c
+++ b/src/mame/drivers/lgp.c
@@ -332,7 +332,7 @@ GFXDECODE_END
static TIMER_CALLBACK( irq_stop )
{
- cputag_set_input_line(machine, "maincpu", 0, CLEAR_LINE);
+ machine.device("maincpu")->execute().set_input_line(0, CLEAR_LINE);
}
static INTERRUPT_GEN( vblank_callback_lgp )