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