summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/h89.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/drivers/h89.c')
-rw-r--r--src/mess/drivers/h89.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mess/drivers/h89.c b/src/mess/drivers/h89.c
index b3d5d403487..6a148e87cca 100644
--- a/src/mess/drivers/h89.c
+++ b/src/mess/drivers/h89.c
@@ -101,7 +101,7 @@ static TIMER_DEVICE_CALLBACK( h89_irq_timer )
h89_state *state = timer.machine().driver_data<h89_state>();
if (state->m_port_f2 & 0x02)
- device_set_input_line_and_vector(state->m_maincpu, 0, HOLD_LINE, 0xcf);
+ state->m_maincpu->set_input_line_and_vector(0, HOLD_LINE, 0xcf);
}
WRITE8_MEMBER( h89_state::port_f2_w )