From 80b1ab9c519318ad5c2c5f7eb3f6b0349dccee36 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Tue, 10 Nov 2015 04:17:06 +0100 Subject: Cleanups --- src/apu.c | 5 ----- src/snapshot.h | 1 - 2 files changed, 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 -- cgit v1.2.3