summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/zr107.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/zr107.c')
-rw-r--r--src/mame/drivers/zr107.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/zr107.c b/src/mame/drivers/zr107.c
index 608aef9a4f3..cf59ea35ac1 100644
--- a/src/mame/drivers/zr107.c
+++ b/src/mame/drivers/zr107.c
@@ -715,7 +715,7 @@ static const k056230_interface zr107_k056230_intf =
*/
static INTERRUPT_GEN( zr107_vblank )
{
- device_set_input_line(device, INPUT_LINE_IRQ0, ASSERT_LINE);
+ device->execute().set_input_line(INPUT_LINE_IRQ0, ASSERT_LINE);
}
static MACHINE_RESET( zr107 )