File:  [RetroPC.NET] / np2 / io / epsonio.h
Revision 1.1: download - view: text, annotated - select for diffs
Sat Dec 27 07:24:06 2003 JST (21 years, 10 months ago) by yui
Branches: MAIN
CVS tags: HEAD
add epson I/O (T.Yui)


typedef struct {
	UINT8	cpumode;
} _EPSONIO;


#ifdef __cplusplus
extern "C" {
#endif

void epsonio_reset(void);
void epsonio_bind(void);

#ifdef __cplusplus
}
#endif


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