summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/decodmd3.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/decodmd3.cpp')
-rw-r--r--src/mame/video/decodmd3.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/decodmd3.cpp b/src/mame/video/decodmd3.cpp
index 4d0fd36f9de..aa2e8267888 100644
--- a/src/mame/video/decodmd3.cpp
+++ b/src/mame/video/decodmd3.cpp
@@ -42,7 +42,7 @@ WRITE8_MEMBER( decodmd_type3_device::ctrl_w )
}
if((m_ctrl & 0x02) && !(data & 0x02))
{
- m_cpu->set_input_line(INPUT_LINE_RESET,PULSE_LINE);
+ m_cpu->pulse_input_line(INPUT_LINE_RESET, attotime::zero);
logerror("DMD3: Reset\n");
}
m_ctrl = data;