summaryrefslogtreecommitdiff
path: root/src/apu.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/apu.c')
-rw-r--r--src/apu.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/apu.c b/src/apu.c
index 58f2409..aa895e7 100644
--- a/src/apu.c
+++ b/src/apu.c
@@ -45,11 +45,6 @@
#include "soundux.h"
#include "cpuexec.h"
-/* For note-triggered SPC dump support */
-//#include "snapshot.h"
-
-//extern int NoiseFreq [32];
-
#undef ABS
#define ABS(a) ((a) < 0 ? -(a) : (a))
#define ENVX_SHIFT 24