|
|
| version 1.2, 2004/08/04 17:09:25 | version 1.3, 2004/08/05 04:53:15 |
|---|---|
| Line 3 | Line 3 |
| extern "C" { | extern "C" { |
| #endif | #endif |
| void IOOUTCALL tram_o(UINT port, REG8 value); // x1_txt_w | void IOOUTCALL tram_o(UINT port, REG8 dat); // x1_txt_w |
| REG8 IOINPCALL tram_i(UINT port); // x1_txt_r | REG8 IOINPCALL tram_i(UINT port); // x1_txt_r |
| void IOOUTCALL gram_o(UINT port, REG8 value); // x1_grp_w | void IOOUTCALL gram_o(UINT port, REG8 dat); // x1_grp_w |
| REG8 IOINPCALL gram_i(UINT port); // x1_grp_r | REG8 IOINPCALL gram_i(UINT port); // x1_grp_r |
| void IOOUTCALL gram2_o(UINT port, REG8 value); // x1_grp_w2 | void IOOUTCALL gram2_o(UINT port, REG8 dat); // x1_grp_w2 |
| void vramio_reset(void); | void vramio_reset(void); |