fixed usage of uninitialized member in mos6526_device (nw)

This commit is contained in:
Oliver Stöneberg 2014-05-18 17:02:06 +00:00
parent 741b3c8448
commit b0a73e4963

View File

@ -588,6 +588,7 @@ mos6526_device::mos6526_device(const machine_config &mconfig, device_type type,
device_execute_interface(mconfig, *this),
m_icount(0),
m_variant(variant),
m_tod_clock(0),
m_write_irq(*this),
m_write_pc(*this),
m_write_cnt(*this),