aboutsummaryrefslogtreecommitdiff
path: root/source/spc7110.h
diff options
context:
space:
mode:
authorJoão Silva2017-06-18 16:16:19 +0100
committerJoão Silva2017-06-18 16:16:19 +0100
commitbcaf44c511efaad9d803dde9b0fdbb046498c66f (patch)
treec526c7d332be548a42364eea9113b6d33345b840 /source/spc7110.h
parent10a58e72aa3f74a821fa9be07ffd3992ffa93600 (diff)
downloadsnes9x2005-bcaf44c511efaad9d803dde9b0fdbb046498c66f.tar.gz
snes9x2005-bcaf44c511efaad9d803dde9b0fdbb046498c66f.tar.bz2
snes9x2005-bcaf44c511efaad9d803dde9b0fdbb046498c66f.zip
Support for savestate versioning. Plenty of cleanups.
Diffstat (limited to 'source/spc7110.h')
-rw-r--r--source/spc7110.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/spc7110.h b/source/spc7110.h
index 351f29d..8557071 100644
--- a/source/spc7110.h
+++ b/source/spc7110.h
@@ -32,7 +32,7 @@ void SPC7110Load(char*);
void SPC7110Open(char*);
void SPC7110Grab(char*);
-typedef struct SPC7110RTC
+typedef struct
{
uint8_t reg[16];
int16_t index;
@@ -41,7 +41,7 @@ typedef struct SPC7110RTC
time_t last_used;
} S7RTC;
-typedef struct SPC7110EmuVars
+typedef struct
{
uint8_t reg4800;
uint8_t reg4801;