mirror of
https://github.com/holub/mame
synced 2025-04-28 11:11:48 +03:00
fixed usage onf uninitialized members in ds2401_device (nw)
This commit is contained in:
parent
d22d084408
commit
0a39438a26
@ -40,6 +40,9 @@ void ds2401_device::device_start()
|
||||
t_pdh = attotime::from_usec( 30);
|
||||
t_pdl = attotime::from_usec(120);
|
||||
|
||||
m_rx = true;
|
||||
m_tx = true;
|
||||
|
||||
save_item(NAME(m_state));
|
||||
save_item(NAME(m_bit));
|
||||
save_item(NAME(m_byte));
|
||||
|
Loading…
Reference in New Issue
Block a user