| ![[BACK]](/cvs/cvsweb/icons/back.gif) Return to cs4231.h CVS log ![[TXT]](/cvs/cvsweb/icons/text.gif) | ![[DIR]](/cvs/cvsweb/icons/dir.gif) Up to  [RetroPC.NET] / np2 / sound | 
| version 1.1.1.1, 2003/10/16 17:58:08 | version 1.2, 2003/10/20 06:36:33 | 
|---|---|
| Line 63 typedef struct { | Line 63 typedef struct { | 
| BYTE buffer[CS4231_BUFBYTES]; | BYTE buffer[CS4231_BUFBYTES]; | 
| } _CS4231, *CS4231; | } _CS4231, *CS4231; | 
| typedef struct { | |
| UINT rate; | |
| } CS4231CFG; | |
| #ifdef __cplusplus | #ifdef __cplusplus | 
| extern "C" { | extern "C" { |