Re: [hatari-devel] Changes to improve integration between Hatari and WinUAE cpu core |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/hatari-devel Archives
]
- To: hatari-devel@xxxxxxxxxxxxxxxxxxx
- Subject: Re: [hatari-devel] Changes to improve integration between Hatari and WinUAE cpu core
- From: Thomas Huth <th.huth@xxxxxxxxx>
- Date: Tue, 14 Aug 2018 04:26:11 +0200
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.de; s=2017; t=1534213572; bh=j8KBaarx8hkmLQcgpR9/oMch9M90CImnEd9g08kLGq8=; h=Date:From:To:Subject:From; b=lP/CLCnqBoXrqGOQqpeioXh6EMJqYOlWa/ToG9aahGh7+zHhZFn+UzEeTPfop9i76 BRneh3XBB1Sip73UCaetl5MyrxPaw1ZGJfv638s2Fy6itwtNdb6Smj4evIFXKqxh9R IRrBQG8EakQW/gt/Ow8YL6jt31rhdjyK7CFS8GEpSAAmYHfGu2TJOZlElo1NeuI8EQ JAw1X/ua0HPMtNVCMpNeSC7zmoy+l+USK4/o9+8PNmbmh4iU6X9oTuxBwzySNTReJN Q5/rH4P7jyR+p0wHs8BrXPX51Db+jA5dpFBdvtYaSqNiELQbVAt1Zj93mxmveQnj7K kY1pJeI16GdLg==
Am Fri, 10 Aug 2018 16:51:33 +0200
schrieb Nicolas Pomarède <npomarede@xxxxxxxxxxxx>:
[...]
> Please, report any problem that would happen since these changes
> (although I made a lot of tests in various scenario, one never
> knows :) )
[...]
> PS : some extra printf as well as some no-more used code are still
> there, I need them for some pending changes and they will be removed
> after that.
These extra printfs break the "make test" regression tests... that's
ugly, so I'd appreciate if you could clean up that soon (you could
replace them with Log_Printf(LOG_DEBUG ...) if you need them for a
longer time).
Another question: I saw that you added code to save IoMem[0xff8001] in
the memory snap shots ... is that really necessary? Two lines later
there is already:
MemorySnapShot_Store(&RomMem[0xE00000], 0x200000);
.... and this should cover the IoMem area, too... ?
Thomas