|
|
| version 1.2, 2004/03/26 03:12:37 | version 1.5, 2005/02/07 14:46:08 |
|---|---|
| Line 1 | Line 1 |
| #define IDEIO_MULTIPLE_MAX 0 | |
| typedef struct { | typedef struct { |
| UINT8 sxsidrv; | UINT8 sxsidrv; |
| UINT8 wp; | UINT8 wp; |
| Line 18 typedef struct { | Line 20 typedef struct { |
| UINT8 sectors; | UINT8 sectors; |
| UINT8 bufdir; | UINT8 bufdir; |
| UINT8 mulcnt; | |
| UINT8 multhr; | |
| UINT8 mulmode; | |
| UINT8 dmy; | |
| UINT bufpos; | UINT bufpos; |
| UINT bufsize; | UINT bufsize; |
| BYTE buf[512]; | UINT8 buf[512]; |
| } _IDEDRV, *IDEDRV; | } _IDEDRV, *IDEDRV; |
| typedef struct { | typedef struct { |
| Line 113 extern "C" { | Line 120 extern "C" { |
| extern IDEIO ideio; | extern IDEIO ideio; |
| void IOOUTCALL ideio_w16(UINT port, REG16 value); | void IOOUTCALL ideio_w16(UINT port, REG16 value); |
| REG16 IOOUTCALL ideio_r16(UINT port); | REG16 IOINPCALL ideio_r16(UINT port); |
| void ideio_reset(void); | void ideio_reset(void); |
| void ideio_bind(void); | void ideio_bind(void); |