summaryrefslogtreecommitdiff
path: root/old/spc700/debug/spc700.h
diff options
context:
space:
mode:
Diffstat (limited to 'old/spc700/debug/spc700.h')
-rw-r--r--old/spc700/debug/spc700.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/old/spc700/debug/spc700.h b/old/spc700/debug/spc700.h
index 507c247..433fe6f 100644
--- a/old/spc700/debug/spc700.h
+++ b/old/spc700/debug/spc700.h
@@ -86,10 +86,10 @@
typedef union
{
-#ifdef LSB_FIRST
- struct { uint8 A, Y; } B;
-#else
+#ifdef MSB_FIRST
struct { uint8 Y, A; } B;
+#else
+ struct { uint8 A, Y; } B;
#endif
uint16 W;
uint32 _padder; // make sure this whole thing takes 4 bytes