summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/kangaroo.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/kangaroo.c')
-rw-r--r--src/mame/drivers/kangaroo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/kangaroo.c b/src/mame/drivers/kangaroo.c
index 6f97afcf6ed..4ed2dddf626 100644
--- a/src/mame/drivers/kangaroo.c
+++ b/src/mame/drivers/kangaroo.c
@@ -203,7 +203,7 @@ static MACHINE_RESET( kangaroo )
/* the copy protection. */
/* Anyway, what I do here is just immediately generate the NMI, so the game */
/* properly starts. */
- cputag_set_input_line(machine, "maincpu", INPUT_LINE_NMI, PULSE_LINE);
+ machine.device("maincpu")->execute().set_input_line(INPUT_LINE_NMI, PULSE_LINE);
state->m_clock = 0;
}