summaryrefslogtreecommitdiff
path: root/src/apu.c
diff options
context:
space:
mode:
authortwinaphex2015-11-10 04:17:06 +0100
committertwinaphex2015-11-10 04:17:06 +0100
commit80b1ab9c519318ad5c2c5f7eb3f6b0349dccee36 (patch)
tree0def409b3ef9a0522722c03e91dc4abcd6c0c769 /src/apu.c
parent5e6455285bec454190ace7a61b034891cc2f99b3 (diff)
downloadsnes9x2002-80b1ab9c519318ad5c2c5f7eb3f6b0349dccee36.tar.gz
snes9x2002-80b1ab9c519318ad5c2c5f7eb3f6b0349dccee36.tar.bz2
snes9x2002-80b1ab9c519318ad5c2c5f7eb3f6b0349dccee36.zip
Cleanups
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