|
|
| version 1.48, 2004/01/23 08:44:30 | version 1.49, 2004/01/23 12:04:07 |
|---|---|
| Line 607 static int resetcnt = 0; | Line 607 static int resetcnt = 0; |
| static int execcnt = 0; | static int execcnt = 0; |
| int piccnt = 0; | int piccnt = 0; |
| int tr = 0; | int tr = 0; |
| UINT gr = 0; | |
| UINT cflg; | UINT cflg; |
| #endif | #endif |
| Line 649 void pccore_exec(BOOL draw) { | Line 648 void pccore_exec(BOOL draw) { |
| #endif | #endif |
| } | } |
| #if 1 // ndef TRACE | #if 0 // ndef TRACE |
| if (CPU_REMCLOCK > 0) { | if (CPU_REMCLOCK > 0) { |
| if (!(CPU_TYPE & CPUTYPE_V30)) { | if (!(CPU_TYPE & CPUTYPE_V30)) { |
| CPU_EXEC(); | CPU_EXEC(); |
| Line 687 void pccore_exec(BOOL draw) { | Line 686 void pccore_exec(BOOL draw) { |
| } | } |
| } | } |
| #endif | #endif |
| { | #if 0 |
| UINT r = (gdcs.grphdisp & GDCSCRN_ENABLE); | if ((CPU_CS == 0x0620) || (CPU_CS == 0x08a0)) { |
| if (gr != r) { | TRACEOUT(("%.4x:%.4x", CPU_CS, CPU_IP)); |
| TRACEOUT(("gdcs.grphdisp = %.2x [%.4x:%.4x]", r, CPU_CS, CPU_IP)); | |
| gr = r; | |
| } | |
| } | } |
| #endif | |
| i286x_step(); | i286x_step(); |
| // i286c_step(); | // i286c_step(); |
| } | } |