mirror of
https://github.com/holub/mame
synced 2025-04-20 23:42:22 +03:00
fixed usage of uninitialized member in sega_32x_device (nw)
This commit is contained in:
parent
4f193a31da
commit
63439efb2a
@ -1897,6 +1897,7 @@ void sega_32x_device::device_reset()
|
||||
// moved from init
|
||||
|
||||
m_32x_adapter_enabled = 0;
|
||||
m_32x_access_auth = 0;
|
||||
|
||||
if (m_32x_adapter_enabled == 0)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user