summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/unkhorse.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/unkhorse.c')
-rw-r--r--src/mame/drivers/unkhorse.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/unkhorse.c b/src/mame/drivers/unkhorse.c
index 458ec863b91..56a3374bbb3 100644
--- a/src/mame/drivers/unkhorse.c
+++ b/src/mame/drivers/unkhorse.c
@@ -192,8 +192,8 @@ INPUT_PORTS_END
static INTERRUPT_GEN( horse_interrupt )
{
- device_set_input_line(device, I8085_RST75_LINE, ASSERT_LINE);
- device_set_input_line(device, I8085_RST75_LINE, CLEAR_LINE);
+ device->execute().set_input_line(I8085_RST75_LINE, ASSERT_LINE);
+ device->execute().set_input_line(I8085_RST75_LINE, CLEAR_LINE);
}
static MACHINE_CONFIG_START( horse, horse_state )