| Re: [hatari-devel] 68030 MMU emulation: TEMPLMON, ROMSPEED | 
[ Thread Index | 
Date Index
| More lists.tuxfamily.org/hatari-devel Archives
] 
Hi,
> That does not look very good ... seems there might be something wrong with the TRY/CATCH/THROW stuff.
> 
> I did not yet port this to Previous. You may try to undo it:
> 
> Go to cpummu030.c, line 1480:
> 
> In the function mmu030_put_long_atc there is a line:
> THROW(2); //M68000_BusError(addr, 0);
> 
> Comment or remove THROW(2) and re-activate M68000_BusError(addr, 0);
> 
> There are 5 more functions to do the same (put word, put byte, get long, get word, get byte).
> 
> Re-try your test.
Wouldn't it be better if you test this? The software needed for testing
can be downloaded for free.
Take care
Uwe