Diff for /np2/cbus/boardx2.c between versions 1.8 and 1.9

version 1.8, 2005/05/13 05:47:24 version 1.9, 2007/11/03 00:00:19
Line 241  static const IOINP opna_i[4] = { Line 241  static const IOINP opna_i[4] = {
                         opna_i188,      opna_i18a,      opna_i18c,      opna_i18e};                          opna_i188,      opna_i18a,      opna_i18c,      opna_i18e};
   
   
 void boardx2_reset(void) {  void boardx2_reset(const NP2CFG *pConfig) {
   
         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, OEMTEXT("86"));          soundrom_load(0xcc000, OEMTEXT("86"));
         fmboard_extreg(extendchannel);          fmboard_extreg(extendchannel);
   
           (void)pConfig;
 }  }
   
 void boardx2_bind(void) {  void boardx2_bind(void) {

Removed from v.1.8  
changed lines
  Added in v.1.9


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