summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/audio/carnival.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/audio/carnival.c')
-rw-r--r--src/mame/audio/carnival.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/audio/carnival.c b/src/mame/audio/carnival.c
index 7648fcb21b4..406ff929032 100644
--- a/src/mame/audio/carnival.c
+++ b/src/mame/audio/carnival.c
@@ -236,7 +236,7 @@ WRITE8_HANDLER( carnival_audio_2_w )
if ( bitsGoneHigh & OUT_PORT_2_MUSIC_RESET )
/* reset output is no longer asserted active low */
- cputag_set_input_line(space->machine(), "audiocpu", INPUT_LINE_RESET, PULSE_LINE );
+ space->machine().device("audiocpu")->execute().set_input_line(INPUT_LINE_RESET, PULSE_LINE );
}