--- np2/pccore.c 2004/02/29 03:10:02 1.76 +++ np2/pccore.c 2004/03/04 15:20:13 1.78 @@ -548,8 +548,8 @@ void screenvsync(NEVENTITEM item) { // #define IPTRACE (1 << 12) #if defined(TRACE) && IPTRACE -static UINT trpos = 0; -static UINT32 treip[IPTRACE]; +static UINT trpos = 0; +static UINT32 treip[IPTRACE]; void iptrace_out(void) { @@ -652,9 +652,14 @@ void pccore_exec(BOOL draw) { CPU_DX, CPU_DS, CPU_DI, mem[0xa3fe0])); } #endif -// if ((CPU_CS == 0x2516) && (CPU_IP == 0x97B0)) { -// TRACEOUT(("DS = %.4x", CPU_DS)); -// } +#if 0 + if (CPU_IP == 0x2E4F) { + TRACEOUT(("CS = %.4x - 0x2e4f", CPU_CS)); + } +#endif + if (CPU_CS == 0x8b6) { + TRACEOUT(("%.4x:%.4x", CPU_CS, CPU_IP)); + } // i286x_step(); i286c_step(); }