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/apu.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'source/apu.h') diff --git a/source/apu.h b/source/apu.h index b49d8fe..046749d 100644 --- a/source/apu.h +++ b/source/apu.h @@ -87,6 +87,8 @@ Nintendo Co., Limited and its subsidiary companies. *******************************************************************************/ +#ifndef USE_BLARGG_APU + #ifndef _apu_h_ #define _apu_h_ @@ -208,3 +210,5 @@ extern void (*S9xApuOpcodes [256])(void); #define FREQUENCY_MASK 0x3fff #endif +#endif + -- cgit v1.2.3