summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/capbowl.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/capbowl.c')
-rw-r--r--src/mame/video/capbowl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/capbowl.c b/src/mame/video/capbowl.c
index fb47ac35d1c..728a49912c3 100644
--- a/src/mame/video/capbowl.c
+++ b/src/mame/video/capbowl.c
@@ -19,7 +19,7 @@
static void generate_interrupt( running_machine &machine, int state )
{
capbowl_state *driver = machine.driver_data<capbowl_state>();
- device_set_input_line(driver->m_maincpu, M6809_FIRQ_LINE, state);
+ driver->m_maincpu->set_input_line(M6809_FIRQ_LINE, state);
}
static const struct tms34061_interface tms34061intf =