aboutsummaryrefslogtreecommitdiff
path: root/source/srtc.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/srtc.h')
-rw-r--r--source/srtc.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/source/srtc.h b/source/srtc.h
index 2bd3490..0459524 100644
--- a/source/srtc.h
+++ b/source/srtc.h
@@ -36,11 +36,11 @@ Index Description Range (nibble)
typedef struct
{
bool needs_init;
- bool count_enable; // Does RTC mark time or is it frozen
+ bool count_enable; /* Does RTC mark time or is it frozen */
uint8_t data [MAX_RTC_INDEX + 1];
int8_t index;
uint8_t mode;
- time_t system_timestamp; // Of latest RTC load time
+ time_t system_timestamp; /* Of latest RTC load time */
} SRTC_DATA;
extern SRTC_DATA rtc;
@@ -52,4 +52,4 @@ void S9xSRTCPreSaveState(void);
void S9xSRTCPostLoadState(void);
void S9xResetSRTC(void);
void S9xHardResetSRTC(void);
-#endif // _srtc_h
+#endif /* _srtc_h */