File:  [RetroPC.NET] / np2 / fdd / newdisk.h
Revision 1.2: download - view: text, annotated - select for diffs
Thu Jan 22 10:10:04 2004 JST (21 years, 9 months ago) by yui
Branches: MAIN
CVS tags: HEAD
update v0.74core (T.Yui)


#ifdef __cplusplus
extern "C" {
#endif

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);

#ifdef __cplusplus
}
#endif


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