Re: Misc. timing patches
Posted on 2007-03-08, 15:39
Maybe the other direction would be better, that is imposing real delays on io-access so the reduced cycles "match" the real time spent there to avoid the cycles guessing go off :) Also you shouldn't use that code: + if(CPU_Cycles > writedelay) { + CPU_Cycles -= writedelay; + CPU_IODelayRemoved+= …