comparison README.MiNT @ 1112:6ded3dd929f5

Document recent audio updates
author Patrice Mandin <patmandin@gmail.com>
date Wed, 10 Aug 2005 14:30:53 +0000
parents 524fd51f5d2c
children a8068adf156b
comparison
equal deleted inserted replaced
1111:12c49532be00 1112:6ded3dd929f5
63 Threads (Multitasking OS only via GNU pth library) 63 Threads (Multitasking OS only via GNU pth library)
64 Shared object loader (using LDG library from http://ldg.atari.org/) 64 Shared object loader (using LDG library from http://ldg.atari.org/)
65 Audio CD (MetaDOS) 65 Audio CD (MetaDOS)
66 OpenGL (using Mesa offscreen rendering driver) 66 OpenGL (using Mesa offscreen rendering driver)
67 67
68 - Driver combinations: 68 - Dependent driver combinations:
69 Video Kbd Mouse Timer Joysticks Joypads OpenGL 69 Video Kbd Mouse Timer Joysticks
70 xbios ikbd ikbd vbl(2) ikbd hardware OSMesa 70 xbios ikbd ikbd vbl(2) ikbd
71 xbios gemdos xbios vbl(2) xbios hardware OSMesa 71 xbios gemdos xbios vbl(2) xbios
72 xbios bios xbios vbl(2) xbios hardware OSMesa 72 xbios bios xbios vbl(2) xbios
73 gem gem gem(1) vbl(2) xbios hardware OSMesa 73 gem gem gem(1) vbl(2) xbios
74
75 Audio O/S Misc
76 dma8 All Uses MFP Timer A interrupt
77 xbios TOS Uses MFP Timer A interrupt
78 xbios MiNT Uses MiNT thread
79 xbios Magic Disabled
80 stfa All Uses MFP interrupt
81 mcsn TOS Uses MFP Timer A interrupt
82 mcsn MiNT Uses MiNT thread
83 mcsn Magic Disabled
84 gsxb All Uses GSXB callback
85
86 Joypad driver always uses hardware access.
87 OpenGL driver always uses OSMesa.
74 88
75 (1) GEM does not report relative mouse motion, so xbios mouse driver is used 89 (1) GEM does not report relative mouse motion, so xbios mouse driver is used
76 to report this type event. 90 to report this type event.
77 91
78 (2) If you build SDL with threads using the GNU pth library, timers are 92 (2) If you build SDL with threads using the GNU pth library, timers are
202 VBL timer driver: 216 VBL timer driver:
203 Available on all machines (I think). 217 Available on all machines (I think).
204 218
205 Audio drivers: 219 Audio drivers:
206 Cookies _SND, MCSN, STFA and GSXB used to detect supported audio 220 Cookies _SND, MCSN, STFA and GSXB used to detect supported audio
207 capabilities. Note: XBIOS and MCSN drivers can not be used under MiNT or 221 capabilities.
208 Magic.
209 222
210 STE, Mega STE, TT: 223 STE, Mega STE, TT:
211 8 bits DMA (hardware access) 224 8 bits DMA (hardware access)
212 STFA, MCSN or GSXB driver if installed 225 STFA, MCSN or GSXB driver if installed
213 Falcon: 226 Falcon: