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

version 1.3, 2004/08/11 12:08:16 version 1.4, 2004/08/18 15:42:33
Line 67  static void streamprepare(UINT samples)  Line 67  static void streamprepare(UINT samples) 
 #if defined(SUPPORT_WAVEREC)  #if defined(SUPPORT_WAVEREC)
 // ---- wave rec  // ---- wave rec
   
 BOOL sound_recstart(const char *filename) {  BRESULT sound_recstart(const OEMCHAR *filename) {
   
         WAVEWR  rec;          WAVEWR  rec;
   
Line 166  static void filltailsample(UINT count) { Line 166  static void filltailsample(UINT count) {
   
 // ----  // ----
   
 BOOL sound_create(UINT rate, UINT ms) {  BRESULT sound_create(UINT rate, UINT ms) {
   
         UINT    samples;          UINT    samples;
         UINT    reserve;          UINT    reserve;

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


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