blob: 70c5b7036d06d5020efb6092065d1ad52a1e50a8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
|
%%% Local Variables:
%%% mode: latex
%%% TeX-master: "readme"
%%% End:
\section{Supported Platforms}
ScummVM has been ported to run on many platforms and operating systems.
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)\\
\end{tabular}
The Dreamcast port does not support Curse of Monkey Island, nor The Dig.
The PalmOS port does not support Curse of Monkey Island, Beneath a Steel
Sky, nor either Simon the Sorcerer 1 or 2. The Dig will only work on some
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).
|