On 16.3.2024 17.03, Nicolas Pomarède wrote:
but in src/m68000.c you can add at line 396
changed_prefs.cpu_data_cache = false
to force data cache off in all cases ; then if you can test again,
this could tell if problem is in cache or not (if it doesn't works
with cache off, it doesn't mean there's no problem in cache, but at
least it narrows the parts to look at first)
CPU exact & compatible options have no effect on this bug, only whether
CPU cache is enabled (panic/freeze, due to memory not being at expected
address) or not (everything works, although there are lot of DEBUG log
messages [1]).