aboutsummaryrefslogtreecommitdiff
path: root/doc
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
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')
-rw-r--r--doc/04.tex48
-rw-r--r--doc/07.tex14
2 files changed, 43 insertions, 19 deletions
diff --git a/doc/04.tex b/doc/04.tex
index 70c5b7036d..462bb53a78 100644
--- a/doc/04.tex
+++ b/doc/04.tex
@@ -10,19 +10,21 @@ Links to these ports can be found either on the ScummVM web page or by a
Google search. Many thanks to the effort of porters. If you have a port of
ScummVM and wish to commit it into the main CVS, feel free to contact us!
-\begin{tabular}{lll}
-Windows & SDL\\
-Windows Mobile & SDL &(iPAQ and other handheld devices)\\
-Linux & X11/OSS audio &(includes iPAQs running Linux)\\
-Mac OS X & SDL\\
-AmigaOS & SDL\\
-MorphOS & Custom backend\\
-BeOS & SDL\\
-Acorn (RiscOS) & ???\\
-Dreamcast & Custom backend \\
-GP32 & Custom backend\\
-PalmOS & Custom backend\\
-UNIX & SDL &(Linux, Solaris, IRIX, *BSD)\\
+Supported platforms include (but are not limited to):
+
+\begin{tabular}{ll}
+UNIX &(Linux, Solaris, IRIX, *BSD)\\
+Windows \\
+Windows Mobile &(iPAQ and other handheld devices)\\
+Mac OS X \\
+AmigaOS \\
+BeOS \\
+Dreamcast \\
+PalmOS \\
+Playstation 2 \\
+Playstation Portable\\
+RISC OS \\
+Symbian \\
\end{tabular}
The Dreamcast port does not support Curse of Monkey Island, nor The Dig.
@@ -32,3 +34,23 @@ Palm devices (those with a large dynamic heap).
In the Macintosh port, the right mouse button is emulated via Cmd-Click (that
is, you click the mouse button while holding the Command/Apple/Propeller key).
+
+For the following platforms, custom backends were supported at one point
+but currently are not being maintained (usually due to lack of a qualified
+maintainer). In some cases (e.g. Linux), the standard SDL support works
+instead.
+
+\begin{tabular}{ll}
+MorphOS\\
+GP32 \\
+Linux \\
+\end{tabular}
+
+We have reports about unofficial ports to the following platforms. Please
+note that this are not made by us, so we neither endorse nor support them.
+Use at your own risk!
+
+\begin{tabular}{ll}
+Nintendo DS\\
+Xbox \\
+\end{tabular}
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,