Diff for /xmil/sound/sound.c between versions 1.4 and 1.5

version 1.4, 2004/08/18 15:42:33 version 1.5, 2005/02/04 06:42:12
Line 1 Line 1
 #include        "compiler.h"  #include        "compiler.h"
 // #include     "wavefile.h"  
   #if !defined(DISABLE_SOUND)
   
   #include        "wavefile.h"
 #include        "dosio.h"  #include        "dosio.h"
 #include        "soundmng.h"  #include        "soundmng.h"
 #include        "z80core.h"  #include        "z80core.h"
 #include        "pccore.h"  #include        "pccore.h"
 // #include     "iocore.h"  
 #include        "sound.h"  #include        "sound.h"
 #include        "sndcsec.h"  #include        "sndcsec.h"
 // #include     "getsnd.h"  // #include     "getsnd.h"
Line 355  void sound_pcmunlock(const SINT32 *hdl)  Line 357  void sound_pcmunlock(const SINT32 *hdl) 
         }          }
 }  }
   
   #endif
   

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


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