--- np2/pccore.c 2004/03/21 11:47:19 1.80 +++ np2/pccore.c 2004/04/16 22:20:03 1.86 @@ -574,10 +574,15 @@ UINT cflg; #endif +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,8 +653,8 @@ void pccore_exec(BOOL draw) { if (CPU_CS == 0x8b6) { TRACEOUT(("%.4x:%.4x", CPU_CS, CPU_IP)); } -// i286x_step(); - i286c_step(); + i286x_step(); +// i286c_step(); } #endif nevent_progress();