aboutsummaryrefslogtreecommitdiff
path: root/source/spc700.h
diff options
context:
space:
mode:
authorJoão Silva2017-01-16 22:39:57 +0000
committerJoão Silva2017-01-16 22:39:57 +0000
commitcbbfa871ae3d9db3852d9122a6d8355896c073ed (patch)
tree73e7755d117b8dd9eea499977c632727deb20d00 /source/spc700.h
parent7ed90abe19954aaf1fa56657a08e3cae4c8a67ce (diff)
downloadsnes9x2005-cbbfa871ae3d9db3852d9122a6d8355896c073ed.tar.gz
snes9x2005-cbbfa871ae3d9db3852d9122a6d8355896c073ed.tar.bz2
snes9x2005-cbbfa871ae3d9db3852d9122a6d8355896c073ed.zip
Many cleanups.
Diffstat (limited to 'source/spc700.h')
-rw-r--r--source/spc700.h9
1 files changed, 5 insertions, 4 deletions
diff --git a/source/spc700.h b/source/spc700.h
index 1012f2d..f1d7046 100644
--- a/source/spc700.h
+++ b/source/spc700.h
@@ -60,15 +60,16 @@ typedef union
uint8_t A, Y;
} B;
#endif
+
uint16_t W;
} YAndA;
typedef struct
{
- uint8_t P;
- YAndA YA;
- uint8_t X;
- uint8_t S;
+ uint8_t P;
+ YAndA YA;
+ uint8_t X;
+ uint8_t S;
uint16_t PC;
} SAPURegisters;