--- np2/io/upd4990.h 2003/10/16 17:57:58 1.1.1.1 +++ np2/io/upd4990.h 2007/11/03 00:00:20 1.4 @@ -2,14 +2,14 @@ #define UPD4990_REGLEN 8 typedef struct { - BYTE last; - BYTE cmd; - BYTE serial; - BYTE parallel; - BYTE reg[UPD4990_REGLEN]; + UINT8 last; + UINT8 cmd; + UINT8 serial; + UINT8 parallel; + UINT8 reg[UPD4990_REGLEN]; UINT pos; - BYTE cdat; - BYTE regsft; + UINT8 cdat; + UINT8 regsft; } _UPD4990, *UPD4990; @@ -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