File:  [RetroPC.NET] / xmil / io / cgrom.h
Revision 1.1: download - view: text, annotated - select for diffs
Sun Aug 1 14:31:30 2004 JST (21 years, 3 months ago) by yui
Branches: MAIN
CVS tags: HEAD
initialize


typedef struct {
	UINT8	reg[2];
	UINT8	flag;
	UINT8	padding;
	UINT	face;
	UINT	count;
} CGROM;


#ifdef __cplusplus
extern "C" {
#endif

void IOOUTCALL cgrom_o(UINT port, REG8 value);		// x1_knj_w
REG8 IOINPCALL cgrom_i(UINT port);					// x1_knj_r

void cgrom_reset(void);

#ifdef __cplusplus
}
#endif


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