| ![[BACK]](/cvs/cvsweb/icons/back.gif) Return to emsio.h CVS log ![[TXT]](/cvs/cvsweb/icons/text.gif) | ![[DIR]](/cvs/cvsweb/icons/dir.gif) Up to  [RetroPC.NET] / np2 / io | 
fix io reset args
typedef struct {
	UINT8	maxmem;
	UINT8	target;
	UINT16	padding;
	UINT32	addr[4];
} _EMSIO, *EMSIO;
#ifdef __cplusplus
extern "C" {
#endif
void emsio_reset(const NP2CFG *pConfig);
void emsio_bind(void);
#ifdef __cplusplus
}
#endif