aboutsummaryrefslogtreecommitdiff
path: root/source/spc7110.h
diff options
context:
space:
mode:
authortwinaphex2017-08-11 17:53:39 +0200
committertwinaphex2017-08-11 17:53:39 +0200
commit62be8bed4dc3dc7793f1df1391f153436e4ea949 (patch)
treeceeb31adb5fbbae99184fdb3d89cafacc70f556e /source/spc7110.h
parentb9c74ceb1352c8f433cf6bf2c446ae07457c5267 (diff)
downloadsnesemu-62be8bed4dc3dc7793f1df1391f153436e4ea949.tar.gz
snesemu-62be8bed4dc3dc7793f1df1391f153436e4ea949.tar.bz2
snesemu-62be8bed4dc3dc7793f1df1391f153436e4ea949.zip
More buildfixes
Diffstat (limited to 'source/spc7110.h')
-rw-r--r--source/spc7110.h18
1 files changed, 9 insertions, 9 deletions
diff --git a/source/spc7110.h b/source/spc7110.h
index 8557071..dd93d50 100644
--- a/source/spc7110.h
+++ b/source/spc7110.h
@@ -7,23 +7,23 @@
#define DECOMP_BUFFER_SIZE 0x10000
extern void (*LoadUp7110)(char*);
-extern void (*CleanUp7110)();
-extern void (*Copy7110)();
+extern void (*CleanUp7110)(void);
+extern void (*Copy7110)(void);
extern uint16_t cacheMegs;
-void Del7110Gfx();
-void Close7110Gfx();
-void Drop7110Gfx();
+void Del7110Gfx(void);
+void Close7110Gfx(void);
+void Drop7110Gfx(void);
uint8_t S9xGetSPC7110(uint16_t Address);
uint8_t S9xGetSPC7110Byte(uint32_t Address);
uint8_t* Get7110BasePtr(uint32_t);
void S9xSetSPC7110(uint8_t data, uint16_t Address);
-void S9xSpc7110Init();
+void S9xSpc7110Init(void);
uint8_t* Get7110BasePtr(uint32_t);
-void S9xSpc7110Reset();
-void S9xUpdateRTC();
-void Do7110Logging();
+void S9xSpc7110Reset(void);
+void S9xUpdateRTC(void);
+void Do7110Logging(void);
int32_t S9xRTCDaysInMonth(int32_t month, int32_t year);
//These are platform-dependant functions, but should work on