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

version 1.6, 2003/12/13 19:59:41 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;
   
         // ヘッダの保存          // ヘッダの保存

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


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