fixed usage of uninitialized member in msm58321_device (nw)

This commit is contained in:
Oliver Stöneberg 2014-02-26 18:07:47 +00:00
parent 53d0e22e7a
commit 31fc72cd1e

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_default_24h(false),
m_d0_handler(*this),
m_d1_handler(*this),
m_d2_handler(*this),