summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/ginganin.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/ginganin.c')
-rw-r--r--src/mame/video/ginganin.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/ginganin.c b/src/mame/video/ginganin.c
index 407dc2c1afc..131dd14af72 100644
--- a/src/mame/video/ginganin.c
+++ b/src/mame/video/ginganin.c
@@ -175,7 +175,7 @@ WRITE16_MEMBER(ginganin_state::ginganin_vregs16_w)
break;
case 7:
soundlatch_byte_w(space, 0, data);
- device_set_input_line(m_audiocpu, INPUT_LINE_NMI, PULSE_LINE);
+ m_audiocpu->set_input_line(INPUT_LINE_NMI, PULSE_LINE);
break;
default:
logerror("CPU #0 PC %06X : Warning, videoreg %04X <- %04X\n", space.device().safe_pc(), offset, data);