summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/metlclsh.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/metlclsh.c')
-rw-r--r--src/mame/drivers/metlclsh.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/metlclsh.c b/src/mame/drivers/metlclsh.c
index 22bff37ea5a..c10f7730e66 100644
--- a/src/mame/drivers/metlclsh.c
+++ b/src/mame/drivers/metlclsh.c
@@ -131,7 +131,7 @@ ADDRESS_MAP_END
INPUT_CHANGED_MEMBER(metlclsh_state::coin_inserted)
{
if (oldval)
- cputag_set_input_line(machine(), "sub", INPUT_LINE_NMI, ASSERT_LINE);
+ machine().device("sub")->execute().set_input_line(INPUT_LINE_NMI, ASSERT_LINE);
}
static INPUT_PORTS_START( metlclsh )