|
|
| version 1.2, 2004/08/05 11:46:26 | version 1.3, 2004/08/11 12:08:16 |
|---|---|
| Line 7 typedef void (SOUNDCALL * SOUNDCB)(void | Line 7 typedef void (SOUNDCALL * SOUNDCB)(void |
| typedef struct { | typedef struct { |
| UINT rate; | UINT rate; |
| // UINT32 hzbase; | UINT32 hzbase; |
| // UINT32 clockbase; | UINT32 clockbase; |
| // UINT32 minclock; | UINT32 minclock; |
| // UINT32 lastclock; | UINT32 lastclock; |
| UINT length; | |
| UINT writecount; | UINT writecount; |
| } SOUNDCFG; | } SOUNDCFG; |