File:  [RetroPC.NET] / np2 / fdd / diskdrv.h
Revision 1.4: download - view: text, annotated - select for diffs
Thu Feb 10 05:11:34 2005 JST (20 years, 8 months ago) by yui
Branches: MAIN
CVS tags: HEAD
fix...


#ifdef __cplusplus
extern "C" {
#endif

extern	int		diskdrv_delay[4];
extern	OEMCHAR	diskdrv_fname[4][MAX_PATH];

void diskdrv_sethdd(REG8 drv, const OEMCHAR *fname);

void diskdrv_setfdd(REG8 drv, const OEMCHAR *fname, int readonly);
void diskdrv_callback(void);

#ifdef __cplusplus
}
#endif


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