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