summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/machine/orion.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/machine/orion.c')
-rw-r--r--src/mess/machine/orion.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mess/machine/orion.c b/src/mess/machine/orion.c
index e860fc50f26..07640dfb44f 100644
--- a/src/mess/machine/orion.c
+++ b/src/mess/machine/orion.c
@@ -374,7 +374,7 @@ INTERRUPT_GEN( orionz80_interrupt )
orion_state *state = device->machine().driver_data<orion_state>();
if ((state->m_orionz80_dispatcher & 0x40)==0x40)
{
- device_set_input_line(device, 0, HOLD_LINE);
+ device->execute().set_input_line(0, HOLD_LINE);
}
}