summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/sliver.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/sliver.c')
-rw-r--r--src/mame/drivers/sliver.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/sliver.c b/src/mame/drivers/sliver.c
index f2a1fe8cee5..a253ae3d691 100644
--- a/src/mame/drivers/sliver.c
+++ b/src/mame/drivers/sliver.c
@@ -314,7 +314,7 @@ WRITE16_MEMBER(sliver_state::io_data_w)
WRITE16_MEMBER(sliver_state::sound_w)
{
soundlatch_byte_w(space, 0, data & 0xff);
- cputag_set_input_line(machine(), "audiocpu", MCS51_INT0_LINE, HOLD_LINE);
+ machine().device("audiocpu")->execute().set_input_line(MCS51_INT0_LINE, HOLD_LINE);
}
static ADDRESS_MAP_START( sliver_map, AS_PROGRAM, 16, sliver_state )