File:  [RetroPC.NET] / xmil / io / cgrom.h
Revision 1.2: download - view: text, annotated - select for diffs
Thu Aug 5 13:53:15 2004 JST (21 years, 2 months ago) by yui
Branches: MAIN
CVS tags: HEAD
fix...


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 dat);		// 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>