File:  [RetroPC.NET] / np2 / fdd / newdisk.h
Revision 1.3: download - view: text, annotated - select for diffs
Mon Jan 26 23:49:14 2004 JST (21 years, 9 months ago) by yui
Branches: MAIN
CVS tags: HEAD
fix sxsi (T.Yui)


#ifdef __cplusplus
extern "C" {
#endif

void newdisk_fdd(const char *fname, REG8 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
}
#endif


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