File:  [RetroPC.NET] / xmil / fdd / diskdrv.h
Revision 1.3: download - view: text, annotated - select for diffs
Sun Aug 15 21:32:11 2004 JST (21 years, 2 months ago) by yui
Branches: MAIN
CVS tags: HEAD
fix...


#ifdef __cplusplus
extern "C" {
#endif

void diskdrv_setfddex(REG8 drv, const OEMCHAR *fname,
												UINT32 ftype, int readonly);
// void diskdrv_callback(void);

#ifdef __cplusplus
}
#endif

#define diskdrv_setfdd(d, f, r)		diskdrv_setfddex(d, f, FTYPE_NONE, r)


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