From 761d752569b9bad6bdb755e91ca9e345cfb2788d Mon Sep 17 00:00:00 2001 From: aliaspider Date: Wed, 29 Oct 2014 06:47:46 +0100 Subject: C++ cleanups. (in progress) --- source/spc700.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/spc700.h') diff --git a/source/spc700.h b/source/spc700.h index 29f071b..b38c814 100644 --- a/source/spc700.h +++ b/source/spc700.h @@ -160,7 +160,7 @@ struct SAPURegisters{ // 1.953us := 1.024065.54MHz #ifdef SPCTOOL -EXTERN_C int32 ESPC (int32); +int32 ESPC (int32); #define APU_EXECUTE() \ { \ -- cgit v1.2.3