mirror of
https://github.com/holub/mame
synced 2025-04-24 01:11:11 +03:00
fixed uninitialized member in cquestsnd_cpu_device (fixes potential cubeqst crash) (nw)
This commit is contained in:
parent
b7a7142d76
commit
e5f1f6bff5
@ -189,6 +189,7 @@ void cquestsnd_cpu_device::device_start()
|
||||
m_ramwlatch = 0;
|
||||
m_prev_ipram = 0;
|
||||
m_prev_ipwrt = 0;
|
||||
m_adrlatch = 0;
|
||||
|
||||
save_item(NAME(m_ram));
|
||||
save_item(NAME(m_q));
|
||||
|
Loading…
Reference in New Issue
Block a user