mirror of
https://github.com/holub/mame
synced 2025-06-05 04:16:28 +03:00
fixed usage of uninitialized member in msm58321_device (nw)
This commit is contained in:
parent
fca2615f3a
commit
fbef800627
@ -202,6 +202,7 @@ msm58321_device::msm58321_device(const machine_config &mconfig, const char *tag,
|
||||
m_cs1(0),
|
||||
m_address(0xf)
|
||||
{
|
||||
memset(m_reg, 0x00, sizeof(m_reg));
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user