Diff for /xmil/fdd/fdd_mtr.c between versions 1.9 and 1.10

version 1.9, 2005/02/04 06:42:11 version 1.10, 2008/05/19 13:24:19
Line 1 Line 1
 #include        "compiler.h"  #include        "compiler.h"
   #if !defined(DISABLE_SOUND)
   
 #include        "soundmng.h"  #include        "soundmng.h"
 #include        "pccore.h"  #include        "pccore.h"
 #include        "iocore.h"  #include        "iocore.h"
Line 102  void fddmtr_waitsec(REG8 value) { Line 104  void fddmtr_waitsec(REG8 value) {
         }          }
 }  }
   
   #endif  // !defined(DISABLE_SOUND)
   

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


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