File:  [RetroPC.NET] / np2 / fdd / fdd_d88.h
Revision 1.2: download - view: text, annotated - select for diffs
Mon Feb 7 23:46:09 2005 JST (20 years, 8 months ago) by yui
Branches: MAIN
CVS tags: HEAD
use UINT8 (T.Yui)


#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 UINT8 *ID);
BOOL fdd_isformating_d88(void);

#ifdef __cplusplus
}
#endif


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