mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-06 15:48:05 -04:00
audio: add option to switch off SSG-EG
This commit is contained in:
parent
1dbda5f894
commit
324bd6852e
9 changed files with 21 additions and 17 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue