From 5c753b2a55382d2de4d92101dc724cd08475e185 Mon Sep 17 00:00:00 2001 From: AJR Date: Fri, 16 Jun 2017 16:30:57 -0400 Subject: Should acknowledge this interrupt, too (nw) --- src/mame/drivers/m92.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/mame/drivers/m92.cpp b/src/mame/drivers/m92.cpp index 1cfa42be209..0827a25adcf 100644 --- a/src/mame/drivers/m92.cpp +++ b/src/mame/drivers/m92.cpp @@ -312,6 +312,7 @@ WRITE16_MEMBER(m92_state::m92_soundlatch_w) READ16_MEMBER(m92_state::m92_sound_status_r) { //logerror("%06x: read sound status\n",space.device().safe_pc()); + m_upd71059c->ir3_w(0); return m_sound_status; } -- cgit v1.2.3