--- np2/pccore.c 2003/11/15 07:10:02 1.18 +++ np2/pccore.c 2003/11/28 08:01:32 1.21 @@ -31,6 +31,7 @@ #include "timing.h" //#include "hostdrv.h" #include "debugsub.h" +#include "dosio.h" const char np2version[] = NP2VER_CORE; @@ -116,7 +117,7 @@ static void setvsyncclock(void) { pc.vsyncclock = cnt - pc.dispclock; } -static void setpcclock(UINT base, UINT multiple) { // ver0.28 +static void setpcclock(UINT base, UINT multiple) { pc.model = PCMODEL_VX; @@ -519,7 +520,7 @@ void pccore_exec(BOOL draw) { i286_resetprefetch(); } -#ifndef TRACE +#if 1 // ndef TRACE if (I286_REMCLOCK > 0) { if (!(CPUTYPE & CPUTYPE_V30)) { i286(); @@ -535,7 +536,7 @@ void pccore_exec(BOOL draw) { #endif nevent_progress(); } - artic_callback(); // ver0.28 + artic_callback(); mpu98ii_callback(); diskdrv_callback(); calendar_inc();