6840ptm.cpp: initialized array to fix listxml and validate crash

This commit is contained in:
Ivan Vangelista 2020-09-30 18:20:06 +02:00
parent caa1e969e4
commit d026d1ba84

View File

@ -153,6 +153,7 @@ void ptm6840_device::device_reset()
m_fired[i] = 0;
m_enabled[i] = 0;
m_mode[i] = 0;
m_gate[i] = 0;
}
}