Diff for /np2/cbus/board86.c between versions 1.4 and 1.5

version 1.4, 2004/02/18 20:11:36 version 1.5, 2005/02/09 20:11:33
Line 144  void board86_reset(void) { Line 144  void board86_reset(void) {
                                         ((np2cfg.snd86opt & 0x8) << 3));                                          ((np2cfg.snd86opt & 0x8) << 3));
         opngen_setcfg(3, OPN_STEREO | 0x038);          opngen_setcfg(3, OPN_STEREO | 0x038);
         if (np2cfg.snd86opt & 2) {          if (np2cfg.snd86opt & 2) {
                 soundrom_load(0xcc000, "86");                  soundrom_load(0xcc000, OEMTEXT("86"));
         }          }
         opn.base = (np2cfg.snd86opt & 0x01)?0x000:0x100;          opn.base = (np2cfg.snd86opt & 0x01)?0x000:0x100;
         fmboard_extreg(extendchannel);          fmboard_extreg(extendchannel);

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


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