summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/poo.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/poo.c')
-rw-r--r--src/mame/drivers/poo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/poo.c b/src/mame/drivers/poo.c
index 94f91bd9946..cbaaec54ee4 100644
--- a/src/mame/drivers/poo.c
+++ b/src/mame/drivers/poo.c
@@ -146,7 +146,7 @@ WRITE8_MEMBER(poo_state::unk_w)
WRITE8_MEMBER(poo_state::sound_cmd_w)
{
soundlatch_byte_w(space, 0, (data & 0xff));
- cputag_set_input_line(machine(), "subcpu", 0, HOLD_LINE);
+ machine().device("subcpu")->execute().set_input_line(0, HOLD_LINE);
}
WRITE8_MEMBER(poo_state::poo_vregs_w)