Diff for /np2/cbus/board26k.c between versions 1.7 and 1.8

version 1.7, 2005/02/09 20:11:33 version 1.8, 2005/05/12 17:24:05
Line 63  static REG8 IOINPCALL opn_i18a(UINT port Line 63  static REG8 IOINPCALL opn_i18a(UINT port
                 return(psggen_getreg(&psg1, opn.opnreg));                  return(psggen_getreg(&psg1, opn.opnreg));
         }          }
         (void)port;          (void)port;
   #if 1
           return(opn.opnreg);
   #else
         return(0xff);          return(0xff);
   #endif
 }  }
   
   

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


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