Diff for /np2/sound/psggenc.c between versions 1.9 and 1.10

version 1.9, 2003/12/24 14:01:56 version 1.10, 2004/02/03 08:24:40
Line 74  void psggen_reset(PSGGEN psg) { Line 74  void psggen_reset(PSGGEN psg) {
         }          }
 }  }
   
   void psggen_restore(PSGGEN psg) {
   
           REG8    i;
   
           for (i=0; i<0x0e; i++) {
                   psggen_setreg(psg, i, ((BYTE *)&psg->reg)[i]);
           }
   }
   
 void psggen_setreg(PSGGEN psg, REG8 reg, REG8 value) {  void psggen_setreg(PSGGEN psg, REG8 reg, REG8 value) {
   
         UINT    freq;          UINT    freq;

Removed from v.1.9  
changed lines
  Added in v.1.10


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