aboutsummaryrefslogtreecommitdiff
path: root/source/apu_blargg.c
diff options
context:
space:
mode:
authoraliaspider2014-11-03 11:11:05 +0100
committeraliaspider2014-11-03 11:11:05 +0100
commit7077e9821593b2c9b78830c4cc5055c6a79cdd69 (patch)
tree615195d3db586f5542eddd0cbd17e46e816f954b /source/apu_blargg.c
parent3564bfe8134ce6e1294a59212484e9ee487ab4f5 (diff)
downloadsnes9x2005-7077e9821593b2c9b78830c4cc5055c6a79cdd69.tar.gz
snes9x2005-7077e9821593b2c9b78830c4cc5055c6a79cdd69.tar.bz2
snes9x2005-7077e9821593b2c9b78830c4cc5055c6a79cdd69.zip
can build with USE_BLARGG_APU enabled, still not working.
Diffstat (limited to 'source/apu_blargg.c')
-rw-r--r--source/apu_blargg.c8
1 files changed, 6 insertions, 2 deletions
diff --git a/source/apu_blargg.c b/source/apu_blargg.c
index c2afa9b..78b4c25 100644
--- a/source/apu_blargg.c
+++ b/source/apu_blargg.c
@@ -182,12 +182,16 @@
#include <limits.h>
#include "blargg_endian.h"
-#include "apu.h"
+#include "apu_blargg.h"
#include "snes9x.h"
-#include "snapshot.h"
+//#include "snapshot.h"
#include "display.h"
+#ifndef INLINE
+#define INLINE inline
+#endif
+
/***********************************************************************************
SPC DSP
***********************************************************************************/