--- np2/i286c/cpucore.h 2003/12/21 16:05:25 1.5 +++ np2/i286c/cpucore.h 2003/12/26 00:11:51 1.7 @@ -160,6 +160,8 @@ typedef struct { UINT32 ovflag; I286DTR GDTR; I286DTR IDTR; + I286DTR LDTRC; // ver0.73 + UINT16 LDTR; // ver0.73 UINT16 MSW; UINT8 resetreq; // ver0.72 UINT8 itfbank; // ver0.72 @@ -191,6 +193,7 @@ extern const UINT8 iflags[]; void i286c_initialize(void); void i286c_reset(void); +void i286c_shut(void); void CPUCALL i286c_interrupt(REG8 vect); @@ -273,4 +276,5 @@ void v30c_step(void); #define CPU_INTERRUPT(v) i286c_interrupt(v) #define CPU_EXEC i286c #define CPU_EXECV30 v30c +#define CPU_SHUT i286c_shut