audio: add option to switch off SSG-EG

This commit is contained in:
kub 2020-04-22 21:40:05 +02:00
parent 1dbda5f894
commit 324bd6852e
9 changed files with 21 additions and 17 deletions

View file

@ -167,7 +167,7 @@ void Main940(void)
case JOB940_INITALL:
/* ym2612 */
shared_ctl->writebuff0[0] = shared_ctl->writebuff1[0] = 0xffff;
YM2612Init_(shared_ctl->baseclock, shared_ctl->rate);
YM2612Init_(shared_ctl->baseclock, shared_ctl->rate, 0);
/* Helix mp3 decoder */
__malloc_init();
shared_data->mp3dec = MP3InitDecoder();