mirror of
https://github.com/holub/mame
synced 2025-05-06 22:35:43 +03:00
fixed usage of uninitialized meber in snug_bwg_device (nw)
This commit is contained in:
parent
434abb4e3e
commit
d334361224
@ -1091,6 +1091,8 @@ void snug_bwg_legacy_device::device_reset()
|
||||
m_WAITena = false;
|
||||
m_rtc_enabled = false;
|
||||
m_selected = false;
|
||||
m_dataregLB = false;
|
||||
m_inDsrArea = false;
|
||||
|
||||
m_dip1 = ioport("BWGDIP1")->read();
|
||||
m_dip2 = ioport("BWGDIP2")->read();
|
||||
|
Loading…
Reference in New Issue
Block a user