Diff for /np2/sound/s98.c between versions 1.7 and 1.8

version 1.7, 2004/01/13 05:30:59 version 1.8, 2004/01/30 01:56:01
Line 4 Line 4
 //  //
   
 #include        "compiler.h"  #include        "compiler.h"
   
   #if defined(SUPPORT_S98)
   
 #include        "dosio.h"  #include        "dosio.h"
 #include        "pccore.h"  #include        "pccore.h"
 #include        "iocore.h"  #include        "iocore.h"
Line 186  void S98_put(REG8 module, REG8 addr, REG Line 189  void S98_put(REG8 module, REG8 addr, REG
   
 void S98_sync(void) {  void S98_sync(void) {
 }  }
   #endif
   

Removed from v.1.7  
changed lines
  Added in v.1.8


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