summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/ondra.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/drivers/ondra.c')
-rw-r--r--src/mess/drivers/ondra.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mess/drivers/ondra.c b/src/mess/drivers/ondra.c
index 2a74e5b0baa..01d09bf1870 100644
--- a/src/mess/drivers/ondra.c
+++ b/src/mess/drivers/ondra.c
@@ -107,7 +107,7 @@ INPUT_PORTS_END
static INTERRUPT_GEN( ondra_interrupt )
{
- device_set_input_line(device, 0, HOLD_LINE);
+ device->execute().set_input_line(0, HOLD_LINE);
}
static const cassette_interface ondra_cassette_interface =