Diff for /np2/fdd/newdisk.h between versions 1.3 and 1.5

version 1.3, 2004/01/26 14:49:14 version 1.5, 2005/02/09 20:11:34
Line 3 Line 3
 extern "C" {  extern "C" {
 #endif  #endif
   
 void newdisk_fdd(const char *fname, REG8 type, const char *label);  void newdisk_fdd(const OEMCHAR *fname, REG8 type, const OEMCHAR *label);
   
 void newdisk_thd(const char *fname, UINT hddsize);  void newdisk_thd(const OEMCHAR *fname, UINT hddsize);
 void newdisk_hdi(const char *fname, UINT hddtype);  void newdisk_nhd(const OEMCHAR *fname, UINT hddsize);
 void newdisk_vhd(const char *fname, UINT hddsize);  void newdisk_hdi(const OEMCHAR *fname, UINT hddtype);
 void newdisk_nhd(const char *fname, UINT hddsize);  void newdisk_vhd(const OEMCHAR *fname, UINT hddsize);
   
 #ifdef __cplusplus  #ifdef __cplusplus
 }  }

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


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