mirror of
https://github.com/holub/mame
synced 2025-04-23 00:39:36 +03:00
fixed usage of uninitialized member in mainboard8_device (nw)
This commit is contained in:
parent
7a0e1cfc80
commit
38c122f4aa
@ -769,6 +769,7 @@ void mainboard8_device::device_reset()
|
||||
m_CRUS = true;
|
||||
m_PTGE = false;
|
||||
m_waitcount = 0;
|
||||
m_hexbus_selected = false;
|
||||
|
||||
// Clean mapper
|
||||
for (int i=0; i < 16; i++) m_pas_offset[i] = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user