mirror of
https://github.com/holub/mame
synced 2025-06-06 21:03:47 +03:00
(MESS) fixed clang compiler warning (nw)
This commit is contained in:
parent
2eab9d0485
commit
192ed8fe18
@ -57,7 +57,7 @@ void sns_rom21_srtc_device::device_reset()
|
|||||||
{
|
{
|
||||||
m_mode = RTCM_Read;
|
m_mode = RTCM_Read;
|
||||||
m_index = -1;
|
m_index = -1;
|
||||||
memset(m_rtc_ram, 0, sizeof(m_rtc_ram));
|
memset(m_rtc_ram, 0, m_rtc_ram_size);
|
||||||
|
|
||||||
// at this stage, rtc_ram is not yet allocated. this will be fixed when converting RTC to be a separate device.
|
// at this stage, rtc_ram is not yet allocated. this will be fixed when converting RTC to be a separate device.
|
||||||
// update_time();
|
// update_time();
|
||||||
|
Loading…
Reference in New Issue
Block a user