|
|
| version 1.27, 2004/08/12 20:31:35 | version 1.28, 2004/08/13 01:35:59 |
|---|---|
| Line 191 void neitem_vsync(UINT id) { | Line 191 void neitem_vsync(UINT id) { |
| } | } |
| // ---- | |
| // #define SINGLESTEPONLY | // #define SINGLESTEPONLY |
| void pccore_exec(BRESULT draw) { | void pccore_exec(BRESULT draw) { |
| Line 214 void pccore_exec(BRESULT draw) { | Line 216 void pccore_exec(BRESULT draw) { |
| } | } |
| #else | #else |
| while(CPU_REMCLOCK > 0) { | while(CPU_REMCLOCK > 0) { |
| TRACEOUT(("%.4x", Z80_PC)); | // TRACEOUT(("%.4x", Z80_PC)); |
| #if defined(TRACE) && IPTRACE | #if defined(TRACE) && IPTRACE |
| treip[trpos & (IPTRACE - 1)] = Z80_PC; | treip[trpos & (IPTRACE - 1)] = Z80_PC; |
| trpos++; | trpos++; |
| Line 228 void pccore_exec(BRESULT draw) { | Line 230 void pccore_exec(BRESULT draw) { |
| scrnupdate(); | scrnupdate(); |
| sound_sync(); | sound_sync(); |
| fdc_callback(); | |
| } | } |