Diff for /np2/sound/adpcmc.c between versions 1.3 and 1.4

version 1.3, 2003/12/08 00:55:33 version 1.4, 2004/02/03 08:24:40
Line 50  void adpcm_setreg(ADPCM ad, REG8 reg, RE Line 50  void adpcm_setreg(ADPCM ad, REG8 reg, RE
   
         UINT32  addr;          UINT32  addr;
   
           sound_sync();
         ((BYTE *)(&ad->reg))[reg] = value;          ((BYTE *)(&ad->reg))[reg] = value;
         switch(reg) {          switch(reg) {
                 case 0x00:                                                              // control1                  case 0x00:                                                              // control1

Removed from v.1.3  
changed lines
  Added in v.1.4


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