mirror of
https://github.com/holub/mame
synced 2025-04-25 09:50:04 +03:00
fixed usage of uninitialized member in msm58321_device (nw)
This commit is contained in:
parent
e5fb6132d5
commit
bf9cc508b5
@ -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),
|
||||
|
Loading…
Reference in New Issue
Block a user