mirror of
https://github.com/holub/mame
synced 2025-04-24 09:20:02 +03:00
Should acknowledge this interrupt, too (nw)
This commit is contained in:
parent
96afc68388
commit
5c753b2a55
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user