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

version 1.2, 2004/01/22 01:10:04 version 1.3, 2004/01/26 14:49:14
Line 3 Line 3
 extern "C" {  extern "C" {
 #endif  #endif
   
 void newdisk_fdd(const char *fname, BYTE type, const char *label);  void newdisk_fdd(const char *fname, REG8 type, const char *label);
   
 void newdisk_thd(const char *fname, UINT hddsize);  void newdisk_thd(const char *fname, UINT hddsize);
 void newdisk_hdi(const char *fname, UINT hddtype);  void newdisk_hdi(const char *fname, UINT hddtype);
 void newdisk_vhd(const char *fname, UINT hddsize);  void newdisk_vhd(const char *fname, UINT hddsize);
   void newdisk_nhd(const char *fname, UINT hddsize);
   
 #ifdef __cplusplus  #ifdef __cplusplus
 }  }

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


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