--- np2/sound/psggeng.c 2003/10/16 17:58:05 1.1.1.1 +++ np2/sound/psggeng.c 2003/10/19 16:54:51 1.2 @@ -68,7 +68,7 @@ void SOUNDCALL psggen_getpcm(PSGGEN psg, case 0: // no mix if (tone->puchi) { tone->puchi--; - samp += vol; + samp += vol << PSGADDEDBIT; } break;