summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/megadriv.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/megadriv.cpp')
-rw-r--r--src/mame/machine/megadriv.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/machine/megadriv.cpp b/src/mame/machine/megadriv.cpp
index 9ce52ce86e0..01250dc6f0b 100644
--- a/src/mame/machine/megadriv.cpp
+++ b/src/mame/machine/megadriv.cpp
@@ -1069,7 +1069,7 @@ void md_base_state::init_megadrie()
WRITE_LINE_MEMBER(md_base_state::screen_vblank_megadriv)
{
if (m_io_reset.read_safe(0) & 0x01)
- m_maincpu->set_input_line(INPUT_LINE_RESET, PULSE_LINE);
+ m_maincpu->pulse_input_line(INPUT_LINE_RESET, attotime::zero);
// rising edge
if (state)