File:  [RetroPC.NET] / np2 / fdd / fdd_d88.h
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs
Fri Oct 17 02:58:28 2003 JST (22 years ago) by yui
Branches: mie
CVS tags: start, rel_036, VER_0_80, VER_0_79, VER_0_78, VER_0_77, VER_0_76, VER_0_75, VER_0_74, VER_0_73, VER_0_72, VER_0_71, VER_0_70
Neko Project II


#ifdef __cplusplus
extern "C" {
#endif

BOOL fddd88_set(FDDFILE fdd, const char *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 BYTE *ID);
BOOL fdd_isformating_d88(void);

#ifdef __cplusplus
}
#endif


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