|
|
| version 1.3, 2004/02/03 08:24:40 | version 1.4, 2004/02/18 20:11:36 |
|---|---|
| Line 158 void board86_bind(void) { | Line 158 void board86_bind(void) { |
| fmboard_rhyrestore(&rhythm, 0); | fmboard_rhyrestore(&rhythm, 0); |
| sound_streamregist(&opngen, (SOUNDCB)opngen_getpcm); | sound_streamregist(&opngen, (SOUNDCB)opngen_getpcm); |
| sound_streamregist(&psg1, (SOUNDCB)psggen_getpcm); | sound_streamregist(&psg1, (SOUNDCB)psggen_getpcm); |
| sound_streamregist(&rhythm, (SOUNDCB)rhythm_getpcm); | rhythm_bind(&rhythm); |
| pcm86io_bind(); | pcm86io_bind(); |
| cbuscore_attachsndex(0x188 + opn.base, opna_o, opna_i); | cbuscore_attachsndex(0x188 + opn.base, opna_o, opna_i); |
| } | } |
| Line 218 void board86c_bind(void) { | Line 218 void board86c_bind(void) { |
| fmboard_rhyrestore(&rhythm, 0); | fmboard_rhyrestore(&rhythm, 0); |
| sound_streamregist(&opngen, (SOUNDCB)opngen_getpcm); | sound_streamregist(&opngen, (SOUNDCB)opngen_getpcm); |
| sound_streamregist(&psg1, (SOUNDCB)psggen_getpcm); | sound_streamregist(&psg1, (SOUNDCB)psggen_getpcm); |
| sound_streamregist(&rhythm, (SOUNDCB)rhythm_getpcm); | rhythm_bind(&rhythm); |
| sound_streamregist(&adpcm, (SOUNDCB)adpcm_getpcm); | sound_streamregist(&adpcm, (SOUNDCB)adpcm_getpcm); |
| pcm86io_bind(); | pcm86io_bind(); |
| cbuscore_attachsndex(0x188 + opn.base, opnac_o, opnac_i); | cbuscore_attachsndex(0x188 + opn.base, opnac_o, opnac_i); |