mirror of
https://github.com/holub/mame
synced 2025-04-26 10:13:37 +03:00
fixed usage of uninitialized member in ics2115_device (nw)
This commit is contained in:
parent
c11e0815c1
commit
25458ec228
@ -110,6 +110,7 @@ void ics2115_device::device_reset()
|
||||
m_osc_select = 0;
|
||||
m_reg_select = 0;
|
||||
m_vmode = 0;
|
||||
m_irq_on = false;
|
||||
memset(m_voice, 0, sizeof(m_voice));
|
||||
for(int i = 0; i < 2; ++i)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user