mirror of
https://github.com/holub/mame
synced 2025-06-02 19:06:43 +03:00
fixed usage of uninitialized member in mos6526_device (nw)
This commit is contained in:
parent
741b3c8448
commit
b0a73e4963
@ -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),
|
||||
|
Loading…
Reference in New Issue
Block a user