mirror of
https://github.com/holub/mame
synced 2025-10-05 08:41:31 +03:00
fixed usage of uninitialized member in nick_device (nw)
This commit is contained in:
parent
7e658154fb
commit
af54130f93
@ -118,6 +118,7 @@ nick_device::nick_device(const machine_config &mconfig, const char *tag, device_
|
||||
m_LD2(0),
|
||||
m_virq(CLEAR_LINE)
|
||||
{
|
||||
memset(&m_LPT, 0x00, sizeof(m_LPT));
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user