|
|
| version 1.1, 2004/08/01 05:31:30 | version 1.2, 2004/08/05 04:53:15 |
|---|---|
| Line 18 extern "C" { | Line 18 extern "C" { |
| #endif | #endif |
| void x1_ctc_int(void); | void x1_ctc_int(void); |
| void IOOUTCALL ctc_o(UINT port, REG8 value); // x1_ctc_w | void IOOUTCALL ctc_o(UINT port, REG8 dat); // x1_ctc_w |
| REG8 IOINPCALL ctc_i(UINT port); // x1_ctc_r | REG8 IOINPCALL ctc_i(UINT port); // x1_ctc_r |
| void ctc_reset(void); | void ctc_reset(void); |