aboutsummaryrefslogtreecommitdiff
path: root/doc/07.tex
diff options
context:
space:
mode:
authorMax Horn2006-01-14 17:28:20 +0000
committerMax Horn2006-01-14 17:28:20 +0000
commitd8d6da1ff0defa13d4f458e1a6340c5254c76a2d (patch)
treea96e652bb8a14aa6375edf700876811ebff0cc57 /doc/07.tex
parenta5378976d021bdf8bd63fd7bd7b1723c8709c64d (diff)
downloadscummvm-rg350-d8d6da1ff0defa13d4f458e1a6340c5254c76a2d.tar.gz
scummvm-rg350-d8d6da1ff0defa13d4f458e1a6340c5254c76a2d.tar.bz2
scummvm-rg350-d8d6da1ff0defa13d4f458e1a6340c5254c76a2d.zip
Doc update: Added coremidi driver; removed obsolete amidi driver; updated & corrected the platforms list
svn-id: r20029
Diffstat (limited to 'doc/07.tex')
-rw-r--r--doc/07.tex14
1 files changed, 8 insertions, 6 deletions
diff --git a/doc/07.tex b/doc/07.tex
index f9662cdb9a..164193b1eb 100644
--- a/doc/07.tex
+++ b/doc/07.tex
@@ -11,19 +11,21 @@ manual configuration. If you ARE using MIDI, you have several different
choices of output, depending on your operating system and configuration.
\begin{tabular}[h]{ll}
+ null & Null output. Don't play any music.\\
+ & \\
adlib & Uses internal Adlib Emulation (default)\\
fluidsynth & Uses FluidSynth MIDI Emulation\\
mt32 & Uses internal MT-32 Emulation\\
pcjr & Uses internal PCjr Emulation \\
pcspk & Uses internal PC Speaker Emulation\\
towns & Uses FM-TOWNS YM2612 Emulation\\
- windows & Windows MIDI. Uses built-in sequencer, for Windows users\\
- seq & Uses /dev/sequencer for MIDI, *nix users. See below.\\
- qt & Quicktime sound, for Macintosh users.\\
- core & CoreAudio sound, for MacOS X users.\\
- amidi & Uses the MorphOS MIDI system, for MorphOS users\\
+ & \\
alsa & Output using ALSA sequencer device. See below.\\
- null & Null output. Don't play any music.\\
+ core & CoreAudio sound, for Mac OS X users.\\
+ coremidi & CoreMIDI sound, for Mac OS X users. Use only if you have a hardware MIDI synthesizer.\\
+ qt & Quicktime sound, for Macintosh users.\\
+ seq & Uses /dev/sequencer for MIDI, *nix users. See below.\\
+ windows & Windows MIDI. Uses built-in sequencer, for Windows users\\
\end{tabular}
To select a sound driver, pass its name via the '-e' option to scummvm,