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


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


#ifdef __cplusplus
extern "C" {
#endif

void artic_callback(void);

void artic_reset(void);
void artic_bind(void);
UINT16 IOINPCALL artic_r16(UINT port);

#ifdef __cplusplus
}
#endif


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