--- np2/io/upd4990.h 2003/12/08 00:55:32 1.2 +++ np2/io/upd4990.h 2007/11/03 00:00:20 1.4 @@ -6,7 +6,7 @@ typedef struct { UINT8 cmd; UINT8 serial; UINT8 parallel; - BYTE reg[UPD4990_REGLEN]; + UINT8 reg[UPD4990_REGLEN]; UINT pos; UINT8 cdat; UINT8 regsft; @@ -17,7 +17,7 @@ typedef struct { extern "C" { #endif -void uPD4990_reset(void); +void uPD4990_reset(const NP2CFG *pConfig); void uPD4990_bind(void); #ifdef __cplusplus