Diff for /np2/x11/np2.h between versions 1.7 and 1.10

version 1.7, 2004/01/13 16:28:18 version 1.10, 2004/06/16 12:50:49
Line 32  typedef struct { Line 32  typedef struct {
         BYTE    JOY1BTN[4];          BYTE    JOY1BTN[4];
   
         COMCFG  mpu;          COMCFG  mpu;
           COMCFG  com[3];
   
         BYTE    confirm;          BYTE    confirm;
   
Line 40  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 106  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.7  
changed lines
  Added in v.1.10


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