File:  [RetroPC.NET] / xmil / io / cgrom.h
Revision 1.3: download - view: text, annotated - select for diffs
Tue Jun 3 05:07:31 2008 JST (17 years, 4 months ago) by yui
Branches: MAIN
CVS tags: HEAD
change to c style comment


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);
REG8 IOINPCALL cgrom_i(UINT port);

void cgrom_reset(void);

#ifdef __cplusplus
}
#endif


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