--- np2/sound/tms3631.h 2003/10/16 17:58:03 1.1.1.1 +++ np2/sound/tms3631.h 2005/02/07 14:46:12 1.3 @@ -22,11 +22,11 @@ extern "C" { #endif void tms3631_initialize(UINT rate); -void tms3631_setvol(const BYTE *vol); +void tms3631_setvol(const UINT8 *vol); void tms3631_reset(TMS3631 tms); -void tms3631_setkey(TMS3631 tms, BYTE ch, BYTE key); -void tms3631_setenable(TMS3631 tms, BYTE enable); +void tms3631_setkey(TMS3631 tms, REG8 ch, REG8 key); +void tms3631_setenable(TMS3631 tms, REG8 enable); void SOUNDCALL tms3631_getpcm(TMS3631 tms, SINT32 *pcm, UINT count);