--- np2/cbus/boardspb.c 2003/10/16 17:58:01 1.1 +++ np2/cbus/boardspb.c 2003/10/18 09:02:38 1.2 @@ -197,7 +197,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 +226,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);