File:  [RetroPC.NET] / np2 / io / np2sysp.h
Revision 1.4: download - view: text, annotated - select for diffs
Sat Nov 3 09:00:20 2007 JST (17 years, 11 months ago) by yui
Branches: MAIN
CVS tags: HEAD
fix io reset args


#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_outstr(const void *arg1, long arg2);

void np2sysp_reset(const NP2CFG *pConfig);
void np2sysp_bind(void);

#ifdef __cplusplus
}
#endif


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