--- np2/pccore.c 2004/03/22 05:38:46 1.81 +++ np2/pccore.c 2004/05/09 15:47:25 1.88 @@ -574,13 +574,15 @@ UINT cflg; #endif -void pccore_postevent(UINT32 event) { +void pccore_postevent(UINT32 event) { // yet! + + (void)event; } void pccore_exec(BOOL draw) { drawframe = draw; - keystat_sync(); +// keystat_sync(); soundmng_sync(); mouseif_sync(); pal_eventclear(); @@ -648,11 +650,11 @@ void pccore_exec(BOOL draw) { TRACEOUT(("CS = %.4x - 0x2e4f", CPU_CS)); } #endif - if (CPU_CS == 0x8b6) { - TRACEOUT(("%.4x:%.4x", CPU_CS, CPU_IP)); + if (CPU_CS == 0xfd80) { + TRACEOUT(("%.4x:%.4x - %.2x", CPU_CS, CPU_IP, CPU_AH)); } -// i286x_step(); - i286c_step(); + i286x_step(); +// i286c_step(); } #endif nevent_progress();