mirror of
https://github.com/holub/mame
synced 2025-07-01 08:18:59 +03:00
Fix pong crash in debug build. No wn.
This commit is contained in:
parent
99c536be34
commit
b60c2477b5
@ -765,6 +765,7 @@ net_output_t::net_output_t(int atype)
|
|||||||
m_new_Q = m_Q;
|
m_new_Q = m_Q;
|
||||||
m_active = 0;
|
m_active = 0;
|
||||||
m_in_queue = 2;
|
m_in_queue = 2;
|
||||||
|
m_num_cons = 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
ATTR_COLD void net_output_t::set_netdev(const net_core_device_t *dev)
|
ATTR_COLD void net_output_t::set_netdev(const net_core_device_t *dev)
|
||||||
|
Loading…
Reference in New Issue
Block a user