Should acknowledge this interrupt, too (nw)

This commit is contained in:
AJR 2017-06-16 16:30:57 -04:00
parent 96afc68388
commit 5c753b2a55

View File

@ -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;
}