summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/xtom3d.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/xtom3d.c')
-rw-r--r--src/mame/drivers/xtom3d.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/xtom3d.c b/src/mame/drivers/xtom3d.c
index 9ac2233b66c..f27d2a11945 100644
--- a/src/mame/drivers/xtom3d.c
+++ b/src/mame/drivers/xtom3d.c
@@ -464,7 +464,7 @@ WRITE8_MEMBER(xtom3d_state::at_dma8237_2_w)
WRITE_LINE_MEMBER(xtom3d_state::pc_dma_hrq_changed)
{
- cputag_set_input_line(machine(), "maincpu", INPUT_LINE_HALT, state ? ASSERT_LINE : CLEAR_LINE);
+ machine().device("maincpu")->execute().set_input_line(INPUT_LINE_HALT, state ? ASSERT_LINE : CLEAR_LINE);
/* Assert HLDA */
i8237_hlda_w( m_dma8237_1, state );