summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/cchasm.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/cchasm.c')
-rw-r--r--src/mame/drivers/cchasm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/cchasm.c b/src/mame/drivers/cchasm.c
index 959870f8f83..eb0eaf5bd3d 100644
--- a/src/mame/drivers/cchasm.c
+++ b/src/mame/drivers/cchasm.c
@@ -69,7 +69,7 @@ ADDRESS_MAP_END
WRITE_LINE_MEMBER(cchasm_state::cchasm_6840_irq)
{
- cputag_set_input_line(machine(), "maincpu", 4, state ? ASSERT_LINE : CLEAR_LINE);
+ machine().device("maincpu")->execute().set_input_line(4, state ? ASSERT_LINE : CLEAR_LINE);
}
static const ptm6840_interface cchasm_6840_intf =