From 769920d869e5ea2022b3d0c719b99b14599dedf0 Mon Sep 17 00:00:00 2001 From: Toad King Date: Sat, 4 Jan 2020 12:18:46 -0600 Subject: fix emscripten --- src/apu.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/apu.c') diff --git a/src/apu.c b/src/apu.c index 5814070..3e7ddd1 100644 --- a/src/apu.c +++ b/src/apu.c @@ -46,6 +46,7 @@ #include "snes9x.h" #include "spc700.h" #include "apu.h" +#include "apumem.h" #include "soundux.h" #include "cpuexec.h" @@ -410,8 +411,6 @@ void S9xDeinitAPU() } } -uint8 APUROM [64]; - void S9xResetAPU(void) { int i, j; -- cgit v1.2.3