aboutsummaryrefslogtreecommitdiff
path: root/source/spc7110.c
diff options
context:
space:
mode:
authortwinaphex2021-06-07 18:22:52 +0200
committertwinaphex2021-06-07 18:22:52 +0200
commit1b271711a22c1ed2db87db8c68619ad469c8ac99 (patch)
treecdd1eaa3437811afdb9cdbe2a90777d45fdb2cac /source/spc7110.c
parenta17e300a2277f4a890320ce12c82917f68165a83 (diff)
downloadsnes9x2005-1b271711a22c1ed2db87db8c68619ad469c8ac99.tar.gz
snes9x2005-1b271711a22c1ed2db87db8c68619ad469c8ac99.tar.bz2
snes9x2005-1b271711a22c1ed2db87db8c68619ad469c8ac99.zip
Cleanups
Diffstat (limited to 'source/spc7110.c')
-rw-r--r--source/spc7110.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/source/spc7110.c b/source/spc7110.c
index 249bbc9..67fd068 100644
--- a/source/spc7110.c
+++ b/source/spc7110.c
@@ -5,8 +5,6 @@
#include "memmap.h"
#include <time.h>
-const char* S9xGetFilename(const char*);
-
SPC7110Regs s7r; /* SPC7110 registers, about 33KB */
S7RTC rtc_f9; /* FEOEZ (and Shounen Jump no SHou) RTC */
void S9xUpdateRTC(void); /* S-RTC function hacked to work with the RTC */