Diff for /np2/sound/psggeng.c between versions 1.1 and 1.2

version 1.1, 2003/10/16 17:58:05 version 1.2, 2003/10/19 16:54:51
Line 68  void SOUNDCALL psggen_getpcm(PSGGEN psg, Line 68  void SOUNDCALL psggen_getpcm(PSGGEN psg,
                                         case 0:                                                 // no mix                                          case 0:                                                 // no mix
                                                 if (tone->puchi) {                                                  if (tone->puchi) {
                                                         tone->puchi--;                                                          tone->puchi--;
                                                         samp += vol;                                                          samp += vol << PSGADDEDBIT;
                                                 }                                                  }
                                                 break;                                                  break;
   

Removed from v.1.1  
changed lines
  Added in v.1.2


RetroPC.NET-CVS <cvs@retropc.net>