Re: [hatari-devel] Things still remaining before v1.8 release? |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/hatari-devel Archives
]
Am Thu, 24 Jul 2014 18:48:07 +0200
schrieb Nicolas Pomarède <npomarede@xxxxxxxxxxxx>:
> Le 24/07/2014 18:43, Nicolas Pomarède a écrit :
> > Le 24/07/2014 18:31, Thomas Huth a écrit :
> >> Am Thu, 24 Jul 2014 17:43:28 +0200
> >> schrieb Nicolas Pomarède<npomarede@xxxxxxxxxxxx>:
> >>
> >>>
> >
> >>> In all cases, I have some time to do the release in the next
> >>> days, so if everything is ready I will do it.
> >>
> >> Looking forward to it ... especially since I've got a nice patch
> >> queue pretty ready for SDL2 support that I'd like to commit after
> >> the release ;-)
> >>
> >
>
> Note that if your SDL2 patch allow to still use SDL1 at compilation
> time depending on a configure switch, then there's no need for a
> branch.
>
> We can still compile a SDL1 version as today, and people can try SDL2
> version if they want (same as when choosing between uae and winuae
> cpu core)
It's done with some few #ifdefs in the code, the default will remain
SDL1, but for testing one can issue "--enable-sdl2" to the configure
script to get a build with SDL2 support. So I think it should be pretty
safe for the main branch.
> It's just about version numbering in the end, so it's not a technical
> issue, but I had in mind to improve winuae cpu core for hatari 1.9 and I
> think it will take some time to do it, so an intermediate release could
> be useful.
Concerning the WinUAE core, what are you're exact plans? I also thought
about updating it (just never got the time) - i.e. mainly to sync it
with the latest version of WinUAE because AFAIK there is now a pretty
good 68030 MMU emulation in there.
Did you plan to sync with WinUAE, too?
Thomas