| ![[BACK]](/cvs/cvsweb/icons/back.gif) Return to cs4231io.h CVS log ![[TXT]](/cvs/cvsweb/icons/text.gif) | ![[DIR]](/cvs/cvsweb/icons/dir.gif) Up to  [RetroPC.NET] / np2 / cbus | 
fix cs4231 port bridge (T.Yui)
#ifdef __cplusplus
extern "C" {
#endif
void cs4231io_reset(void);
void cs4231io_bind(void);
void IOOUTCALL cs4231io0_w8(UINT port, REG8 value);
REG8 IOINPCALL cs4231io0_r8(UINT port);
void IOOUTCALL cs4231io2_w8(UINT port, REG8 value);
REG8 IOINPCALL cs4231io2_r8(UINT port);
void IOOUTCALL cs4231io5_w8(UINT port, REG8 value);
REG8 IOINPCALL cs4231io5_r8(UINT port);
#ifdef __cplusplus
}
#endif