]> Shamusworld >> Repos - thunder/blobdiff - src/sound.cpp
Added save states; updated application icon.
[thunder] / src / sound.cpp
index f2af13a3a07ba5bca5a2a5749847493a67a626cb..3dcf993bbd395bb7ed3ea4064ff15c2e7f34d790 100644 (file)
@@ -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");