fixed usage of uninitialized member in mainboard8_device (nw)

This commit is contained in:
Oliver Stöneberg 2014-02-26 18:14:25 +00:00
parent 7a0e1cfc80
commit 38c122f4aa

View File

@ -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;