aboutsummaryrefslogtreecommitdiff
path: root/source/srtc.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/srtc.h')
-rw-r--r--source/srtc.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/source/srtc.h b/source/srtc.h
index 0688a54..98fe369 100644
--- a/source/srtc.h
+++ b/source/srtc.h
@@ -45,13 +45,13 @@ typedef struct
extern SRTC_DATA rtc;
-void S9xUpdateSrtcTime();
+void S9xUpdateSrtcTime(void);
void S9xSetSRTC(uint8_t data, uint16_t Address);
uint8_t S9xGetSRTC(uint16_t Address);
-void S9xSRTCPreSaveState();
-void S9xSRTCPostLoadState();
-void S9xResetSRTC();
-void S9xHardResetSRTC();
+void S9xSRTCPreSaveState(void);
+void S9xSRTCPostLoadState(void);
+void S9xResetSRTC(void);
+void S9xHardResetSRTC(void);
#define SRTC_SRAM_PAD (4 + 8 + 1 + MAX_RTC_INDEX)