mirror of
https://github.com/holub/mame
synced 2025-10-06 09:00:04 +03:00
fixed usage of uninitialized members in pia6821_device (nw)
This commit is contained in:
parent
17af52bfdb
commit
f13b6db38c
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user