aboutsummaryrefslogtreecommitdiff
path: root/source/65c816.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/65c816.h
parent7ed90abe19954aaf1fa56657a08e3cae4c8a67ce (diff)
downloadsnes9x2005-cbbfa871ae3d9db3852d9122a6d8355896c073ed.tar.gz
snes9x2005-cbbfa871ae3d9db3852d9122a6d8355896c073ed.tar.bz2
snes9x2005-cbbfa871ae3d9db3852d9122a6d8355896c073ed.zip
Many cleanups.
Diffstat (limited to 'source/65c816.h')
-rw-r--r--source/65c816.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/source/65c816.h b/source/65c816.h
index 5b6184f..f180037 100644
--- a/source/65c816.h
+++ b/source/65c816.h
@@ -70,6 +70,7 @@ typedef union
uint8_t l, h;
} B;
#endif
+
uint16_t W;
} pair;
@@ -77,14 +78,13 @@ typedef struct
{
uint8_t PB;
uint8_t DB;
- pair P;
- pair A;
- pair D;
- pair S;
- pair X;
- pair Y;
+ pair P;
+ pair A;
+ pair D;
+ pair S;
+ pair X;
+ pair Y;
uint16_t PC;
} SRegisters;
#endif
-