|
|
| version 1.11, 2003/12/11 21:57:38 | version 1.13, 2003/12/19 23:33:49 |
|---|---|
| Line 7 | Line 7 |
| #endif | #endif |
| #define I286_MEM mem | |
| #define I286_STAT i286core.s.r | #define I286_STAT i286core.s.r |
| #define I286_REG i286core.s.r | #define I286_REG i286core.s.r |
| Line 69 | Line 67 |
| typedef void (*I286OP)(void); | typedef void (*I286OP)(void); |
| extern UINT8 _szpcflag[0x200]; | |
| extern void CPUCALL i286c_intnum(UINT vect, REG16 IP); | extern void CPUCALL i286c_intnum(UINT vect, REG16 IP); |
| #if !defined(MEMOPTIMIZE) || (MEMOPTIMIZE < 2) | #if !defined(MEMOPTIMIZE) || (MEMOPTIMIZE < 2) |