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