File:  [RetroPC.NET] / xmil / fdd / diskdrv.h
Revision 1.4: download - view: text, annotated - select for diffs
Tue Jun 3 05:07:31 2008 JST (17 years, 4 months ago) by yui
Branches: MAIN
CVS tags: HEAD
change to c style comment


#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>