--- np2/pccore.c 2004/03/26 03:12:37 1.82 +++ np2/pccore.c 2004/03/31 11:59:17 1.84 @@ -292,6 +292,7 @@ void pccore_reset(void) { pccore_set(); nevent_allreset(); + keystat_ctrlinit(); CPU_RESET(); CPU_SETEXTSIZE((UINT32)pccore.extmem); @@ -582,7 +583,7 @@ void pccore_postevent(UINT32 event) { // void pccore_exec(BOOL draw) { drawframe = draw; - keystat_sync(); +// keystat_sync(); soundmng_sync(); mouseif_sync(); pal_eventclear();