Re: [hatari-devel] Cycle exact 68040/68060 mode in Hatari |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/hatari-devel Archives
]
On 13.09.2016 23:21, Thorsten Otto wrote:
> The question is: is a cycle-exact mode for 68040/60 needed or even possible?
Well, that's another question - and I think Toni answers this in his reply
to my mail quite well.
Anyway, the main point here is that the WinUAE sources provide a dedicated
run-mode for this case, see this line in newcpu.c:
currprefs.cpu_model >= 68040 && currprefs.cpu_cycle_exact ? m68k_run_3ce :
...
But currently this can not be used in Hatari yet. So my goal is to enable
this for Hatari, too.
Thomas