Commit 4410d5b4 authored by Patrice Mandin's avatar Patrice Mandin

Document recent audio updates

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%401113
parent df10913d
...@@ -65,12 +65,26 @@ Shared object loader (using LDG library from http://ldg.atari.org/) ...@@ -65,12 +65,26 @@ Shared object loader (using LDG library from http://ldg.atari.org/)
Audio CD (MetaDOS) Audio CD (MetaDOS)
OpenGL (using Mesa offscreen rendering driver) OpenGL (using Mesa offscreen rendering driver)
- Driver combinations: - Dependent driver combinations:
Video Kbd Mouse Timer Joysticks Joypads OpenGL Video Kbd Mouse Timer Joysticks
xbios ikbd ikbd vbl(2) ikbd hardware OSMesa xbios ikbd ikbd vbl(2) ikbd
xbios gemdos xbios vbl(2) xbios hardware OSMesa xbios gemdos xbios vbl(2) xbios
xbios bios xbios vbl(2) xbios hardware OSMesa xbios bios xbios vbl(2) xbios
gem gem gem(1) vbl(2) xbios hardware OSMesa gem gem gem(1) vbl(2) xbios
Audio O/S Misc
dma8 All Uses MFP Timer A interrupt
xbios TOS Uses MFP Timer A interrupt
xbios MiNT Uses MiNT thread
xbios Magic Disabled
stfa All Uses MFP interrupt
mcsn TOS Uses MFP Timer A interrupt
mcsn MiNT Uses MiNT thread
mcsn Magic Disabled
gsxb All Uses GSXB callback
Joypad driver always uses hardware access.
OpenGL driver always uses OSMesa.
(1) GEM does not report relative mouse motion, so xbios mouse driver is used (1) GEM does not report relative mouse motion, so xbios mouse driver is used
to report this type event. to report this type event.
...@@ -204,8 +218,7 @@ VBL timer driver: ...@@ -204,8 +218,7 @@ VBL timer driver:
Audio drivers: Audio drivers:
Cookies _SND, MCSN, STFA and GSXB used to detect supported audio Cookies _SND, MCSN, STFA and GSXB used to detect supported audio
capabilities. Note: XBIOS and MCSN drivers can not be used under MiNT or capabilities.
Magic.
STE, Mega STE, TT: STE, Mega STE, TT:
8 bits DMA (hardware access) 8 bits DMA (hardware access)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment