Diff for /np2/sound/cs4231.h between versions 1.1.1.1 and 1.2

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" {

Removed from v.1.1.1.1  
changed lines
  Added in v.1.2


RetroPC.NET-CVS <cvs@retropc.net>