--- np2/cbus/ideio.h 2004/08/04 15:04:51 1.3 +++ np2/cbus/ideio.h 2005/03/05 06:02:28 1.6 @@ -1,4 +1,6 @@ +#define IDEIO_MULTIPLE_MAX 0 + typedef struct { UINT8 sxsidrv; UINT8 wp; @@ -18,9 +20,14 @@ typedef struct { UINT8 sectors; UINT8 bufdir; + UINT8 mulcnt; + UINT8 multhr; + UINT8 mulmode; + UINT8 dmy; + UINT bufpos; UINT bufsize; - BYTE buf[512]; + UINT8 buf[512]; } _IDEDRV, *IDEDRV; typedef struct { @@ -117,6 +124,7 @@ REG16 IOINPCALL ideio_r16(UINT port); void ideio_reset(void); void ideio_bind(void); +void ideio_notify(REG8 sxsidrv, UINT action); #ifdef __cplusplus }