Mercurial > sdl-ios-xcode
comparison src/audio/SDL_audio.c @ 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 |
---|---|
82 #endif | 82 #endif |
83 #ifdef ENABLE_AHI | 83 #ifdef ENABLE_AHI |
84 &AHI_bootstrap, | 84 &AHI_bootstrap, |
85 #endif | 85 #endif |
86 #ifdef MINTAUDIO_SUPPORT | 86 #ifdef MINTAUDIO_SUPPORT |
87 &MINTAUDIO_bootstrap, | 87 &MINTAUDIO_GSXB_bootstrap, |
88 &MINTAUDIO_MCSN_bootstrap, | |
89 &MINTAUDIO_STFA_bootstrap, | |
90 &MINTAUDIO_XBIOS_bootstrap, | |
91 &MINTAUDIO_DMA8_bootstrap, | |
88 #endif | 92 #endif |
89 #ifdef DISKAUD_SUPPORT | 93 #ifdef DISKAUD_SUPPORT |
90 &DISKAUD_bootstrap, | 94 &DISKAUD_bootstrap, |
91 #endif | 95 #endif |
92 #ifdef ENABLE_DC | 96 #ifdef ENABLE_DC |