Diff for /np2/generic/hostdrv.c between versions 1.4 and 1.5

version 1.4, 2004/01/10 17:24:01 version 1.5, 2004/01/10 20:15:43
Line 336  static BOOL pathishostdrv(INTRST is, SDA Line 336  static BOOL pathishostdrv(INTRST is, SDA
 }  }
   
   
 static BOOL read_data(UINT num, UINT32 pos, UINT size,  static BOOL read_data(UINT num, UINT32 pos, UINT size, UINT seg, UINT off) {
                                                                                                         UINT16 seg, UINT16 off) {  
   
         HDRVFILE        hdf;          HDRVFILE        hdf;
         FILEH           fh;          FILEH           fh;
Line 364  static BOOL read_data(UINT num, UINT32 p Line 363  static BOOL read_data(UINT num, UINT32 p
         return(SUCCESS);          return(SUCCESS);
 }  }
   
 static BOOL write_data(UINT num, UINT32 pos, UINT size,  static BOOL write_data(UINT num, UINT32 pos, UINT size, UINT seg, UINT off) {
                                                                                                         UINT16 seg, UINT16 off) {  
   
         HDRVFILE        hdf;          HDRVFILE        hdf;
         FILEH           fh;          FILEH           fh;

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


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