From 3564bfe8134ce6e1294a59212484e9ee487ab4f5 Mon Sep 17 00:00:00 2001 From: aliaspider Date: Sun, 2 Nov 2014 11:44:50 +0100 Subject: start hooking up blargg's apu implementation to use as a reference. (not yet working) --- source/spc700.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'source/spc700.c') diff --git a/source/spc700.c b/source/spc700.c index 7481c50..4483267 100644 --- a/source/spc700.c +++ b/source/spc700.c @@ -86,6 +86,9 @@ Super NES and Super Nintendo Entertainment System are trademarks of Nintendo Co., Limited and its subsidiary companies. *******************************************************************************/ + +#ifndef USE_BLARGG_APU + #include "snes9x.h" #include "spc700.h" #include "memmap.h" @@ -2573,3 +2576,4 @@ void (*S9xApuOpcodes[256])(void) = ApuF8, ApuF9, ApuFA, ApuFB, ApuFC, ApuFD, ApuFE, ApuFF }; +#endif -- cgit v1.2.3