File:  [RetroPC.NET] / np2 / io / artic.h
Revision 1.3: 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


typedef struct {
	SINT32	lastclk2;
	SINT32	counter;
} _ARTIC, *ARTIC;


#ifdef __cplusplus
extern "C" {
#endif

void artic_callback(void);

void artic_reset(const NP2CFG *pConfig);
void artic_bind(void);
REG16 IOINPCALL artic_r16(UINT port);

#ifdef __cplusplus
}
#endif


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