mirror of
https://github.com/holub/mame
synced 2025-05-29 09:03:08 +03:00
(MESS) Some more variable initializations.(nw)
This commit is contained in:
parent
2f84db3331
commit
f06394b6fd
@ -560,6 +560,13 @@ void snug_bwg_device::device_reset()
|
||||
m_selected = false;
|
||||
m_debug_dataout = false;
|
||||
m_rtc_enabled = false;
|
||||
m_dataregLB = false;
|
||||
m_lastK = false;
|
||||
m_RTCsel = false;
|
||||
m_inDsrArea = false;
|
||||
m_address = 0;
|
||||
m_WDsel = false;
|
||||
m_WDsel0 = false;
|
||||
|
||||
for (int i=0; i < 4; i++)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user