summaryrefslogtreecommitdiff
path: root/src/apu.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/apu.c')
-rw-r--r--src/apu.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/apu.c b/src/apu.c
index 0fa888a..5814070 100644
--- a/src/apu.c
+++ b/src/apu.c
@@ -410,9 +410,9 @@ void S9xDeinitAPU()
}
}
-EXTERN_C uint8 APUROM [64];
+uint8 APUROM [64];
-void S9xResetAPU()
+void S9xResetAPU(void)
{
int i, j;
// Settings.APUEnabled = Settings.NextAPUEnabled;