fixed usage of uninitialized member in c8050_device (nw)

This commit is contained in:
Oliver Stöneberg 2014-04-24 04:48:48 +00:00
parent ec5d1d8d65
commit dddee58be1

View File

@ -1105,6 +1105,7 @@ c8050_device::c8050_device(const machine_config &mconfig, device_type type, cons
m_rfdo(1),
m_daco(1),
m_atna(1),
m_ifc(0),
m_ds(-1),
m_bit_count(0),
m_sr(0),
@ -1144,6 +1145,7 @@ c8050_device::c8050_device(const machine_config &mconfig, const char *tag, devic
m_rfdo(1),
m_daco(1),
m_atna(1),
m_ifc(0),
m_ds(-1),
m_bit_count(0),
m_sr(0),