aboutsummaryrefslogtreecommitdiff
path: root/source/apu.c
diff options
context:
space:
mode:
authorToad King2020-01-04 12:25:02 -0600
committerToad King2020-01-04 12:25:02 -0600
commitae87b7186c154d43d3b92cd2ca8c31ee34f57b97 (patch)
treeb77882a54a13abcd1a48fdac94a3e48962696e81 /source/apu.c
parentbc69ab7e61d744b5310e6664f733c17903b3f91a (diff)
downloadsnes9x2005-ae87b7186c154d43d3b92cd2ca8c31ee34f57b97.tar.gz
snes9x2005-ae87b7186c154d43d3b92cd2ca8c31ee34f57b97.tar.bz2
snes9x2005-ae87b7186c154d43d3b92cd2ca8c31ee34f57b97.zip
fix emscripten
Diffstat (limited to 'source/apu.c')
-rw-r--r--source/apu.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/source/apu.c b/source/apu.c
index eb6fcb6..f6b94ea 100644
--- a/source/apu.c
+++ b/source/apu.c
@@ -5,6 +5,7 @@
#include "snes9x.h"
#include "spc700.h"
#include "apu.h"
+#include "apumem.h"
#include "soundux.h"
#include "cpuexec.h"
@@ -32,8 +33,6 @@ void S9xDeinitAPU()
}
}
-uint8_t APUROM [64];
-
void S9xResetAPU()
{
int32_t i, j;