aboutsummaryrefslogtreecommitdiff
path: root/source/spc7110.h
diff options
context:
space:
mode:
authorTwinaphex2017-06-18 18:41:06 +0200
committerGitHub2017-06-18 18:41:06 +0200
commit1aecedc999445e9a27e04f665fd562b576775d08 (patch)
treec526c7d332be548a42364eea9113b6d33345b840 /source/spc7110.h
parentdc596c886e0ec2728dc353dd7862cdf1e5a5ff44 (diff)
parentbcaf44c511efaad9d803dde9b0fdbb046498c66f (diff)
downloadsnes9x2005-1aecedc999445e9a27e04f665fd562b576775d08.tar.gz
snes9x2005-1aecedc999445e9a27e04f665fd562b576775d08.tar.bz2
snes9x2005-1aecedc999445e9a27e04f665fd562b576775d08.zip
Merge pull request #36 from jamsilva/master
Compatibility fixes.
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;