File:  [RetroPC.NET] / np2 / fdd / diskdrv.h
Revision 1.3: download - view: text, annotated - select for diffs
Tue Jan 27 16:51:49 2004 JST (21 years, 9 months ago) by yui
Branches: MAIN
CVS tags: VER_0_80, VER_0_79, VER_0_78, VER_0_77, VER_0_76, VER_0_75, VER_0_74, HEAD
[WinCE&SDL] fix menu (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(REG8 drv, const char *fname, int readonly);
void diskdrv_callback(void);

#ifdef __cplusplus
}
#endif


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