File:  [RetroPC.NET] / np2 / fdd / diskdrv.h
Revision 1.2: download - view: text, annotated - select for diffs
Thu Jan 22 10:10:04 2004 JST (21 years, 9 months ago) by yui
Branches: MAIN
CVS tags: HEAD
update v0.74core (T.Yui)


#ifdef __cplusplus
extern "C" {
#endif

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

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

void diskdrv_setfdd(BYTE drv, const char *fname, int readonly);
void diskdrv_callback(void);

#ifdef __cplusplus
}
#endif


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