Diff for /np2/sound/s98.c between versions 1.1 and 1.2

version 1.1, 2003/10/16 17:58:09 version 1.2, 2003/10/17 03:52:24
Line 110  void S98_trash(void) { Line 110  void S98_trash(void) {
   
 BOOL S98_open(const char *filename) {  BOOL S98_open(const char *filename) {
   
         int                     i;          UINT    i;
   
         // ファイルのオープン          // ファイルのオープン
         s98log.fh = file_create(filename);          s98log.fh = file_create(filename);

Removed from v.1.1  
changed lines
  Added in v.1.2


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