예제 #1
0
void dmasound_init(void)
{
    sound_locked = 0;

    lmc1992_init();

    if (has_falcon_dmasound)
        falcon_dmasound_init();
}
예제 #2
0
파일: dmasound.c 프로젝트: ragnar76/emutos
void dmasound_init(void)
{
    lmc1992_init();

    /* TODO: Initialize the other DMA sound hardware */
}