|
|
| version 1.1, 2004/08/01 05:31:30 | version 1.3, 2008/06/02 20:07:31 |
|---|---|
| Line 12 typedef struct { | Line 12 typedef struct { |
| extern "C" { | extern "C" { |
| #endif | #endif |
| void IOOUTCALL cgrom_o(UINT port, REG8 value); // x1_knj_w | void IOOUTCALL cgrom_o(UINT port, REG8 dat); |
| REG8 IOINPCALL cgrom_i(UINT port); // x1_knj_r | REG8 IOINPCALL cgrom_i(UINT port); |
| void cgrom_reset(void); | void cgrom_reset(void); |