aboutsummaryrefslogtreecommitdiff
path: root/source/apu.c
diff options
context:
space:
mode:
Diffstat (limited to 'source/apu.c')
-rw-r--r--source/apu.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/source/apu.c b/source/apu.c
index 41fcfaa..de0bae9 100644
--- a/source/apu.c
+++ b/source/apu.c
@@ -87,6 +87,8 @@
Nintendo Co., Limited and its subsidiary companies.
*******************************************************************************/
+#ifndef USE_BLARGG_APU
+
#ifdef __DJGPP
#include <allegro.h>
#undef TRUE
@@ -742,3 +744,4 @@ uint8 S9xGetAPUDSP()
return (byte);
}
+#endif