aboutsummaryrefslogtreecommitdiff
path: root/source/apu_blargg.c
diff options
context:
space:
mode:
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
***********************************************************************************/