|
|
| version 1.1.1.1, 2003/10/16 17:58:01 | version 1.3, 2003/10/21 11:22:05 |
|---|---|
| Line 5 | Line 5 |
| #include "boardspb.h" | #include "boardspb.h" |
| #include "sound.h" | #include "sound.h" |
| #include "fmboard.h" | #include "fmboard.h" |
| #include "beep.h" | |
| #include "s98.h" | #include "s98.h" |
| Line 197 void boardspb_reset(void) { | Line 196 void boardspb_reset(void) { |
| void boardspb_bind(void) { | void boardspb_bind(void) { |
| sound_streamregist(&opngen, (SOUNDCB)opngen_getpcm); | sound_streamregist(&opngen, (SOUNDCB)opngen_getpcmvr); |
| sound_streamregist(&psg1, (SOUNDCB)psggen_getpcm); | sound_streamregist(&psg1, (SOUNDCB)psggen_getpcm); |
| sound_streamregist(&rhythm, (SOUNDCB)rhythm_getpcm); | sound_streamregist(&rhythm, (SOUNDCB)rhythm_getpcm); |
| sound_streamregist(&adpcm, (SOUNDCB)adpcm_getpcm); | sound_streamregist(&adpcm, (SOUNDCB)adpcm_getpcm); |
| Line 226 void boardspr_reset(void) { | Line 225 void boardspr_reset(void) { |
| void boardspr_bind(void) { | void boardspr_bind(void) { |
| sound_streamregist(&opngen, (SOUNDCB)opngen_getpcm); | sound_streamregist(&opngen, (SOUNDCB)opngen_getpcmvr); |
| sound_streamregist(&psg1, (SOUNDCB)psggen_getpcm); | sound_streamregist(&psg1, (SOUNDCB)psggen_getpcm); |
| sound_streamregist(&rhythm, (SOUNDCB)rhythm_getpcm); | sound_streamregist(&rhythm, (SOUNDCB)rhythm_getpcm); |
| sound_streamregist(&adpcm, (SOUNDCB)adpcm_getpcm); | sound_streamregist(&adpcm, (SOUNDCB)adpcm_getpcm); |