mirror of
https://github.com/holub/mame
synced 2025-10-07 17:27:06 +03:00
fixed usage of uninitialized members in pic8259_device (nw)
This commit is contained in:
parent
fa83233e8e
commit
8825f10c43
@ -445,5 +445,8 @@ pic8259_device::pic8259_device(const machine_config &mconfig, const char *tag, d
|
|||||||
, m_out_int_func(*this)
|
, m_out_int_func(*this)
|
||||||
, m_sp_en_func(*this)
|
, m_sp_en_func(*this)
|
||||||
, m_read_slave_ack_func(*this)
|
, m_read_slave_ack_func(*this)
|
||||||
|
, m_irr(0)
|
||||||
|
, m_irq_lines(0)
|
||||||
|
, m_level_trig_mode(0)
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user