--- np2/pccore.c 2003/10/16 17:57:06 1.1 +++ np2/pccore.c 2003/10/19 14:56:15 1.3 @@ -39,7 +39,7 @@ #include "pc9861k.h" - const char np2version[] = "ver.0.36"; + const char np2version[] = "ver.0.37"; NP2CFG np2cfg = { PCBASECLOCK25, 4, 0, @@ -56,7 +56,7 @@ 64, 64, 64, 64, 64, // ver0.27 0, {0x17, 0x04, 0x1f}, {0x0c, 0x0c, 0x02, 0x10, 0x3f, 0x3f}, 2, 1, 0, 0, - "", "", ""}; + {"", ""}, ""}; PCCORE pc = { PCBASECLOCK25, 4, @@ -533,7 +533,7 @@ void pccore_exec(BOOL draw) { } #if 1 // ndef TRACE - if (nevent.remainclock > 0) { + if (I286_REMCLOCK > 0) { if (!(CPUTYPE & CPUTYPE_V30)) { i286(); }