fixed: broken fs0, sram saves
[fceu.git] / drivers / cli / svgalib.c
index 3e3cd4d..7d293e9 100644 (file)
@@ -15,7 +15,7 @@
 #include "lnx-joystick.h"
 #include "unix-netplay.h"
 
-//static int soundo=0;
+static int soundo=48000;
 static int f8bit=0;
 static int sfragsize=7,snfrags=8;
 
@@ -90,10 +90,9 @@ void DoDriverArgs(void)
         for(x=0;x<4;x++)
          if(!joy[x]) memset(joyBMap[x],0,4*sizeof(int));
 }
-/*
+
 int InitSound(void)
 {
-       printf("Called InitSound svgalib.c\n"); 
         if(soundo)
         {
          int rate;
@@ -107,7 +106,7 @@ int InitSound(void)
         }
         }
        return(0);
-}*/
+}
 
 void WriteSound(int32 *Buffer, int Count, int NoWaiting)
 {