summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/pgm.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/pgm.c')
-rw-r--r--src/mame/drivers/pgm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/pgm.c b/src/mame/drivers/pgm.c
index 7287e1503a7..8eb3e42e6bf 100644
--- a/src/mame/drivers/pgm.c
+++ b/src/mame/drivers/pgm.c
@@ -516,7 +516,7 @@ MACHINE_START( pgm )
MACHINE_RESET( pgm )
{
- cputag_set_input_line(machine, "soundcpu", INPUT_LINE_HALT, ASSERT_LINE);
+ machine.device("soundcpu")->execute().set_input_line(INPUT_LINE_HALT, ASSERT_LINE);
}