X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fsound.cpp;h=3dcf993bbd395bb7ed3ea4064ff15c2e7f34d790;hb=HEAD;hp=f2af13a3a07ba5bca5a2a5749847493a67a626cb;hpb=a046907b274eb0cfa9c10a4c68fb38255f96714c;p=thunder diff --git a/src/sound.cpp b/src/sound.cpp index f2af13a..3dcf993 100644 --- a/src/sound.cpp +++ b/src/sound.cpp @@ -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");