summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/tp84.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/tp84.c')
-rw-r--r--src/mame/drivers/tp84.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/tp84.c b/src/mame/drivers/tp84.c
index 65595c38644..3cb010a7c4c 100644
--- a/src/mame/drivers/tp84.c
+++ b/src/mame/drivers/tp84.c
@@ -120,7 +120,7 @@ WRITE8_MEMBER(tp84_state::tp84_filter_w)
WRITE8_MEMBER(tp84_state::tp84_sh_irqtrigger_w)
{
- cputag_set_input_line_and_vector(machine(), "audiocpu",0,HOLD_LINE,0xff);
+ machine().device("audiocpu")->execute().set_input_line_and_vector(0,HOLD_LINE,0xff);
}