File:  [RetroPC.NET] / np2 / bios / sxsibios.h
Revision 1.1: download - view: text, annotated - select for diffs
Thu Jan 22 10:10:03 2004 JST (21 years, 9 months ago) by yui
Branches: MAIN
CVS tags: VER_0_75, VER_0_74, HEAD
update v0.74core (T.Yui)


enum {
	SXSIBIOS_SASI		= 0,
	SXSIBIOS_IDE		= 1,
	SXSIBIOS_SCSI		= 2
};

#ifdef __cplusplus
extern "C" {
#endif

REG8 sasibios_operate(void);

#if defined(SUPPORT_SCSI)
REG8 scsibios_operate(void);
#endif

#if defined(SUPPORT_SASI)
void np2sysp_sasi(const void *arg1, long arg2);
#endif

#if defined(SUPPORT_SCSI)
void np2sysp_scsi(const void *arg1, long arg2);
void np2sysp_scsidev(const void *arg1, long arg2);
#endif

#ifdef __cplusplus
}
#endif


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