--- np2/io/fdc.h 2004/05/07 11:42:29 1.7 +++ np2/io/fdc.h 2007/11/03 00:00:20 1.9 @@ -99,10 +99,10 @@ typedef struct { int bufcnt; UINT8 cmd; - BYTE cmds[15]; - BYTE data[16]; + UINT8 cmds[15]; + UINT8 data[16]; - BYTE buf[0x8000]; + UINT8 buf[0x8000]; } _FDC, *FDC; @@ -123,7 +123,7 @@ REG8 DMACCALL fdc_dmafunc(REG8 func); void fdcsend_error7(void); void fdcsend_success7(void); -void fdc_reset(void); +void fdc_reset(const NP2CFG *pConfig); void fdc_bind(void); #ifdef __cplusplus