mirror of
https://github.com/holub/mame
synced 2025-10-05 08:41:31 +03:00
Fixed build. (nw)
This commit is contained in:
parent
2f52162e8a
commit
bd7d36bc2d
@ -60,9 +60,9 @@ pia6821_device::pia6821_device(const machine_config &mconfig, const char *tag, d
|
|||||||
m_cb2_handler(*this),
|
m_cb2_handler(*this),
|
||||||
m_irqa_handler(*this),
|
m_irqa_handler(*this),
|
||||||
m_irqb_handler(*this),
|
m_irqb_handler(*this),
|
||||||
m_irq_a_state(0),
|
|
||||||
m_in_ca1(0),
|
m_in_ca1(0),
|
||||||
m_ctl_a(0),
|
m_ctl_a(0),
|
||||||
|
m_irq_a_state(0),
|
||||||
m_in_cb1(0),
|
m_in_cb1(0),
|
||||||
m_ctl_b(0),
|
m_ctl_b(0),
|
||||||
m_irq_b_state(0)
|
m_irq_b_state(0)
|
||||||
|
Loading…
Reference in New Issue
Block a user