summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/apu.c5
-rw-r--r--src/snapshot.h1
2 files changed, 0 insertions, 6 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
diff --git a/src/snapshot.h b/src/snapshot.h
index 1af02fd..5c55d2c 100644
--- a/src/snapshot.h
+++ b/src/snapshot.h
@@ -57,7 +57,6 @@ bool8 S9xFreezeGame(const char* filename);
bool8 S9xUnfreezeGame(const char* filename);
bool8 Snapshot(const char* filename);
bool8 S9xLoadSnapshot(const char* filename);
-bool8 S9xSPCDump(const char* filename);
END_EXTERN_C
#endif