Difference between revisions of "Platforms"

From ScummVM :: Wiki
Jump to navigation Jump to search
(→‎Unofficial Platforms: Added Ben NanoNote)
 
(14 intermediate revisions by 5 users not shown)
Line 7: Line 7:
There is [[Small Devices Backend]] in the works which is planned to be common for all devices with limited resources.
There is [[Small Devices Backend]] in the works which is planned to be common for all devices with limited resources.


=== Current Officially Supported Platforms ===
=== Engine support by platform ===
* Note: Not all engines can be supported on some platforms due to technical limitations.<br>Please review the [[Platforms/Overview]] page for information on what engines are supported by a platform.
Not all engines are supported on all platforms. To check which engines are supported on which platforms, see the [[Platforms/Overview]] page.
<dpl>
 
=== Current officially supported platforms ===
<dynamicpagelist>
category = Platforms
category = Platforms
notcategory = Outdated Ports
notcategory = Outdated Ports
notnamespace = Category
include = {PortFeatures} Features Inforow
include = {PortFeatures} Features Inforow
table = border="1" cellpadding="2" class="sortable" ,-, style="background:silver" | Platform , style="background:silver" | Backend , style="background:silver" | MP3 , style="background:silver" | Ogg Vorbis , style="background:silver" | FLAC , style="background:silver" | zlib , style="background:silver" | Plugins , style="background:silver" | 16bits , style="background:silver" | Buildbot , style="background:silver" | Notes
table = class="wikitable sortable" ,-, Platform , Backend , MP3 , Ogg Vorbis , FLAC , zlib , Plugins , 16bits , Buildbot , Notes
</dpl>
</dynamicpagelist>
FLAC audio is provided by the [http://flac.sourceforge.net/ FLAC library]<br>
FLAC audio is provided by the [http://flac.sourceforge.net/ FLAC library]<br>
MP3 audio is provided by the [http://www.underbit.com/products/mad/ mad library]<br>
MP3 audio is provided by the [http://www.underbit.com/products/mad/ mad library]<br>
Line 20: Line 23:
The [http://www.zlib.net/ zlib library] is used for compressed savegames and for the decoding of DXA videos.
The [http://www.zlib.net/ zlib library] is used for compressed savegames and for the decoding of DXA videos.


=== Outdated Officially Supported Platforms ===
=== Outdated officially supported platforms ===
The following platforms are officially supported, but unfortunately no current binary for them is available (yet).
The following platforms are officially supported, but unfortunately no current binary for them is available (yet).
<dpl>
<dynamicpagelist>
category = Outdated Ports
category = Outdated Ports
include = {PortFeatures} Outdated Port Inforow
include = {PortFeatures} Outdated Port Inforow
table = border="1" cellpadding="2" class="sortable" ,-, style="background:silver" | Platform , style="background:silver" | Backend , style="background:silver" | MP3 , style="background:silver" | Ogg Vorbis , style="background:silver" | FLAC , style="background:silver" | zlib , style="background:silver" | Plugins , style="background:silver" | 16bits , style="background:silver" | Buildbot , style="background:silver" | Notes , style="background:silver" | Last released version
table = class="wikitable sortable" ,-, Platform , Backend , MP3 , Ogg Vorbis , FLAC , zlib , Plugins , 16bits , Buildbot , Notes , Last released version
</dpl>
</dynamicpagelist>
FLAC audio is provided by the [http://flac.sourceforge.net/ FLAC library]<br>
FLAC audio is provided by the [http://flac.sourceforge.net/ FLAC library]<br>
MP3 audio is provided by the [http://www.underbit.com/products/mad/ mad library]<br>
MP3 audio is provided by the [http://www.underbit.com/products/mad/ mad library]<br>
Line 43: Line 46:
* [http://forum.xda-developers.com/showpost.php?s=849bfccdc31d8edebef73153916743d6&p=37583092&postcount=402 Microsoft WinRT] - Last release was [https://www.dropbox.com/s/9gyvvucw736l2he/scummvm.exe v1.5.0]
* [http://forum.xda-developers.com/showpost.php?s=849bfccdc31d8edebef73153916743d6&p=37583092&postcount=402 Microsoft WinRT] - Last release was [https://www.dropbox.com/s/9gyvvucw736l2he/scummvm.exe v1.5.0]
** This port has no patch for the associated source code changes, but it is likely just a Win32 GCC toolchain build against SDL with an ARM v7Thumb compiler. Some detail of required changes are [http://forums.scummvm.org/viewtopic.php?p=78521 here].
** This port has no patch for the associated source code changes, but it is likely just a Win32 GCC toolchain build against SDL with an ARM v7Thumb compiler. Some detail of required changes are [http://forums.scummvm.org/viewtopic.php?p=78521 here].
* [http://www.riscos.info/index.php/ScummVM RISC OS V4 to 6] - Latest build is v1.3.1. Previous builds of v.1.0.0, v0.8.0 and an earlier port build of 0.5.0 are also available.
* [http://www.menuetos.net/cddl.htm MenuetOS] - Latest build is v0.6.0.
* [http://wiki.kolibrios.org/wiki/Applications KolibriOS] - A port is indicated on the Applications page, but this was not completed and was removed from SVN in [http://websvn.kolibrios.org/listing.php?repname=Kolibri+OS&rev=2289 r2289].
** Note: KolibriOS is a GPL fork of MenuetOS due to closed source licensing of later releases, thus as MenuetOS had a ScummVM port, a port to KolibriOS should be possible.
* [http://www.gnurou.org/code/sharpzaurus Sharp Zaurus SL-5500 / SLC7XX] - Latest release was 0.5.1
* [http://www.gnurou.org/code/sharpzaurus Sharp Zaurus SL-5500 / SLC7XX] - Latest release was 0.5.1
* [http://aminet.net/search?query=scummvm Original 68K Amigas].
* [http://aminet.net/search?query=scummvm Original 68K Amigas].
Line 56: Line 55:
* TomTom GPS units (using a port of [http://www.microwindows.org Nano X-Windows]).
* TomTom GPS units (using a port of [http://www.microwindows.org Nano X-Windows]).
* [http://clb.demon.fi/html5scummvm HTML5/Javascript web port] using [http://en.wikipedia.org/wiki/Emscripten Emscripten] - Source code is [https://github.com/juj/emscripten-scummvm here].
* [http://clb.demon.fi/html5scummvm HTML5/Javascript web port] using [http://en.wikipedia.org/wiki/Emscripten Emscripten] - Source code is [https://github.com/juj/emscripten-scummvm here].
* [http://www.raspberrypi.org/ Raspberry Pi]
** As this uses the Raspbian distribution based on Debian by default, "apt-get update && apt-get install scummvm" is all that is required.<br>However, the standard Debian version of ScummVM is currently outdated (v1.4.1) and should be avoided as many bugs have been fixed since this release.<br>The Raspbian repository contains a package for the v1.6.0 release, see [http://archive.raspbian.org/raspbian/pool/main/s/scummvm/ here] which should be used instead.<br>If necessary, to manually build a newer version from source code, please follow the normal instructions [http://wiki.scummvm.org/index.php/Developer_Central here] for getting the latest code from our source code repository and compiling under a Linux environment with GCC.<br>Note that if the static build fails with an Out Of Memory (OOM) error at linking, you need to either mount a swap (virtual) memory device on USB or use the patch located [https://github.com/digitall/scummvm/tree/lowMemoryLink here] to reduce the linker memory usage. Another option is to instead build the scummvm binary with dynamic linking of engine plugins by passing --enable-plugins --default-dynamic to the configure script, before calling make.
** It should also be noted that in Raspbian, issues with the SDL fullscreen output (black bars at edges, aspect ratio issues) have been seen when running in X Windows i.e. X11 output, but these are not seen when running fullscreen in Framebuffer from text console, so if you wish to use fullscreen output, then do so from a text prompt.
* [http://laptop.org/en/laptop/index.shtml OLPC XO-1] - Notes from [http://www.olpcnews.com/forum/index.php?topic=1065.0 here]
* [http://laptop.org/en/laptop/index.shtml OLPC XO-1] - Notes from [http://www.olpcnews.com/forum/index.php?topic=1065.0 here]
** As this runs a cut down variant of Fedora Linux, this just requires "sudo yum install scummvm" to install.
** As this runs a cut down variant of Fedora Linux, this just requires "sudo yum install scummvm" to install.

Latest revision as of 19:08, 26 February 2023

ScummVM has been ported to run on many platforms and operating systems.

The following tables offer an overview of the available ports and their main features.
All ports have a specific information page, but the quantity of information you find there depends on whether the port developers have extra information to go with their port or not.
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.

Engine support by platform

Not all engines are supported on all platforms. To check which engines are supported on which platforms, see the Platforms/Overview page.

Current officially supported platforms

FLAC audio is provided by the FLAC library
MP3 audio is provided by the mad library
Ogg Vorbis audio is provided by either the Tremor library or the Ogg Vorbis library
The zlib library is used for compressed savegames and for the decoding of DXA videos.

Outdated officially supported platforms

The following platforms are officially supported, but unfortunately no current binary for them is available (yet).

FLAC audio is provided by the FLAC library
MP3 audio is provided by the mad library
Ogg Vorbis audio is provided by either the Tremor library or the Ogg Vorbis library
The zlib library is used for compressed savegames and for the decoding of DXA videos.

Unofficial Platforms

Besides the officially supported ports, there have been many more unofficial ones in the past. Since they were not done by the ScummVM team, we are not responsible for their reliability, legality, or availability and thus can NOT provide support for them.
Some of them may even be rumors! Use them at your own risk!

  • Microsoft Xbox and Xbox 360 - Last release was v1.4.1.
    • This port was initially created using the leaked MS XDK by an unknown third party developer, and thus builds are not legally distributable. Even with a legal copy of the XDK, the license prohibits releasing binaries except as part of an official Xbox game. See here and here for details.
    • A legal rewrite of ScummVM as XNA homebrew for the Xbox 360 was attempted later by another group, but only a fraction of it was ever completed, to the best of our knowledge.
    • Currently no port using the OpenXDK has been publicly released.
      According to Carcharius (one of the people who contributed to OpenXDK), he did build a port of ScummVM 0.11.1 around 11th April 2007 (see here and here), but OpenXDK's lack of hardware accelerated video meant the result was too slow to be usable. As little development on OpenXDK has been done since 2005, this is unlikely to have changed.
  • Microsoft WinRT - Last release was v1.5.0
    • This port has no patch for the associated source code changes, but it is likely just a Win32 GCC toolchain build against SDL with an ARM v7Thumb compiler. Some detail of required changes are here.
  • Sharp Zaurus SL-5500 / SLC7XX - Latest release was 0.5.1
  • Original 68K Amigas.
  • InnoTab Learning App Tablet by VTech
  • Aeronix ZipIt Z2 Wireless Messenger
    • No build binary appears to have been released for this device.
      However, as it runs a variant of Linux, this is probably a simple SDL based port with the toolchains and libraries from here.
  • Ben NanoNote UMD (Pocket Laptop)
    • This uses very similar hardware to the Dingoo A320 internally and can run our Dingux builds unmodified. See here for details.
  • TomTom GPS units (using a port of Nano X-Windows).
  • HTML5/Javascript web port using Emscripten - Source code is here.
  • OLPC XO-1 - Notes from here
    • As this runs a cut down variant of Fedora Linux, this just requires "sudo yum install scummvm" to install.
  • Popcorn Hour A-100 Networked Media Tank (Internet TV Box) - incomplete port?
  • Probably almost every embedded device with a screen capable of running a basic GNU/Linux with a libSDL port! :-)

Adding a new backend

If you have developed a port of ScummVM to a platform that is not mentioned here, please feel free to contact us!
(so that we can look at integrating any required changes to the official source code repository).