From 4fb67d24cdde1e085d09a699ed2f5d68c306f534 Mon Sep 17 00:00:00 2001 From: aliaspider Date: Wed, 29 Oct 2014 10:11:16 +0100 Subject: get rid of all remaining C++ code. --- source/65c816.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source/65c816.h') diff --git a/source/65c816.h b/source/65c816.h index 04b591c..eee60b3 100644 --- a/source/65c816.h +++ b/source/65c816.h @@ -154,7 +154,7 @@ typedef union uint16 W; } pair; -struct SRegisters{ +typedef struct { uint8 PB; uint8 DB; pair P; @@ -164,7 +164,7 @@ struct SRegisters{ pair X; pair Y; uint16 PC; -}; +}SRegisters; #endif -- cgit v1.2.3