Diff for /np2/sound/adpcm.h between versions 1.1.1.1 and 1.2
|
version 1.1.1.1, 2003/10/16 17:58:07
|
version 1.2, 2003/10/19 14:56:15
|
|
Line 25 typedef struct {
|
Line 25 typedef struct {
|
| } ADPCMREG; |
} ADPCMREG; |
| |
|
| typedef struct { |
typedef struct { |
| BYTE buf[0x40000]; |
|
| ADPCMREG reg; |
ADPCMREG reg; |
| UINT32 pos; |
UINT32 pos; |
| UINT32 start; |
UINT32 start; |
|
Line 46 typedef struct {
|
Line 45 typedef struct {
|
| BYTE mask; |
BYTE mask; |
| BYTE fifopos; |
BYTE fifopos; |
| BYTE fifo[2]; |
BYTE fifo[2]; |
| |
BYTE padding[2]; |
| |
BYTE buf[0x40000]; |
| } _ADPCM, *ADPCM; |
} _ADPCM, *ADPCM; |
| |
|
| typedef struct { |
typedef struct { |
RetroPC.NET-CVS <cvs@retropc.net>