Difference between revisions of "Platforms"

From ScummVM :: Wiki
Jump to navigation Jump to search
m (moving adding a new backend up)
(cleanup, moving GP32 and PS2 to older unsupported official platforms)
Line 9: Line 9:
Please review the [[Platforms/Overview]] page for information on what features and engines are supported by what platform.
Please review the [[Platforms/Overview]] page for information on what features and engines are supported by what platform.


{| border="1" cellpadding="2"
{| border="1" cellpadding="2" width="70%"
|- style="background:silver"
|- style="background:silver"
|Platform||Backend||Notes
|Platform||Backend||Notes
|-
|[[Windows]]        ||[http://en.wikipedia.org/wiki/Simple_DirectMedia_Layer SDL]||
|-
|-
|[[UNIX]]            ||[http://en.wikipedia.org/wiki/Simple_DirectMedia_Layer SDL]||(Linux, Solaris, IRIX, *BSD)
|[[UNIX]]            ||[http://en.wikipedia.org/wiki/Simple_DirectMedia_Layer SDL]||(Linux, Solaris, IRIX, *BSD)
|-
|[[Linux]]          ||X11/OSS audio||(includes iPAQs running Linux)
|-
|-
|[[Mac OS X]]        ||[http://en.wikipedia.org/wiki/Simple_DirectMedia_Layer SDL]||
|[[Mac OS X]]        ||[http://en.wikipedia.org/wiki/Simple_DirectMedia_Layer SDL]||
|-
|-
|[[Windows]]        ||[http://en.wikipedia.org/wiki/Simple_DirectMedia_Layer SDL]||
|[[AmigaOS]]        ||[http://en.wikipedia.org/wiki/Simple_DirectMedia_Layer SDL]||
|-
|-
|[[Windows CE]] ||Custom + [http://en.wikipedia.org/wiki/Simple_DirectMedia_Layer SDL]||PocketPCs, Smartphones and other handheld devices
|[[BeOS]]           ||[http://en.wikipedia.org/wiki/Simple_DirectMedia_Layer SDL]||
|-
|-
|[[SymbianOS]]      ||[http://en.wikipedia.org/wiki/Simple_DirectMedia_Layer SDL]||(a mobile phone Operating System)
|[[Dreamcast]]      ||Custom backend||
|-
|-
|[[AmigaOS]]         ||[http://en.wikipedia.org/wiki/Simple_DirectMedia_Layer SDL]||
|[[Familiar]]       ||[http://en.wikipedia.org/wiki/Simple_DirectMedia_Layer SDL]||Only HP iPAQ h1910/h1915 and Asus MyPal 716
|-
|-
|[[MorphOS]]         ||Custom backend||
|[[GP2X]]           ||Custom + [http://en.wikipedia.org/wiki/Simple_DirectMedia_Layer SDL]||
|-
|-
|[[BeOS]]           ||[http://en.wikipedia.org/wiki/Simple_DirectMedia_Layer SDL]||
|[[iPhone]]   ||Custom backend||iPhone and iPod Touch
|-
|-
|[[Dreamcast]]       ||Custom backend||
|[[Linux]]           ||X11/OSS audio||(includes iPAQs running Linux)
|-
|-
|[[GP2X]]           ||Custom + [http://en.wikipedia.org/wiki/Simple_DirectMedia_Layer SDL]||
|[[MorphOS]]         ||Custom backend||
|-
|-
|[[GP32]]           ||Custom backend||
|[[Nintendo DS]]     ||Custom backend||
|-
|-
|[[PalmOS]]          ||Custom backend||
|[[PalmOS]]          ||Custom backend||
Line 41: Line 41:
|[[PlayStation Portable]] ||Custom + [http://en.wikipedia.org/wiki/Simple_DirectMedia_Layer SDL]||
|[[PlayStation Portable]] ||Custom + [http://en.wikipedia.org/wiki/Simple_DirectMedia_Layer SDL]||
|-
|-
|[[PlayStation 2]]   ||Custom backend||
|[[SymbianOS]]       ||[http://en.wikipedia.org/wiki/Simple_DirectMedia_Layer SDL]||(a mobile phone Operating System)
|-
|-
|[[Nintendo DS]]     ||Custom backend||
|[[Windows CE]] ||Custom + [http://en.wikipedia.org/wiki/Simple_DirectMedia_Layer SDL]||PocketPCs, Smartphones and other handheld devices
|}
 
=== Older Unsupported Official Platforms ===
{| border="1" cellpadding="2" width="70%"
|- style="background:silver"
|Platform||Backend||Notes
|-
|-
|[[Familiar]]       ||[http://en.wikipedia.org/wiki/Simple_DirectMedia_Layer SDL]||Only HP iPAQ h1910/h1915 and Asus MyPal 716
|[[GP32]]           ||Custom backend||
|-
|-
|[[iPhone]]  ||Custom backend||iPhone and iPod Touch
|[[PlayStation 2]]  ||Custom backend||
|}
|}


=== Adding a new backend ===
=== Unofficial Unsupported Platforms ===
* [[HOWTO-Backends]]: Your first steps to adding a new backend
 
If you have developed a port of ScummVM that is not mentioned here and wish to commit it into the main SVN repository, feel free to contact us!
 
== Unofficial Unsupported Platforms ==


Besides these, there have been many more unofficial ports in the past. Since they were not done by us, we can not say anything about their reliability, legality, or availability, nor can we provide support for them. Use them at your own risk!
Besides these, there have been many more unofficial ports in the past. Since they were not done by us, we can not say anything about their reliability, legality, or availability, nor can we provide support for them. Use them at your own risk!
Line 64: Line 65:
Playstation 3<br/>
Playstation 3<br/>
RISC OS
RISC OS
=== Adding a new backend ===
* [[HOWTO-Backends]]: Your first steps to adding a new backend
If you have developed a port of ScummVM that is not mentioned here and wish to commit it into the main SVN repository, feel free to contact us!

Revision as of 20:12, 16 January 2008

ScummVM has been ported to run on many platforms and operating systems. Developers that have extra information to go with their port have a link in the table below. This means not all ports have a specific information page. Information you can find on these pages include compatibility lists of engines that are available for different ports and devices, extra information on installation and usage, and any comments & personal kudos the porters would like to add. Many thanks go out to the effort of the porters!

There is Small Devices Backend in the works which is planned to be common for all devices with limited resources.

Current Officially Supported Platforms

Please review the Platforms/Overview page for information on what features and engines are supported by what platform.

Platform Backend Notes
Windows SDL
UNIX SDL (Linux, Solaris, IRIX, *BSD)
Mac OS X SDL
AmigaOS SDL
BeOS SDL
Dreamcast Custom backend
Familiar SDL Only HP iPAQ h1910/h1915 and Asus MyPal 716
GP2X Custom + SDL
iPhone Custom backend iPhone and iPod Touch
Linux X11/OSS audio (includes iPAQs running Linux)
MorphOS Custom backend
Nintendo DS Custom backend
PalmOS Custom backend
PlayStation Portable Custom + SDL
SymbianOS SDL (a mobile phone Operating System)
Windows CE Custom + SDL PocketPCs, Smartphones and other handheld devices

Older Unsupported Official Platforms

Platform Backend Notes
GP32 Custom backend
PlayStation 2 Custom backend

Unofficial Unsupported Platforms

Besides these, there have been many more unofficial ports in the past. Since they were not done by us, we can not say anything about their reliability, legality, or availability, nor can we provide support for them. Use them at your own risk!

Nintendo Gamecube
Microsoft XBox
Microsoft XBox 360
Playstation 3
RISC OS

Adding a new backend

If you have developed a port of ScummVM that is not mentioned here and wish to commit it into the main SVN repository, feel free to contact us!