View Single Post
Old 02 May 2019, 21:17   #5
Toni Wilen
WinUAE developer
 
Join Date: Aug 2001
Location: Hämeenlinna/Finland
Age: 49
Posts: 26,506
Yes, size must be power of 2.

I wouldn't care too much, >1M "slow ram" ($c00000) is A500 only in real world. Use of JIT with A500 configs isn't recommend anyway, even if CPU is 68020+.

It probably is safe as long as JIT hasn't translated the memory test code yet = it is first RAM test after reset and RAM test checks it using 256k block size to keep it getting translated too soon. JIT only translates code if same code has been run at least 5 times (or more, I don't remember exact value).

EDIT: Only guaranteed way is to keep CPU instruction cache off. It also disables JIT.
Toni Wilen is offline  
 
Page generated in 0.21675 seconds with 11 queries