Diff for /np2/cbus/board26k.c between versions 1.9 and 1.10

version 1.9, 2005/05/13 05:47:24 version 1.10, 2007/11/03 00:00:19
Line 80  static const IOINP opn_i[4] = { Line 80  static const IOINP opn_i[4] = {
                         opn_i188,       opn_i18a,       NULL,           NULL};                          opn_i188,       opn_i18a,       NULL,           NULL};
   
   
 void board26k_reset(void) {  void board26k_reset(const NP2CFG *pConfig) {
   
         opngen_setcfg(3, 0);          opngen_setcfg(3, 0);
         fmtimer_reset(np2cfg.snd26opt & 0xc0);          fmtimer_reset(pConfig->snd26opt & 0xc0);
         soundrom_loadex(np2cfg.snd26opt & 7, OEMTEXT("26"));          soundrom_loadex(pConfig->snd26opt & 7, OEMTEXT("26"));
         opn.base = (np2cfg.snd26opt & 0x10)?0x000:0x100;          opn.base = (pConfig->snd26opt & 0x10)?0x000:0x100;
 }  }
   
 void board26k_bind(void) {  void board26k_bind(void) {

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


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