Diff for /np2/sound/vermouth/midiout.c between versions 1.10 and 1.11

version 1.10, 2005/02/07 14:46:13 version 1.11, 2005/03/18 09:23:11
Line 6 Line 6
 #define MIDIOUT_VERSTRING       "VERMOUTH 1.05"  #define MIDIOUT_VERSTRING       "VERMOUTH 1.05"
   
   
 static const char vermouthver[] = MIDIOUT_VERSTRING;  static const OEMCHAR vermouthver[] = OEMTEXT(MIDIOUT_VERSTRING);
   
 static const int gaintbl[24+1] =  static const int gaintbl[24+1] =
                                 { 16,  19,  22,  26,  32,  38,  45,  53,                                  { 16,  19,  22,  26,  32,  38,  45,  53,
Line 637  static void allresetmidi(MIDIHDL midi) { Line 637  static void allresetmidi(MIDIHDL midi) {
   
 // ----  // ----
   
 UINT midiout_getver(char *string, int leng) {  UINT midiout_getver(OEMCHAR *string, int leng) {
   
         milstr_ncpy(string, vermouthver, leng);          milstr_ncpy(string, vermouthver, leng);
         return((MIDIOUT_VERSION << 8) | 0x00);          return((MIDIOUT_VERSION << 8) | 0x00);

Removed from v.1.10  
changed lines
  Added in v.1.11


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