Diff for /np2/sound/beep.h between versions 1.4 and 1.5
|
version 1.4, 2004/07/01 11:42:54
|
version 1.5, 2004/07/03 17:25:39
|
|
Line 15 typedef struct {
|
Line 15 typedef struct {
|
| UINT16 cnt; |
UINT16 cnt; |
| UINT16 hz; |
UINT16 hz; |
| int buz; |
int buz; |
| int puchi; |
int __puchi; |
| BYTE mode; |
BYTE mode; |
| BYTE padding[3]; |
BYTE padding[3]; |
| |
|
|
Line 30 typedef struct {
|
Line 30 typedef struct {
|
| typedef struct { |
typedef struct { |
| UINT rate; |
UINT rate; |
| UINT vol; |
UINT vol; |
| UINT puchibase; |
UINT __puchibase; |
| UINT samplebase; |
UINT samplebase; |
| } BEEPCFG; |
} BEEPCFG; |
| |
|
RetroPC.NET-CVS <cvs@retropc.net>