fixed usage of uninitialized member in msm58321_device (nw)

This commit is contained in:
Oliver Stöneberg 2014-04-29 06:56:40 +00:00
parent e5fb6132d5
commit bf9cc508b5

View File

@ -178,6 +178,7 @@ msm58321_device::msm58321_device(const machine_config &mconfig, const char *tag,
: device_t(mconfig, MSM58321, "MSM58321", tag, owner, clock, "msm58321", __FILE__),
device_rtc_interface(mconfig, *this),
device_nvram_interface(mconfig, *this),
m_year0(0),
m_default_24h(false),
m_d0_handler(*this),
m_d1_handler(*this),