summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/machine/sns_rom21.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/machine/sns_rom21.c')
-rw-r--r--src/mess/machine/sns_rom21.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mess/machine/sns_rom21.c b/src/mess/machine/sns_rom21.c
index f6a746e299d..646d0c16a19 100644
--- a/src/mess/machine/sns_rom21.c
+++ b/src/mess/machine/sns_rom21.c
@@ -50,15 +50,15 @@ void sns_rom21_srtc_device::device_start()
{
save_item(NAME(m_mode));
save_item(NAME(m_index));
-// save_item(NAME(m_rtc_ram));
+// save_item(NAME(m_rtc_ram));
}
void sns_rom21_srtc_device::device_reset()
{
m_mode = RTCM_Read;
m_index = -1;
-// memset(m_rtc_ram, 0, sizeof(m_rtc_ram));
-
+// memset(m_rtc_ram, 0, sizeof(m_rtc_ram));
+
// at this stage, rtc_ram is not yet allocated. this will be fixed when converting RTC to be a separate device.
// update_time();
}