--- xmil/pccore.c 2004/08/13 01:35:59 1.28 +++ xmil/pccore.c 2004/08/13 06:49:30 1.31 @@ -36,8 +36,8 @@ const OEMCHAR xmilversion[] = OEMTEXT(XM #if defined(SUPPORT_BANKMEM) UINT8 mBANK[16][0x8000]; #endif - BYTE *RAM0r; - BYTE *RAM0w; + UINT8 *RAM0r; + UINT8 *RAM0w; // ---- @@ -177,7 +177,6 @@ void iptrace_out(void) { void neitem_disp(UINT id) { corestat.vsync = 1; - pcg.r.vsync = 1; if (xmilcfg.DISPSYNC & 1) { scrnupdate(); } @@ -216,7 +215,6 @@ void pccore_exec(BRESULT draw) { } #else while(CPU_REMCLOCK > 0) { - // TRACEOUT(("%.4x", Z80_PC)); #if defined(TRACE) && IPTRACE treip[trpos & (IPTRACE - 1)] = Z80_PC; trpos++;