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/65c816.h | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'source/65c816.h') 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 - -- cgit v1.2.3