From cbbfa871ae3d9db3852d9122a6d8355896c073ed Mon Sep 17 00:00:00 2001 From: João Silva Date: Mon, 16 Jan 2017 22:39:57 +0000 Subject: Many cleanups. --- source/spc700.h | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'source/spc700.h') 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; -- cgit v1.2.3