File:  [RetroPC.NET] / np2 / io / nmiio.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


typedef struct {
	int		enable;
} _NMIIO, *NMIIO;


#ifdef __cplusplus
extern "C" {
#endif

void nmiio_reset(void);
void nmiio_bind(void);

#ifdef __cplusplus
}
#endif


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