Re: Aw: Re: [hatari-devel] MegaSTE cache emulation issues

[ Thread Index | Date Index | More lists.tuxfamily.org/hatari-devel Archives ]


Hi,

On 3.7.2025 0.09, Nicolas Pomarède wrote:
Updated code was pushed, Hatari now matches the result of your mscatest.tos test program, both for DTA structure and for bus error access.
>
Accesses causing address error will also prevent data from being cached, which was not the case with initial cache emulation

Couple of comments on the commit:

* None of the updated MegaSTE_Cache_*() functions are referred outside of m68000.c, so they could all be static

* While all accesses seem to be byte or word sized, MegaSTE_Cache_Addr_Cacheable() check could be for "Size > 2" instead of "Size == 2", just in case...


	- Eero




Mail converted by MHonArc 2.6.19+ http://listengine.tuxfamily.org/