--- np2/cbus/ideio.h 2005/04/05 20:37:07 1.9 +++ np2/cbus/ideio.h 2007/11/03 00:00:19 1.11 @@ -57,8 +57,8 @@ typedef struct { // audio UINT daflag; UINT32 dacurpos; - UINT32 daendpos; - UINT dabufpos; + UINT32 dalength; + UINT dabufrem; UINT8 dabuf[2352]; } _IDEDRV, *IDEDRV; @@ -173,7 +173,7 @@ extern IDEIO ideio; void IOOUTCALL ideio_w16(UINT port, REG16 value); REG16 IOINPCALL ideio_r16(UINT port); -void ideio_reset(void); +void ideio_reset(const NP2CFG *pConfig); void ideio_bind(void); void ideio_notify(REG8 sxsidrv, UINT action);