File:  [RetroPC.NET] / np2 / io / cgrom.h
Revision 1.4: 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 {
	UINT	code;
	UINT	lr;
	UINT	line;
} _CGROM, *CGROM;

typedef struct {
#if !defined(CGWND_FONTPTR)
	UINT32	low;
	UINT32	high;
#else
	BYTE	*fontlow;
	BYTE	*fonthigh;
#endif
	UINT8	writable;
} _CGWINDOW, *CGWINDOW;


#ifdef __cplusplus
extern "C" {
#endif

void cgrom_reset(const NP2CFG *pConfig);
void cgrom_bind(void);

#ifdef __cplusplus
}
#endif


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