]> Shamusworld >> Repos - thunder/blobdiff - src/sound.cpp
Added save states; updated application icon.
[thunder] / src / sound.cpp
index 27d7a3903b04246fee8c97e76b465f8071a4d040..3dcf993bbd395bb7ed3ea4064ff15c2e7f34d790 100644 (file)
@@ -12,7 +12,7 @@
 //
 
 #include "sound.h"
-#include <SDL.h>
+#include <SDL2/SDL.h>
 #include "psg.h"
 #include "resource.h"
 #include "ym2151.h"
@@ -43,8 +43,6 @@ uint32_t snd_lens[3]   = { sunknownlen, scyalen, scameralen };
 
 void InitSound(void)
 {
-       // params 1, 4 & 5 are useless
-//     if (YMInit(1, 3579580, SAMPLE_RATE, 16, 512))
        if (YMInit(3579580, SAMPLE_RATE))
        {
                printf("SOUND: Could not init YM2151 emulator!\n");