Re: [hatari-devel] No address error when accessing odd addresses? |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/hatari-devel Archives
]
Am Wed, 11 Sep 2013 20:17:47 +0200
schrieb Uwe Seimet <Uwe.Seimet@xxxxxxxxx>:
> > Building CPU, 45989 opcodes (3 -1 1)
> > CPU=68030, FPU=68882, MMU=0, JIT=0.
> > CPU cycleunit: 1 (0.500)
>
> I'm sorry, I forgot to load the ST settings. Actually it is:
>
> Building CPU, 44316 opcodes (0 -1 1)
> CPU=68000, FPU=0, MMU=0, JIT=0.
> CPU cycleunit: 1 (0.500)
Ok, looks like the CPU core correctly switched the instruction tables.
That means, it should theoretically work.
Could you maybe do the following tests:
- Start immediately in 68000 mode with "--compatible 1", without using
TT mode first
- Try the old UAE CPU core with "--compatible 1"
At least the old UAE core should work.
Thomas