Diff for /np2/x11/np2.c between versions 1.25 and 1.28

version 1.25, 2007/01/12 16:41:25 version 1.28, 2007/02/04 11:51:13
Line 100  NP2OSCFG np2oscfg = { Line 100  NP2OSCFG np2oscfg = {
         0,                      /* jastsnd */          0,                      /* jastsnd */
         0,                      /* I286SAVE */          0,                      /* I286SAVE */
   
         SNDDRV_NODRV,           /* snddrv */          SNDDRV_SDL,             /* snddrv */
         "",                     /* audiodev */  
         { "", "" },             /* MIDIDEV */          { "", "" },             /* MIDIDEV */
         0,                      /* MIDIWAIT */          0,                      /* MIDIWAIT */
   
         MOUSE_RATIO_100,        /* mouse_move_ratio */          MOUSE_RATIO_100,        /* mouse_move_ratio */
   
         MMXFLAG_DISABLE,        /* disablemmx */          MMXFLAG_DISABLE,        /* disablemmx */
           INTERP_NEAREST,         /* drawinterp */
           0,                      /* F11KEY */
 };  };
   
 volatile sig_atomic_t np2running = 0;  volatile sig_atomic_t np2running = 0;
 BYTE scrnmode = 0;  BYTE scrnmode = 0;
   int ignore_fullscreen_mode = 0;
   
 UINT framecnt = 0;  UINT framecnt = 0;
 UINT waitcnt = 0;  UINT waitcnt = 0;

Removed from v.1.25  
changed lines
  Added in v.1.28


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