File:  [RetroPC.NET] / np2 / cbus / cs4231io.h
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs
Fri Oct 17 02:58:01 2003 JST (22 years ago) by yui
Branches: mie
CVS tags: start, rel_036, VER_0_72, VER_0_71, VER_0_70
Neko Project II



#ifdef __cplusplus
extern "C" {
#endif

void cs4231io_reset(void);
void cs4231io_bind(void);

void IOOUTCALL cs4231io_w8(UINT port, BYTE value);
BYTE IOINPCALL cs4231io_r8(UINT port);

#ifdef __cplusplus
}
#endif


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