File:  [RetroPC.NET] / np2 / fdd / newdisk.h
Revision 1.4: download - view: text, annotated - select for diffs
Tue Jan 27 16:24:25 2004 JST (21 years, 9 months ago) by yui
Branches: MAIN
CVS tags: VER_0_80, VER_0_79, VER_0_78, VER_0_77, VER_0_76, VER_0_75, VER_0_74, HEAD
[MacOS9] fix Menu UI (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_nhd(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>