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

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

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


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