--- np2/sound/tms3631c.c 2003/11/12 20:02:54 1.3 +++ np2/sound/tms3631c.c 2003/12/08 00:55:33 1.4 @@ -60,12 +60,12 @@ void tms3631_reset(TMS3631 tms) { ZeroMemory(tms, sizeof(_TMS3631)); } -void tms3631_setkey(TMS3631 tms, BYTE ch, BYTE key) { +void tms3631_setkey(TMS3631 tms, REG8 ch, REG8 key) { tms->ch[ch & 7].freq = tms3631_freqtbl[key & 0x3f] >> tms3631cfg.ratesft; } -void tms3631_setenable(TMS3631 tms, BYTE enable) { +void tms3631_setenable(TMS3631 tms, REG8 enable) { tms->enable = enable; }