[hatari-devel] WinUae CPU for hatari
Thomas Huth
huth at users.berlios.de
Mon Nov 8 23:38:13 CET 2010
On Mon, 08 Nov 2010 22:35:21 +0100
Laurent Sallafranque <laurent.sallafranque at free.fr> wrote:
> Hello,
>
> The first results in WinUae core including seems good.
> No segmentation fault, no major error.
>
> I've reintroduced cpu disassembling (trace mode).
>
> I'm now stuck with a memory problem.
> It seems none of the addresses are recognized.
Seems like the problem was your "#define bool" in compat.h. The size of
this bool was different from the size of bool from stdbool.h, so the
currprefs structure was defined differently in different places,
depending on whether the file included compat.h, too, or not.
Should be fixed now, but now I get a segmentation fault instead...
Thomas
More information about the hatari-devel
mailing list