fixed usage of uninitialized member in ics2115_device (nw)

This commit is contained in:
Oliver Stöneberg 2014-02-28 10:10:19 +00:00
parent c11e0815c1
commit 25458ec228

View File

@ -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)
{