Diff for /np2/x11/np2.h between versions 1.8 and 1.11

version 1.8, 2004/03/25 15:10:33 version 1.11, 2004/07/05 14:32:27
Line 41  typedef struct { Line 41  typedef struct {
         BYTE    statsave;          BYTE    statsave;
         BYTE    toolwin;          BYTE    toolwin;
         BYTE    keydisp;          BYTE    keydisp;
           BYTE    softkbd;
         BYTE    hostdrv_write;          BYTE    hostdrv_write;
         BYTE    jastsnd;          BYTE    jastsnd;
         BYTE    I286SAVE;          BYTE    I286SAVE;
Line 77  extern "C" { Line 78  extern "C" {
 #endif  #endif
   
 /* np2.c */  /* np2.c */
 extern BOOL np2running;  extern volatile BOOL np2running;
 extern NP2OSCFG np2oscfg;  extern NP2OSCFG np2oscfg;
 extern BYTE scrnmode;  extern BYTE scrnmode;
   
Line 107  void framereset(UINT cnt); Line 108  void framereset(UINT cnt);
 void processwait(UINT cnt);  void processwait(UINT cnt);
 int mainloop(void *);  int mainloop(void *);
   
 #if defined(__GNUC__) && (defined(i386) || defined(__i386__))  #if defined(GCC_CPU_ARCH_IA32)
 extern int mmxflag;  extern int mmxflag;
 int havemmx(void);  int havemmx(void);
 #endif  #endif

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


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