aboutsummaryrefslogtreecommitdiff
path: root/source/spc700.h
diff options
context:
space:
mode:
authoraliaspider2014-10-29 10:11:16 +0100
committeraliaspider2014-10-29 10:11:16 +0100
commit4fb67d24cdde1e085d09a699ed2f5d68c306f534 (patch)
tree92fbe54e835ca1c799f15b250241929681a26a99 /source/spc700.h
parent9c8d36087b5b35c35c7ff9276a15d400ce45f519 (diff)
downloadsnes9x2005-4fb67d24cdde1e085d09a699ed2f5d68c306f534.tar.gz
snes9x2005-4fb67d24cdde1e085d09a699ed2f5d68c306f534.tar.bz2
snes9x2005-4fb67d24cdde1e085d09a699ed2f5d68c306f534.zip
get rid of all remaining C++ code.
Diffstat (limited to 'source/spc700.h')
-rw-r--r--source/spc700.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/spc700.h b/source/spc700.h
index b38c814..9500183 100644
--- a/source/spc700.h
+++ b/source/spc700.h
@@ -141,13 +141,13 @@ typedef union
uint16 W;
} YAndA;
-struct SAPURegisters{
+typedef struct{
uint8 P;
YAndA YA;
uint8 X;
uint8 S;
uint16 PC;
-};
+}SAPURegisters;
// Needed by ILLUSION OF GAIA
//#define ONE_APU_CYCLE 14