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


#ifdef __cplusplus
extern "C" {
#endif

void IOOUTCALL tram_o(UINT port, REG8 value);		// x1_txt_w
REG8 IOINPCALL tram_i(UINT port);					// x1_txt_r

void IOOUTCALL gram_o(UINT port, REG8 value);		// x1_grp_w
REG8 IOINPCALL gram_i(UINT port);					// x1_grp_r
void IOOUTCALL gram2_o(UINT port, REG8 value);		// x1_grp_w2

void vramio_reset(void);

#ifdef __cplusplus
}
#endif


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