|
|
| version 1.1, 2003/10/16 17:58:03 | version 1.3, 2005/02/07 14:46:12 |
|---|---|
| Line 22 extern "C" { | Line 22 extern "C" { |
| #endif | #endif |
| void tms3631_initialize(UINT rate); | void tms3631_initialize(UINT rate); |
| void tms3631_setvol(const BYTE *vol); | void tms3631_setvol(const UINT8 *vol); |
| void tms3631_reset(TMS3631 tms); | void tms3631_reset(TMS3631 tms); |
| void tms3631_setkey(TMS3631 tms, BYTE ch, BYTE key); | void tms3631_setkey(TMS3631 tms, REG8 ch, REG8 key); |
| void tms3631_setenable(TMS3631 tms, BYTE enable); | void tms3631_setenable(TMS3631 tms, REG8 enable); |
| void SOUNDCALL tms3631_getpcm(TMS3631 tms, SINT32 *pcm, UINT count); | void SOUNDCALL tms3631_getpcm(TMS3631 tms, SINT32 *pcm, UINT count); |