mirror of
https://github.com/holub/mame
synced 2025-04-24 17:30:55 +03:00
fixed usage of uninitialized member in v810_device (nw)
This commit is contained in:
parent
d875aafec0
commit
83d99a9179
@ -1257,6 +1257,7 @@ void v810_device::device_start()
|
||||
m_irq_line = 0;
|
||||
m_irq_state = 0;
|
||||
m_nmi_line = 0;
|
||||
memset(m_reg, 0x00, sizeof(m_reg));
|
||||
|
||||
save_item(NAME(m_reg));
|
||||
save_item(NAME(m_irq_line));
|
||||
|
Loading…
Reference in New Issue
Block a user