comparison src/audio/SDL_sysaudio.h @ 644:594422ab8f9f

Atari MiNT: added more audio drivers
author Patrice Mandin <patmandin@gmail.com>
date Mon, 07 Jul 2003 19:16:03 +0000
parents 550bccdf04bd
children e92bcf2573cb
comparison
equal deleted inserted replaced
643:564716cfb502 644:594422ab8f9f
146 #endif 146 #endif
147 #ifdef ENABLE_AHI 147 #ifdef ENABLE_AHI
148 extern AudioBootStrap AHI_bootstrap; 148 extern AudioBootStrap AHI_bootstrap;
149 #endif 149 #endif
150 #ifdef MINTAUDIO_SUPPORT 150 #ifdef MINTAUDIO_SUPPORT
151 extern AudioBootStrap MINTAUDIO_bootstrap; 151 extern AudioBootStrap MINTAUDIO_GSXB_bootstrap;
152 extern AudioBootStrap MINTAUDIO_MCSN_bootstrap;
153 extern AudioBootStrap MINTAUDIO_STFA_bootstrap;
154 extern AudioBootStrap MINTAUDIO_XBIOS_bootstrap;
155 extern AudioBootStrap MINTAUDIO_DMA8_bootstrap;
152 #endif 156 #endif
153 #ifdef DISKAUD_SUPPORT 157 #ifdef DISKAUD_SUPPORT
154 extern AudioBootStrap DISKAUD_bootstrap; 158 extern AudioBootStrap DISKAUD_bootstrap;
155 #endif 159 #endif
156 #ifdef ENABLE_DC 160 #ifdef ENABLE_DC