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

version 1.5, 2003/12/08 00:55:33 version 1.7, 2004/01/13 05:30:59
Line 117  BOOL S98_open(const char *filename) { Line 117  BOOL S98_open(const char *filename) {
         }          }
   
         // 初期化          // 初期化
         s98log.clock = pc.realclock / 1000;          s98log.clock = pccore.realclock / 1000;
         s98log.p = 0;          s98log.p = 0;
   
         // ヘッダの保存          // ヘッダの保存
Line 184  void S98_put(REG8 module, REG8 addr, REG Line 184  void S98_put(REG8 module, REG8 addr, REG
         }          }
 }  }
   
   void S98_sync(void) {
   }
   

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


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