Re: [hatari-devel] Hatari doesn't work with old versions' config files |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/hatari-devel Archives
]
Hi,
On sunnuntai 20 syyskuu 2015, Thomas Huth wrote:
> schrieb Eero Tamminen <oak@xxxxxxxxxxxxxx>:
> > I got config file (attached) from Hatari v1.6.2 Windows
> > user which crashes newer Hatari Windows versions:
> > http://atari-forum.com/viewtopic.php?f=51&t=28418
> >
> > When using that config on Linux with latest HG version:
> >
> > * WinUAE CPU core freezes. User selecting MMU with 060
> > results in 060 CPU + 030 MMU which is non-working config
This boots now fine, it shows:
Building CPU, 46224 opcodes (5 0 1)
CPU=68060, FPU=68060, MMU=68060, JIT=0. 24-bit
68060 MMU: enabled=0 page8k=0 PC=00e00030
....
68030 MMU enabled. Page size = 32768 PC=00e014f6
Building CPU, 46224 opcodes (5 0 1)
CPU=68060, FPU=68060, MMU=68060, JIT=0. 24-bit
Mention about 030 MMU is a bit weird compared to MMU=68060, but
I assume it's just printing bug and TOS4 boots up fine.
> > * OldUAE CPU core aborts when it initializes CPU core
> > instruction table. I guess saved WinUAE CPU setting
> > value is incompatible with OldUAE CPU core.
And the configs work with OldUAE CPU core too.
> I've committed some fixes for these problems today. Can you retry
> whether it is working ok for you now?
Yes, thanks for looking into this!
I commented on AF that you fixed the issues.
- Eero