--- np2/x11/np2.h 2004/01/07 14:51:53 1.6 +++ np2/x11/np2.h 2004/05/22 16:35:08 1.9 @@ -32,6 +32,7 @@ typedef struct { BYTE JOY1BTN[4]; COMCFG mpu; + COMCFG com[3]; BYTE confirm; @@ -41,6 +42,7 @@ typedef struct { BYTE toolwin; BYTE keydisp; BYTE hostdrv_write; + BYTE jastsnd; BYTE I286SAVE; BYTE snddrv; @@ -105,7 +107,7 @@ void framereset(UINT cnt); void processwait(UINT cnt); int mainloop(void *); -#if defined(__GNUC__) && (defined(i386) || defined(__i386__)) +#if defined(GCC_CPU_ARCH_IA32) extern int mmxflag; int havemmx(void); #endif