aboutsummaryrefslogtreecommitdiff
path: root/source/srtc.h
diff options
context:
space:
mode:
authortwinaphex2017-08-11 17:53:39 +0200
committertwinaphex2017-08-11 17:53:39 +0200
commit62be8bed4dc3dc7793f1df1391f153436e4ea949 (patch)
treeceeb31adb5fbbae99184fdb3d89cafacc70f556e /source/srtc.h
parentb9c74ceb1352c8f433cf6bf2c446ae07457c5267 (diff)
downloadsnesemu-62be8bed4dc3dc7793f1df1391f153436e4ea949.tar.gz
snesemu-62be8bed4dc3dc7793f1df1391f153436e4ea949.tar.bz2
snesemu-62be8bed4dc3dc7793f1df1391f153436e4ea949.zip
More buildfixes
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)