Video (XBIOS (Fullscreen), GEM (Windowed and Fullscreen))
Timer (VBL vector)
There are still many things to add (cdrom, audio, etc…). But it is a
good start. I hope my code is well written to be easily readable, and that
you do not mind about the little assembly code I add to put in it.
About audio support:
Multitasking OS and thread support may not be available, and I probably
will have to add audio support via interrupts. So, is there any target
that have to do the same ? I would like to get some informations about
such work, to know how to do it cleanly.
About writing drivers for SDL:
The dummy drivers do a bare minimum, and I had to compare the various
drivers to know what and how to write things. Maybe it should be nice to
make a doc specifically for writing drivers.–
Patrice Mandin
WWW: http://www.multimania.com/pmandin
Programmeur Linux, Atari
Sp?cialit?: D?veloppement, jeux
I’ll have a look at the patches as soon as I get some spare time
Multitasking OS and thread support may not be available, and I probably
will have to add audio support via interrupts. So, is there any target
that have to do the same ? I would like to get some informations about
such work, to know how to do it cleanly.
It’s mostly MacOS classic that does this and it’s not particularly cleanly
written (especially the amiga stuff is kludged in in a dirty way).
But it can be done
The dummy drivers do a bare minimum, and I had to compare the various
drivers to know what and how to write things. Maybe it should be nice to
make a doc specifically for writing drivers.
if someone does that it would be great, but it’s less of a priority
until we’ve got some code out for the next release (no schedule)