mirror of
https://github.com/holub/mame
synced 2025-04-23 00:39:36 +03:00
fixed uninitialized member usage in southbridge_device (nw)
This commit is contained in:
parent
23b37789fd
commit
2ba4f9e1f2
@ -225,6 +225,7 @@ void southbridge_device::device_reset()
|
||||
m_dma_channel = -1;
|
||||
m_cur_eop = false;
|
||||
m_nmi_enabled = 0;
|
||||
m_refresh = false;
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user