mirror of
https://github.com/FunKey-Project/picodrive-irixxxx.git
synced 2026-04-30 18:09:31 +02:00
audio: add option to switch off SSG-EG
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user