fixed usage of uninitialized member in msm58321_device (nw)

This commit is contained in:
Oliver Stöneberg 2014-04-25 07:29:02 +00:00
parent fca2615f3a
commit fbef800627

View File

@ -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));
}