File:  [RetroPC.NET] / xmil / fdd / fdd_2d.h
Revision 1.1: download - view: text, annotated - select for diffs
Sun Aug 1 14:31:30 2004 JST (21 years, 3 months ago) by yui
Branches: MAIN
CVS tags: HEAD
initialize


#ifdef __cplusplus
extern "C" {
#endif

BRESULT fdd_eject_2d(REG8 drv);
BRESULT fdd_set_2d(REG8 drv, const OEMCHAR *fname);

short fdd_crc_2d(void);
BYTE fdd_stat_2d(void);

void fdd_read_2d(void);
void fdd_write_2d(void);

BYTE fdd_incoff_2d(void);

#ifdef __cplusplus
}
#endif


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