| ![[BACK]](/cvs/cvsweb/icons/back.gif) Return to sio.h CVS log ![[TXT]](/cvs/cvsweb/icons/text.gif) | ![[DIR]](/cvs/cvsweb/icons/dir.gif) Up to  [RetroPC.NET] / xmil / io | 
| version 1.1, 2004/08/01 05:31:30 | version 1.2, 2004/08/05 04:53:15 | 
|---|---|
| Line 35 extern "C" { | Line 35 extern "C" { | 
| #endif | #endif | 
| void sio_int(void); | void sio_int(void); | 
| void IOOUTCALL sio_o(UINT port, REG8 value); // x1_sio_w | void IOOUTCALL sio_o(UINT port, REG8 dat); // x1_sio_w | 
| REG8 IOINPCALL sio_i(UINT port); // x1_sio_r | REG8 IOINPCALL sio_i(UINT port); // x1_sio_r | 
| void sio_reset(void); | void sio_reset(void); |