--- np2/sound/tms3631g.c 2003/10/16 17:58:03 1.1 +++ np2/sound/tms3631g.c 2003/10/22 14:13:25 1.2 @@ -12,6 +12,9 @@ void SOUNDCALL tms3631_getpcm(TMS3631 tm SINT32 data; UINT i; + if (tms->enable == 0) { + return; + } while(count--) { ch = 0; data = 0;