fixed usage of uninitialized member in tms5220_device (nw)
This commit is contained in:
parent
48ad06d572
commit
4a097ea8ab
@ -1506,6 +1506,7 @@ void tms5220_device::device_reset()
|
||||
m_RNG = 0x1FFF;
|
||||
memset(m_u, 0, sizeof(m_u));
|
||||
memset(m_x, 0, sizeof(m_x));
|
||||
m_schedule_dummy_read = 0;
|
||||
|
||||
if (m_speechrom)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user