mirror of
https://github.com/holub/mame
synced 2025-06-24 21:34:43 +03:00
6840ptm.cpp: initialized array to fix listxml and validate crash
This commit is contained in:
parent
caa1e969e4
commit
d026d1ba84
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user