Here is a new release for SDL, here are Atari specific changes:
- Video: Automatically disable Xbios driver if FVDI is detected.
- Video: Experimental support for Milan Xbios.
- Joypads: Teamtap autodetection.
- Audio: Enable Xbios driver for Magic.
- Experimental support for Coldfire CPUs.
--
Patrice Mandin
WWW: http://pmandin.atari.org/
Programmeur Linux, Atari
Spécialité: Développement, jeux
This is good Patrice, real good
Is the fVDI because it does not do rez changes, or are there other
reasons as well
Paul
--------------------------
currently looking at porting
Physicsfs
JAM
CMake
LibSVGA
fltklib
lsof
Mercurial
> On Nov 11, 10:16 pm, Patrice Mandin <patman...@gmail.com> wrote:
>> Hello,
>>
>> Here is a new release for SDL, here are Atari specific changes:
>>
>> - Video: Automatically disable Xbios driver if FVDI is detected. -
>> Video: Experimental support for Milan Xbios. - Joypads: Teamtap
>> autodetection.
>> - Audio: Enable Xbios driver for Magic. - Experimental support for
>> Coldfire CPUs.
>>
>>
> This is good Patrice, real good
>
> Is the fVDI because it does not do rez changes, or are there other
> reasons as well
It's because when you have FVDI loaded, there is a high probability you
run with an external video card (Eclipse) or an emulator (Aranym), and
you do not use the Videl output.
That's why I disable Xbios, and Gem video driver is made the default in
this case. You still can force xbios video driver through environment
variables though.