--- np2/cbus/boardspb.c 2003/10/16 17:58:01 1.1 +++ np2/cbus/boardspb.c 2003/10/21 11:22:05 1.3 @@ -5,7 +5,6 @@ #include "boardspb.h" #include "sound.h" #include "fmboard.h" -#include "beep.h" #include "s98.h" @@ -197,7 +196,7 @@ void boardspb_reset(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(&rhythm, (SOUNDCB)rhythm_getpcm); sound_streamregist(&adpcm, (SOUNDCB)adpcm_getpcm); @@ -226,7 +225,7 @@ void boardspr_reset(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(&rhythm, (SOUNDCB)rhythm_getpcm); sound_streamregist(&adpcm, (SOUNDCB)adpcm_getpcm);