Re: [hatari-devel] Hatari freeze on XaAES quit with 030 MMU + FPU + cache emulation |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/hatari-devel Archives
]
Le 10/07/2022 à 12:11, Eero Tamminen a écrit :
Hi,
Here are slightly corrected / updated repro instructions, with latest
MiNT snapshot, as older snapshot is not available any more.
Hi
I don't have time at the moment to check all this, but can you try this
in cpu/newcpu.c :
- change "#define VALIDATE_68030_DATACACHE 0" to "1" instead
- around line 9853, uncomment this "//#define
WINUAE_FOR_HATARI_DEBUG_CACHE"
this will check that each time a data is read from cache, then the
content in RAM is the same ; if some mismatches are reported, it means
there's sthg buggy in the cache code.
Then run your case again and see if any cache messages are displayed
when things go wrong.
Nicolas