summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/itgambl3.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/itgambl3.c')
-rw-r--r--src/mame/drivers/itgambl3.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/itgambl3.c b/src/mame/drivers/itgambl3.c
index a83fd5e788e..6609e61f85f 100644
--- a/src/mame/drivers/itgambl3.c
+++ b/src/mame/drivers/itgambl3.c
@@ -226,7 +226,7 @@ GFXDECODE_END
static MACHINE_RESET( itgambl3 )
{
/* stop the CPU, we have no code for it anyway */
- cputag_set_input_line(machine, "maincpu", INPUT_LINE_HALT, ASSERT_LINE);
+ machine.device("maincpu")->execute().set_input_line(INPUT_LINE_HALT, ASSERT_LINE);
}
/* default 444 palette for debug purpose*/