diff options
| author | 2013-03-19 07:22:20 +0000 | |
|---|---|---|
| committer | 2013-03-19 07:22:20 +0000 | |
| commit | 0e1f5ad25b25df7c2ec707ec45c544288eb3c683 (patch) | |
| tree | eeef04fdf999692be30c25457fb9b329e1dbfdde /src/mess/machine/sns_rom21.c | |
| parent | 86614c802b9d611d83520fdb43388ae51d31f553 (diff) | |
Cleanups and version bumpmame0148u2
Diffstat (limited to 'src/mess/machine/sns_rom21.c')
| -rw-r--r-- | src/mess/machine/sns_rom21.c | 6 |
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(); } |
