fixed usage onf uninitialized members in ds2401_device (nw)

This commit is contained in:
Oliver Stöneberg 2014-08-07 07:23:49 +00:00
parent d22d084408
commit 0a39438a26

View File

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