Diff for /np2/cbus/boardx2.c between versions 1.4 and 1.6

version 1.4, 2004/02/03 08:24:40 version 1.6, 2005/02/09 20:11:33
Line 204  void boardx2_reset(void) { Line 204  void boardx2_reset(void) {
         fmtimer_reset(0xc0);          fmtimer_reset(0xc0);
         opn.channels = 6;          opn.channels = 6;
         opngen_setcfg(6, OPN_STEREO | 0x1c0);          opngen_setcfg(6, OPN_STEREO | 0x1c0);
         soundrom_load(0xcc000, "86");          soundrom_load(0xcc000, OEMTEXT("86"));
         fmboard_extreg(extendchannel);          fmboard_extreg(extendchannel);
 }  }
   
Line 219  void boardx2_bind(void) { Line 219  void boardx2_bind(void) {
         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(&psg2, (SOUNDCB)psggen_getpcm);          sound_streamregist(&psg2, (SOUNDCB)psggen_getpcm);
         sound_streamregist(&rhythm, (SOUNDCB)rhythm_getpcm);          rhythm_bind(&rhythm);
         pcm86io_bind();          pcm86io_bind();
         cbuscore_attachsndex(0x088, opn_o, opn_i);          cbuscore_attachsndex(0x088, opn_o, opn_i);
         cbuscore_attachsndex(0x188, opna_o, opna_i);          cbuscore_attachsndex(0x188, opna_o, opna_i);

Removed from v.1.4  
changed lines
  Added in v.1.6


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