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