Diff for /np2/cbus/boardspb.c between versions 1.1 and 1.2

version 1.1, 2003/10/16 17:58:01 version 1.2, 2003/10/18 09:02:38
Line 197  void boardspb_reset(void) { Line 197  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 226  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);

Removed from v.1.1  
changed lines
  Added in v.1.2


RetroPC.NET-CVS <cvs@retropc.net>