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