|
|
| version 1.11, 2003/12/11 21:57:38 | version 1.14, 2003/12/26 02:02:09 |
|---|---|
| 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 53 | Line 51 |
| #define I286_GDTR i286core.s.GDTR | #define I286_GDTR i286core.s.GDTR |
| #define I286_IDTR i286core.s.IDTR | #define I286_IDTR i286core.s.IDTR |
| #define I286_LDTR i286core.s.LDTR | |
| #define I286_LDTRC i286core.s.LDTRC | |
| #define I286_TR i286core.s.TR | |
| #define I286_TRC i286core.s.TRC | |
| #define I286_MSW i286core.s.MSW | #define I286_MSW i286core.s.MSW |
| #define I286_REMCLOCK i286core.s.remainclock | #define I286_REMCLOCK i286core.s.remainclock |
| Line 69 | Line 71 |
| 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); |
| extern UINT32 i286c_selector(UINT sel); | |
| #if !defined(MEMOPTIMIZE) || (MEMOPTIMIZE < 2) | #if !defined(MEMOPTIMIZE) || (MEMOPTIMIZE < 2) |
| extern void i286cea_initialize(void); | extern void i286cea_initialize(void); |