fixed usage of uninitialized members in pia6821_device (nw)

This commit is contained in:
Oliver Stöneberg 2014-04-24 07:16:30 +00:00
parent 17af52bfdb
commit f13b6db38c

View File

@ -61,6 +61,8 @@ pia6821_device::pia6821_device(const machine_config &mconfig, const char *tag, d
m_irqa_handler(*this),
m_irqb_handler(*this),
m_irq_a_state(0),
m_in_ca1(0),
m_ctl_a(0),
m_in_cb1(0),
m_ctl_b(0),
m_irq_b_state(0)