| ![[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.3, 2008/06/02 20:07:31 | 
|---|---|
| Line 21 typedef struct { | Line 21 typedef struct { | 
| UINT8 padding; | UINT8 padding; | 
| UINT8 wr[8]; | UINT8 wr[8]; | 
| UINT8 rr[4]; | UINT8 rr[4]; | 
| SIOFIFO TxD; // 送信 | SIOFIFO TxD; /* 送信 */ | 
| SIOFIFO RxD; // 受信 | SIOFIFO RxD; /* 受信 */ | 
| } SIOCH; | } SIOCH; | 
| typedef struct { | typedef struct { | 
| 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); | 
| REG8 IOINPCALL sio_i(UINT port); // x1_sio_r | REG8 IOINPCALL sio_i(UINT port); | 
| void sio_reset(void); | void sio_reset(void); |