File:  [RetroPC.NET] / np2 / io / np2sysp.h
Revision 1.1: download - view: text, annotated - select for diffs
Fri Oct 17 02:57:55 2003 JST (22 years ago) by yui
Branches: MAIN
CVS tags: HEAD
Initial revision


#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;
} _NP2SYSP, *NP2SYSP;


#ifdef __cplusplus
extern "C" {
#endif

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

#ifdef __cplusplus
}
#endif


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