|
|
| version 1.4, 2004/08/06 15:03:50 | version 1.6, 2005/03/05 06:02:28 |
|---|---|
| Line 27 typedef struct { | Line 27 typedef struct { |
| UINT bufpos; | UINT bufpos; |
| UINT bufsize; | UINT bufsize; |
| BYTE buf[512]; | UINT8 buf[512]; |
| } _IDEDRV, *IDEDRV; | } _IDEDRV, *IDEDRV; |
| typedef struct { | typedef struct { |
| Line 124 REG16 IOINPCALL ideio_r16(UINT port); | Line 124 REG16 IOINPCALL ideio_r16(UINT port); |
| void ideio_reset(void); | void ideio_reset(void); |
| void ideio_bind(void); | void ideio_bind(void); |
| void ideio_notify(REG8 sxsidrv, UINT action); | |
| #ifdef __cplusplus | #ifdef __cplusplus |
| } | } |