summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author AJR <ajrhacker@users.noreply.github.com>2018-06-06 18:20:13 -0400
committer AJR <ajrhacker@users.noreply.github.com>2018-06-06 18:20:13 -0400
commita5076a87f46900b2827d857a1e77ea08e3c27662 (patch)
tree053475eb807f3b89a1be90509812277b92d9d408
parent3c02d6cd45f4b6091b1a1f5b591aa34ccbacddee (diff)
MT 07007 (nw)
-rw-r--r--src/mame/drivers/renegade.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/renegade.cpp b/src/mame/drivers/renegade.cpp
index eeef8e8be16..bd50cbece7d 100644
--- a/src/mame/drivers/renegade.cpp
+++ b/src/mame/drivers/renegade.cpp
@@ -159,7 +159,7 @@ WRITE_LINE_MEMBER(renegade_state::adpcm_int)
{
m_msm->reset_w(1);
m_adpcm_playing = false;
- m_audiocpu->pulse_input_line(INPUT_LINE_RESET, attotime::zero);
+ m_audiocpu->pulse_input_line(INPUT_LINE_NMI, attotime::zero);
}
else
{