File:  [RetroPC.NET] / np2 / io / np2sysp.h
Revision 1.2: download - view: text, annotated - select for diffs
Mon Jan 5 14:04:54 2004 JST (21 years, 9 months ago) by yui
Branches: MAIN
CVS tags: VER_0_73, HEAD
fix i286c struc / i286x protect mode / np2sysp (T.Yui)


#define	NP2SYSP_BIT		4
#define	NP2SYSP_LEN		(1 << NP2SYSP_BIT)
#define	NP2SYSP_MASK	(NP2SYSP_LEN - 1)

typedef struct {
	char	substr[NP2SYSP_LEN];
	char	outstr[NP2SYSP_LEN];
	int		strpos;
	int		outpos;
	UINT32	outval;
	UINT32	inpval;
} _NP2SYSP, *NP2SYSP;


#ifdef __cplusplus
extern "C" {
#endif

void np2sysp_reset(void);
void np2sysp_bind(void);

#ifdef __cplusplus
}
#endif


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