Re: [hatari-devel] Preparing release 2.3 - status |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/hatari-devel Archives
]
- To: hatari-devel@xxxxxxxxxxxxxxxxxxx
- Subject: Re: [hatari-devel] Preparing release 2.3 - status
- From: Thomas Huth <th.huth@xxxxxxxxx>
- Date: Sat, 7 Nov 2020 20:56:09 +0100
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.de; s=2017; t=1604778971; bh=kcNApn5vlowTpusWX7Ss44MVl0Kl7b+j4Q3TCbqxyIg=; h=Date:From:To:Subject:From; b=OmFKi64IlGRu4mfUVmH6//oeAf/Ud0dDbXcFEdpmXMZyW1JDu6TVRM0z37lWQSy/H xC0pq2QjK9NGrBChxACkq0x4MAl5RYFzZQ/ZGG/tuQb4OrplwQdCZMhqn19DQhxzsK rt6k7LNjy6OA2WJRAhnsGj7k+PYtQQHoqbXuSmIpzIqHBzdX/zoXflc4nXn4199JM4 mJcWtbmDcrBUKF0gwAnGcpnA6sKSPfkomqn4Tjr3n7kR9q8mCf4FFGJ6+A6IRWTyQG hmGFZrWtpkW4Y4G7LHBdE6TRtlaQy9B1v+KMuow8Hbl2s54lDP4+e83KD502VVZPYc 63hRoHpsfookg==
Am Sat, 7 Nov 2020 19:31:11 +0200
schrieb Eero Tamminen <oak@xxxxxxxxxxxxxx>:
> Doc updates are done, but issues were found,
> of which some are still open:
>
> * Random Hatari crash with EKO system
> -> Thomas & Nicolas are looking for better DMA
> buffer handing fix
The crash is already fixed. The code could still be improved with
Nicolas DMA read/write functions, but that's certainly not something
that has to be done before the release. If somebody has time to
complete Nicolas' patch and do all the regression testing afterwards,
you're very welcome. But at least I currently don't have enough spare
time to work on this, sorry.
> * H20 music missing
> (after v1.5 due to commit c96a36308)
> -> Laurent investigating best fix
It would certainly be good to know what was causing this regression,
but since Falcon timings are far away from being perfect, it's just
"expected" that timing sensitive stuff sometimes works by accident, and
sometimes gets broken again. Thus this should not block the release.
Somebody needs to implement proper Falcon timings (and
corresponding regression tests) first before we can consider such
regressions as blocking.
> * GEMPlay 1.99 double bus errors
> -> can somebody reproduce this? If yes,
> could somebody test it also on real Falcon?
>
> * -2-10x slowdown in Hmm... & '_' demos under
> EmuTOS compared to TOS4, even after STOP / DSP
> fix
> -> I'll profile Hatari
Certainly nothing that should block the release (since Hatari will be
shipped with EmuTOS 1.0 that does not contain the DSP support yet).
> (I've added Thomas' suggestion on improving
> the last IDE crash fix also to todo.txt.)
Thanks.
> * Uwe's duplicate drive image issue
>
> - will look into that last, unless somebody
> else will
At least I currently won't have spare time to look into this. Sorry.
Thomas