removed 098 snd due to problems with it
[fceu.git] / sound.c
diff --git a/sound.c b/sound.c
index 0c60871..f6e6a34 100644 (file)
--- a/sound.c
+++ b/sound.c
@@ -845,7 +845,7 @@ static void RDoNoise(int32 end)
    }
 }
 
-static DECLFW(Write_IRQFM)
+DECLFW(Write_IRQFM)
 {
  PSG[0x17]=V;
  V=(V&0xC0)>>6;
@@ -968,9 +968,7 @@ void ResetSound(void)
         nreg=1;
 }
 
-void (*SetSoundVariables)(void) = 0;
-
-void SetSoundVariables081(void)
+void SetSoundVariables(void)
 {
   int x;