|
|
| version 1.8, 2004/03/25 15:10:33 | version 1.10, 2004/06/16 12:50:49 |
|---|---|
| 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 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 |