Diff for /np2/io/pcidev.c between versions 1.2 and 1.3

version 1.2, 2004/03/23 04:45:04 version 1.3, 2007/11/03 00:00:20
Line 107  UINT32 IOOUTCALL pcidev_r32(UINT port) { Line 107  UINT32 IOOUTCALL pcidev_r32(UINT port) {
         return(ret);          return(ret);
 }  }
   
 void pcidev_reset(void) {  void pcidev_reset(const NP2CFG *pConfig) {
   
         ZeroMemory(&pcidev, sizeof(pcidev));          ZeroMemory(&pcidev, sizeof(pcidev));
   
           (void)pConfig;
 }  }
   
 void pcidev_bind(void) {  void pcidev_bind(void) {

Removed from v.1.2  
changed lines
  Added in v.1.3


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