Diff for /np2/cbus/board118.c between versions 1.5 and 1.6

version 1.5, 2005/02/09 20:11:33 version 1.6, 2005/05/12 17:24:05
Line 80  static REG8 IOINPCALL ymf_i188(UINT port Line 80  static REG8 IOINPCALL ymf_i188(UINT port
   
 static REG8 IOINPCALL ymf_i18a(UINT port) {  static REG8 IOINPCALL ymf_i18a(UINT port) {
   
           (void)port;
         if (opn.opnreg == 0x0e) {          if (opn.opnreg == 0x0e) {
                 return(fmboard_getjoy(&psg1));                  return(fmboard_getjoy(&psg1));
         }          }
         else if (opn.opnreg < 0x10) {          else if (opn.opnreg < 0x10) {
                 return(psggen_getreg(&psg1, opn.opnreg));                  return(psggen_getreg(&psg1, opn.opnreg));
         }          }
         (void)port;  #if 1
           else if (opn.opnreg == 0xff) {
                   return(1);
           }
           return(opn.opnreg);
   #else
         return(opn.reg[opn.opnreg]);          return(opn.reg[opn.opnreg]);
   #endif
 }  }
   
 static REG8 IOINPCALL ymf_i18c(UINT port) {  static REG8 IOINPCALL ymf_i18c(UINT port) {

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


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