Just posted results in my blog in fact..No difference basically..Badwolf wrote: Fri Dec 09, 2022 4:59 pm Runs the same speed as before, but yes, CACR is now set to 0x3111 (both caches enabled). This seems odd to me (why data cache when testing memory?) but it's like it under TOS3.06 and I suppose if you're scanning everything once the cache will miss all the time anyway.
So this ought to be faster on the real hardware.![]()
This is what I put in ..
Code: Select all
/* exxos patch to turn on instruction cache*/
#if TOSVERSION >= 0x200
move.l #$00003111,d0
D0_CACR
#endif

