|
|
| version 1.2, 2003/12/08 00:55:30 | version 1.3, 2005/04/08 19:39:08 |
|---|---|
| Line 7 extern "C" { | Line 7 extern "C" { |
| void cs4231io_reset(void); | void cs4231io_reset(void); |
| void cs4231io_bind(void); | void cs4231io_bind(void); |
| void IOOUTCALL cs4231io_w8(UINT port, REG8 value); | void IOOUTCALL cs4231io0_w8(UINT port, REG8 value); |
| REG8 IOINPCALL cs4231io_r8(UINT port); | 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 | #ifdef __cplusplus |
| } | } |