File:  [RetroPC.NET] / np2 / fdd / fdd_d88.h
Revision 1.3: 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

BOOL fddd88_set(FDDFILE fdd, const OEMCHAR *fname, int ro);
BOOL fddd88_eject(FDDFILE fdd);

BOOL fdd_diskaccess_d88(void);
BOOL fdd_seek_d88(void);
BOOL fdd_seeksector_d88(void);
BOOL fdd_read_d88(void);
BOOL fdd_write_d88(void);
BOOL fdd_diagread_d88(void);
BOOL fdd_readid_d88(void);
BOOL fdd_writeid_d88(void);

BOOL fdd_formatinit_d88(void);
BOOL fdd_formating_d88(const UINT8 *ID);
BOOL fdd_isformating_d88(void);

#ifdef __cplusplus
}
#endif


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