Diff for /np2/x11/cmmidi.c between versions 1.3 and 1.4

version 1.3, 2003/12/25 05:07:49 version 1.4, 2011/01/15 14:17:22
Line 6 Line 6
 #include "mimpidef.h"  #include "mimpidef.h"
 #include "sound.h"  #include "sound.h"
   
 #if defined(VERMOUTH_LIB)  
 #include "vermouth.h"  #include "vermouth.h"
   
   #if defined(VERMOUTH_LIB)
 extern MIDIMOD vermouth_module;  extern MIDIMOD vermouth_module;
   
 const char cmmidi_vermouth[] = "VERMOUTH";  const char cmmidi_vermouth[] = "VERMOUTH";
Line 68  enum { Line 68  enum {
         CMMIDI_MIDIOUT          = 0x01,          CMMIDI_MIDIOUT          = 0x01,
         CMMIDI_MIDIIN           = 0x02,          CMMIDI_MIDIIN           = 0x02,
         CMMIDI_MIDIINSTART      = 0x04,          CMMIDI_MIDIINSTART      = 0x04,
 #if defined(VERMOUTH_LIB)  
         CMMIDI_VERMOUTH         = 0x08,          CMMIDI_VERMOUTH         = 0x08,
 #endif  
   
         MIDICTRL_READY          = 0,          MIDICTRL_READY          = 0,
         MIDICTRL_2BYTES,          MIDICTRL_2BYTES,
Line 97  struct _cmmidi { Line 95  struct _cmmidi {
         int             hmidiin;          int             hmidiin;
         int             hmidiout;          int             hmidiout;
         struct timeval  hmidiout_nextstart;          struct timeval  hmidiout_nextstart;
 #if defined(VERMOUTH_LIB)  
         MIDIHDL         vermouth;          MIDIHDL         vermouth;
 #endif  
   
         UINT            midictrl;          UINT            midictrl;
         UINT            midisyscnt;          UINT            midisyscnt;

Removed from v.1.3  
changed lines
  Added in v.1.4


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