diff options
Diffstat (limited to 'source/spc700.h')
-rw-r--r-- | source/spc700.h | 9 |
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; |