Re: [hatari-devel] STF/STE using WinUAE CPU in prefetch mode |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/hatari-devel Archives
]
Hi!
Am Wed, 30 Sep 2015 12:54:01 +0200
schrieb Nicolas Pomarède <npomarede@xxxxxxxxxxxx>:
> Next step on the list is to use WinUAE cpu's "cycle exact" mode and
> update Hatari to use it in order to get precise bus accesses for each
> instructions, but this will take some time (for example, this would
> allow to remove hard coded pairing instructions)
I just noticed that cycle exact mode is the default in configutarion.c:
ConfigureParams.System.bCycleExactCpu = true;
Should that maybe be switched off for the time being?
Thomas