summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/fm7.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/fm7.cpp')
-rw-r--r--src/mame/video/fm7.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/fm7.cpp b/src/mame/video/fm7.cpp
index 234747a4ef8..8517e12dfc0 100644
--- a/src/mame/video/fm7.cpp
+++ b/src/mame/video/fm7.cpp
@@ -1087,7 +1087,7 @@ WRITE8_MEMBER(fm7_state::fm77av_sub_bank_w)
break;
}
// reset sub CPU, set busy flag, set reset flag
- m_sub->set_input_line(INPUT_LINE_RESET,PULSE_LINE);
+ m_sub->pulse_input_line(INPUT_LINE_RESET, attotime::zero);
m_video.sub_busy = 0x80;
m_video.sub_halt = 0;
m_video.sub_reset = 1;