summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/decodmd2.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/decodmd2.cpp')
-rw-r--r--src/mame/video/decodmd2.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/decodmd2.cpp b/src/mame/video/decodmd2.cpp
index 11bff4e8c7a..eadbb8b7cf0 100644
--- a/src/mame/video/decodmd2.cpp
+++ b/src/mame/video/decodmd2.cpp
@@ -74,7 +74,7 @@ WRITE8_MEMBER( decodmd_type2_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);
m_rombank1->set_entry(0);
logerror("DMD2: Reset\n");
}