mirror of
https://github.com/holub/mame
synced 2025-05-06 06:14:45 +03:00
Don't break mazerbla (nw)
This commit is contained in:
parent
0903039169
commit
37db5be464
@ -1440,8 +1440,11 @@ void mazerbla_state::machine_reset()
|
||||
m_bcd_7445 = 0;
|
||||
m_vsb_ls273 = 0;
|
||||
|
||||
m_soundlatch->clear_w(machine().dummy_space(), 0, 0);
|
||||
m_soundlatch->acknowledge_w(machine().dummy_space(), 0, 0);
|
||||
if (m_soundlatch.found())
|
||||
{
|
||||
m_soundlatch->clear_w(machine().dummy_space(), 0, 0);
|
||||
m_soundlatch->acknowledge_w(machine().dummy_space(), 0, 0);
|
||||
}
|
||||
|
||||
for (i = 0; i < 4; i++)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user