Diff for /np2/common/mimpidef.c between versions 1.1 and 1.2

version 1.1, 2003/10/16 17:57:11 version 1.2, 2005/02/07 14:46:08
Line 95  static void analyze(MIMPIDEF *def, char  Line 95  static void analyze(MIMPIDEF *def, char 
                                 return;                                  return;
                         }                          }
                         tone--;                          tone--;
                         def->bank[mod][num] = (BYTE)bank;                          def->bank[mod][num] = (UINT8)bank;
                 }                  }
                 def->map[mod][num] = (BYTE)tone;                  def->map[mod][num] = (UINT8)tone;
         }          }
 }  }
   
 BOOL mimpidef_load(MIMPIDEF *def, const char *filename) {  BRESULT mimpidef_load(MIMPIDEF *def, const OEMCHAR *filename) {
   
         BYTE            b;          UINT8           b;
         TEXTFILEH       fh;          TEXTFILEH       fh;
         char            buf[256];          char            buf[256];
   

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


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