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

version 1.26, 2007/01/12 19:09:58 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 */
   
Line 114  NP2OSCFG np2oscfg = { Line 113  NP2OSCFG np2oscfg = {
   
 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.26  
changed lines
  Added in v.1.28


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