File:  [RetroPC.NET] / np2 / fdd / newdisk.h
Revision 1.1: download - view: text, annotated - select for diffs
Fri Oct 17 02:58:27 2003 JST (22 years ago) by yui
Branches: MAIN
CVS tags: HEAD
Initial revision


#ifdef __cplusplus
extern "C" {
#endif

void newdisk_hdd(const char *fname, UINT hddsize);
void newdisk_fdd(const char *fname, BYTE type, const char *label);

#ifdef __cplusplus
}
#endif


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