|
|
| version 1.1, 2003/10/16 17:58:01 | version 1.2, 2003/12/08 00:55:30 |
|---|---|
| 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, BYTE value); | void IOOUTCALL cs4231io_w8(UINT port, REG8 value); |
| BYTE IOINPCALL cs4231io_r8(UINT port); | REG8 IOINPCALL cs4231io_r8(UINT port); |
| #ifdef __cplusplus | #ifdef __cplusplus |
| } | } |