summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/jackpool.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/jackpool.c')
-rw-r--r--src/mame/drivers/jackpool.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/jackpool.c b/src/mame/drivers/jackpool.c
index 3d025960e51..e29ffbd5f4d 100644
--- a/src/mame/drivers/jackpool.c
+++ b/src/mame/drivers/jackpool.c
@@ -249,7 +249,7 @@ GFXDECODE_END
/*irq 2 used for communication stuff.3 is just a rte*/
static INTERRUPT_GEN( jackpool_interrupt )
{
- device_set_input_line(device, 1, HOLD_LINE);
+ device->execute().set_input_line(1, HOLD_LINE);
}