summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/magictg.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/magictg.cpp')
-rw-r--r--src/mame/drivers/magictg.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/magictg.cpp b/src/mame/drivers/magictg.cpp
index ecac0eeae81..b6c97ab2dcf 100644
--- a/src/mame/drivers/magictg.cpp
+++ b/src/mame/drivers/magictg.cpp
@@ -826,7 +826,7 @@ WRITE16_MEMBER( magictg_state::adsp_control_w )
m_adsp_regs.bdma_control |= ((src_addr >> 14) & 0xff) << 8;
if (m_adsp_regs.bdma_control & 8)
- m_adsp->set_input_line(INPUT_LINE_RESET, PULSE_LINE);
+ m_adsp->pulse_input_line(INPUT_LINE_RESET, attotime::zero);
}
break;
}