Previous 199869 Revisions Next

r21778 Sunday 10th March, 2013 at 10:04:30 UTC by Oliver Stöneberg
(MESS) fixed clang compiler warning (nw)
[src/mess/machine]sns_rom21.c

trunk/src/mess/machine/sns_rom21.c
r21777r21778
5757{
5858   m_mode = RTCM_Read;
5959   m_index = -1;
60   memset(m_rtc_ram, 0, sizeof(m_rtc_ram));   
60   memset(m_rtc_ram, 0, m_rtc_ram_size);   
6161   
6262// at this stage, rtc_ram is not yet allocated. this will be fixed when converting RTC to be a separate device.
6363//  update_time();

Previous 199869 Revisions Next


© 1997-2024 The MAME Team