Difference between pages "Emulators on Wii" and "Game engine recreations and source ports"

From Emulation General Wiki
(Difference between pages)
Jump to navigation Jump to search
(Added doom port)
 
 
Line 1: Line 1:
{{Infobox console
+
Sometimes a full system emulator is overkill. This is especially true when a developer only wants to get one game (or a number of games that use the same engine) working. In that case, reimplementing that game alone would save more time than implementing the platform it runs on. These kinds of projects are common when abandonware has large communities; when the original developer has disbanded and can no longer support or update it, an effort is then made to get it running natively on newer versions of-- and/or entirely different-- operating systems and platforms.
|title = Nintendo Wii
 
|logo = Wii-Console.png
 
|developer = Nintendo
 
|type = [[:Category:Emulators on home consoles|Home video game console]]
 
|generation = [[:Category:Emulators on seventh-generation consoles|Seventh generation]]
 
|release = 2006
 
|discontinued = 2013
 
|predecessor = [[Emulators on GameCube|GameCube]]
 
|successor = [[Emulators on Wii U|Wii U]]
 
|emulated = {{✓}}
 
}}
 
[[File:WiiEmus.png|thumb|Overview of the main popular systems that can be emulated without major issues.]]
 
  
For information on how to make them run, please see the following: https://sites.google.com/site/completesg/hacking-guide
+
* When the developer only has a binary to work with (and not the [[source code]]), they recreate the engine rather than port it, hence the term '''[[wikipedia:Game engine recreation|game engine recreations]]''' (or alternatively '''game engine re-implementations'''). How the developers go about this process depends on their philosophy; they may opt to decompile the original executable and have their own program rely on the original until all of its functions have been remade, at which point the original binary is no longer needed. Alternatively, they can be remade based on a clean room design, in which the project implements the abstract features without having to disassemble the original, going by how components are expected to be used rather than how the game uses them. Some engines come about simply because they were inspired by the original game, and the programmer felt confident enough that no reverse engineering was necessary to make an engine that does the same thing.
 +
* In rare cases, games are released as open-source by the publishers themselves, allowing developers to perform a '''source port''' of the code. This skips the step of figuring out how the game works. The most common example that's often used is id Software's release of Doom in 1997. It led to [[wikipedia:List of Doom source ports|so many ports being released]] that the community began to joke about what devices haven't gotten it running yet.
  
==Multi-system==
+
Some projects are implemented in ways that the original developer did not intend; for example, for a platform other than which publishers marketed it for. And they're not just limited to game engines either; [https://webamp.org/ Webamp] is a JavaScript application that reimplements Winamp in the web browser. These projects are almost always open-source which also allows new programmers to fix bugs that could have been difficult to track down during development (alternatively, the bugs may be emulated to allow old mods to continue to safely exploit them). When most of the effort is on programming, the project will usually require the original game's assets (such as files in the installation directory or ROMs) until those ever get remade. This lets the developers claim they aren't infringing the game's copyrights since the player must obtain the original to use it; if the game is still being sold, this could allow the publisher to even earn revenue from the project.
 +
 
 +
For the sake of brevity, most of these projects often refer to themselves under some variety of '''fan remakes'''. The [[#External links|External links]] section has lists for a number of known and available projects.
 +
 
 +
On Linux downloading and using game engines is easy with [https://github.com/luxtorpeda-dev/luxtorpeda Luxtorpeda] - a Steam Play compatibility tool (like [[Proton]]) that allows you to run games from Steam using various different game engines and reimplementations.
 +
 
 +
==Multi game engine==
 
{| class="wikitable" style="text-align:center;"
 
{| class="wikitable" style="text-align:center;"
 
|-
 
|-
 
! scope="col"|Name
 
! scope="col"|Name
! scope="col"|Version
+
! scope="col"|Operating System(s)
! scope="col"|[[Emulation Accuracy|Accuracy]]
+
! scope="col"|Latest Version
! scope="col"|<abbr title="Free/Libre and Open-Source Software">FLOSS</abbr>
+
! scope="col"|[[libretro|Libretro Core]]
 
! scope="col"|Active
 
! scope="col"|Active
 
! scope="col"|[[Recommended Emulators|Recommended]]
 
! scope="col"|[[Recommended Emulators|Recommended]]
 +
! scope="col"|Supported game(s)
 +
|-
 +
!colspan="9"|Action-adventure (3rd-person)
 +
|-
 +
|[https://opentomb.github.io/ OpenTomb]
 +
|align=left|{{Icon|Windows|Linux|macOS}}
 +
|[https://github.com/opentomb/OpenTomb/releases git]
 +
|{{✗}} ||{{✓}} ||{{✓}}
 +
|Tomb Raider 1–5
 +
|-
 +
|[http://xproger.info/projects/OpenLara/ OpenLara]<ref group=N>OpenLara was inspired by OpenTomb</ref>
 +
|align=left|{{Icon|Windows|Linux|macOS|Android|LinuxARM|3DS|Switch}}
 +
|[https://github.com/XProger/OpenLara/releases git]
 +
|{{✓}} ||{{✓}} ||{{~}}
 +
|Tomb Raider 1–4
 +
|-
 +
!colspan="9"|Adventure
 +
|-
 +
|[[ScummVM]]
 +
|Multi-platform
 +
|[https://www.scummvm.org/downloads {{ScummVMVer}}]
 +
|{{✓}} ||{{✓}} ||{{✓}}
 +
|Adventure games and RPGs (LucasArts, Sierra, Activision, Humongous & more. Over [[wikipedia:ScummVM#Supported_games|250 games]].)
 +
|-
 +
!colspan="9"|FPS
 +
|-
 +
|[https://m210.duke4.net BuildGDX]
 +
|{{Icon|Windows|Linux|macOS}}
 +
|[https://m210.duke4.net Website]
 +
|{{✗}} ||{{✓}} ||{{✓}}
 +
|Blood, Duke Nukem 3D, Shadow Warrior, Powerslave/Exhumed, Redneck Rampage, Redneck Rampage Rides Again, Witchaven, Witchaven II, TekWar, Legend of the Seven Paladins
 +
|-
 +
|Raze
 +
|{{Icon|Windows|Linux|macOS}}
 +
|[https://github.com/coelckers/Raze/releases git]
 +
|{{✗}} ||{{✓}} ||{{✓}}
 +
|Duke Nukem 3D, Blood, Redneck Rampage, Shadow Warrior and Exhumed/Powerslave, Nam, WW2 GI
 +
|-
 +
|[https://www.eduke32.com EDuke32] <br/>VoidSW <ref group=N>VoidSW is included with EDuke32</ref>
 +
|align=left|{{Icon|Windows|Linux|macOS|FreeBSD}}
 +
|[https://dukeworld.com/eduke32/synthesis/latest/?s=d&o=d&dir=eduke32/synthesis/latest Website]
 +
|{{✗}} ||{{✓}} ||{{✓}}
 +
|''EDuke32:'' Duke Nukem 3D, Ion Fury, NAM, World War II GI <br/>''VoidSW:'' Shadow Warrior
 +
|-
 +
|[https://nukeykt.retrohost.net RedNukem]
 +
|{{Icon|Windows|Linux}}
 +
|[https://github.com/nukeykt/NRedneck/releases git]
 +
|{{✗}} ||{{✓}} ||{{✓}}
 +
|Duke Nukem 3D, Duke Nukem 64, Redneck Rampage, Redneck Rampage Rides Again, NAM, World War II GI
 +
|-
 +
|Metaforce
 +
|{{Icon|Windows|Linux|macOS}}
 +
|[https://releases.axiodl.com/ Dev builds]<br/>[https://github.com/AxioDL/metaforce git]
 +
|{{✗}} ||{{✓}} ||{{✗}} <small>(WIP)</small>
 +
|Metroid Prime 1–3
 +
|-
 +
|XLEngine
 +
|{{Icon|Windows|Linux}}
 +
|[https://github.com/Mindwerks/XLEngine/releases git]
 +
|{{✗}} ||{{✗}} ||{{✓}}
 +
|Star Wars: Dark Forces, Daggerfall<br/>''Later:'' Outlaws, Blood, Shadow Warrior
 +
|-
 +
|[https://zdoom.org/index ZDoom]
 +
|{{Icon|Windows|Linux|macOS}}
 +
|[https://zdoom.org/downloads 2.81]
 +
|{{✗}} ||{{✗}}<ref group=N>ZDoom has been discontinued. However the development of its replacements, GZDoom and LZDoom, is still active.</ref> ||{{✓}}
 +
|Doom I–II, Final Doom, Heretic, Hexen: Beyond Heretic, Chex Quest I–III, Strife: Quest for the Sigil, Hacx: Twitch 'n Kill
 
|-
 
|-
| [[Virtual Console]]
+
!colspan="9"|Platform
| N/A
 
| Mid
 
| {{✗}}
 
| {{✗}}
 
| {{✓}}
 
 
|-
 
|-
| [http://wiibrew.org/wiki/WiiMednafen WiiMednafen]
+
|[http://clonekeenplus.sourceforge.net Commander Genius]
| [https://github.com/raz0red/wii-mednafen git]
+
|{{Icon|Windows|Linux|macOS|Switch}}
| Mid
+
|[http://clonekeenplus.sourceforge.net/download.php 3.0.0]
| {{}}
+
|{{}} ||{{✓}} ||{{✓}}
| {{✓}}
+
|Commander Keen in Invasion of the Vorticons, Commander Keen in Keen Dreams, Commander Keen in Goodbye Galaxy, Commander Keen in Aliens Ate My Babysitter
| {{✓}}
 
 
|-
 
|-
| [[RetroArch]]
+
!colspan="9"|Racing
| [https://retroarch.com/?page=platforms {{RetroArchVer}}]
+
|-
| Mid
+
|OpenNFS
| {{✓}}
+
|{{Icon|Windows|Linux|macOS}}
| {{✓}}
+
|[https://github.com/OpenNFS/OpenNFS/releases git]
| {{✓}}
+
|{{✗}} ||{{✓}} ||{{~}}
 +
|Need for Speed I–III, Need for Speed: High Stakes, Need for Speed: Porsche Unleashed, Need for Speed: Hot Pursuit 2
 +
|-
 +
!colspan="9"|RPG
 +
|-
 +
|[[EasyRPG]]
 +
|Multi-platform
 +
|[https://easyrpg.org/player/downloads {{EasyRPGVer}}]
 +
|{{✓}} ||{{✓}} ||{{✓}}
 +
|RPG Maker 2000/2003 games
 +
|-
 +
|[http://www.gemrb.org GemRB]
 +
|align=left|{{Icon|Windows|Linux|macOS|FreeBSD|Android}}
 +
|[https://github.com/gemrb/gemrb/releases git]
 +
|{{✗}} ||{{✓}} ||{{✓}}
 +
|Infinity Engine <br/>(Baldur's Gate series (1998–2001), Planescape: Torment, Icewind Dale series (2000–2002))
 +
|-
 +
|[[Neko RPGXP Player]]
 +
|{{Icon|Android}}
 +
|[https://play.google.com/store/apps/details?id=net.kernys.rgss&hl 2.01]
 +
|{{✗}} ||{{✓}} ||{{~}}
 +
|RPG Maker XP/VX/VA/MV games
 +
|-
 +
|[https://xoreos.org/ xoreos]
 +
|{{Icon|Windows|Linux|macOS}}
 +
|[https://github.com/xoreos/xoreos 0.0.6]
 +
|{{✗}} ||{{✓}} ||{{✗}} <small>(WIP)</small>
 +
|BioWare's Aurora engine & derivatives <br/>(BioWare's 7 PC/console RPGs, Sonic Chronicles: The Dark Brotherhood, The Witcher)
 +
|-
 +
!colspan="9"|RTS
 +
|-
 +
|[https://openage.sft.mx openage]
 +
|align=left|{{Icon|Windows|Linux|macOS|BSD}}
 +
|[https://github.com/SFTtech/openage/releases git]
 +
|{{✗}} ||{{✓}} ||{{~}}
 +
|Age of Empires, AoE II (HD), Star Wars: Galactic Battlegrounds
 +
|-
 +
|[http://www.openra.net OpenRA]
 +
|{{Icon|Windows|Linux|macOS|BSD|PSVita}}
 +
|[https://github.com/OpenRA/OpenRA/releases git]
 +
|{{✗}} ||{{✓}} ||{{✓}}
 +
|Early Westwood games (Command & Conquer, C&C: Red Alert). <br/>''Soon:'' 2nd-gen C&C (C&C: Tiberian Sun).
 +
|-
 +
|[https://github.com/TheAssemblyArmada/Vanilla-Conquer Vanilla Conquer]
 +
|{{Icon|Windows|Linux|macOS|BSD}}
 +
|[https://github.com/TheAssemblyArmada/Vanilla-Conquer git]
 +
|{{✗}} ||{{✓}} ||{{✓}}
 +
|Early Westwood games (Command & Conquer, C&C: Red Alert, Dune 2000). <br/>Based on the official source code release by EA, with the goal of serving as a portable drop-in replacement for the original executables as well as a platform for mod developers.
 +
|-
 +
|[http://timjones.io/blog/tags/opensage OpenSAGE]
 +
|align=left|{{Icon|Windows|Linux|macOS}}
 +
|[https://github.com/OpenSAGE/OpenSAGE/releases git]
 +
|{{✗}} ||{{✓}} ||{{✗}} <small>(WIP)</small>
 +
|EA's Command & Conquer games <br/>(C&C: Generals, C&C: Generals - Zero Hour) <br/>''Soon:'' The Battle for Middle-earth series (2004–2006), C&C 3 & expansion.
 +
|-
 +
|[https://stratagus.com/stratagus.html Stratagus]
 +
|align=left|{{Icon|Windows|Linux|macOS|Android}}
 +
|[https://github.com/Wargus/stratagus 3.1.2]
 +
|{{✗}} ||{{✓}}<ref group=N>Stargus is in pre-alpha but development has been halted. Stratagus, Wargus, and War1gus are being updated regularly.</ref> ||{{✓}}<ref group=N>StarCraft is only partially playable in Stargus in Stargus's current stage. The other games for the other engines work well if installed correctly.</ref>
 +
|''[https://github.com/Wargus/wargus Wargus]:'' Warcraft II: Tides of Darkness + Beyond the Dark Portal, Aleona's Tale<br/>''[https://github.com/Wargus/war1gus War1gus]:'' Warcraft: Orcs & Humans<br/>''[https://github.com/Wargus/stargus Stargus]:'' StarCraft (partially playable)<br/>''Stratagus:'' Wyrmsun
 +
|-
 +
!colspan="9"|Shoot 'em up
 +
|-
 +
|[https://rec98.nmlgc.net ReC98]
 +
|Multi-platform
 +
|[https://github.com/nmlgc/ReC98 git]
 +
|{{✗}} ||{{✓}} ||{{✗}} <small>(WIP)</small>
 +
|Touhou 1–5 (PC-98)
 
|}
 
|}
  
;WiiMednafen:Emulates the following:
+
==Single game engine==
GameBoy/GameBoy Color
 
GameBoy Advance
 
Game Gear
 
Lynx
 
MegaDrive/Genesis
 
Nintendo Entertainment System (NES)
 
Neo Geo Pocket
 
PC Engine (CD)/TurboGrafx 16 (CD)/SuperGrafx (Fast version)
 
PC-FX
 
Sega Master System
 
Virtual Boy
 
WonderSwan
 
 
 
WiiMednafen has not been programmed to work in PAL systems and it will have black bars on top and bottom of the screen leading to a sort of widescreen stretch effect. Double-strike mode (240p) will not work properly on PAL systems even on a CRT and regardless of the cables used.
 
 
 
==Arcade==
 
===[[MAME]]===
 
 
{| class="wikitable" style="text-align:center;"
 
{| class="wikitable" style="text-align:center;"
 
|-
 
|-
 
! scope="col"|Name
 
! scope="col"|Name
! scope="col"|Version
+
! scope="col"|Platform(s)
! scope="col"|[[Emulation Accuracy|Accuracy]]
+
! scope="col"|Latest Version
! scope="col"|<abbr title="Free/Libre and Open-Source Software">FLOSS</abbr>
+
! scope="col"|[[libretro|Libretro Core]]
 
! scope="col"|Active
 
! scope="col"|Active
 
! scope="col"|[[Recommended Emulators|Recommended]]
 
! scope="col"|[[Recommended Emulators|Recommended]]
 +
! scope="col"|Supported game(s)
 
|-
 
|-
| SDLMAME Wii
+
!colspan="9"|Action-adventure
| [https://code.google.com/p/sdl-mame-wii/downloads/list 1.0]
 
| Mid
 
| {{✗}}
 
| {{✗}}
 
| {{✓}}
 
 
|-
 
|-
| SDLMAME
+
|OpenJK
| [http://prototeam.org/downloads/release-wii-sdlmame-full.zip 0.125]
+
|align=left|{{Icon|Windows|Linux|macOS}}
| Mid
+
|[https://builds.openjk.org Build]<br/>[https://github.com/JACoders/OpenJK git]
| {{✗}}
+
|{{✗}} ||{{✓}} ||{{~}}
| {{✗}}
+
|Star Wars Jedi Knight II: Jedi Outcast, Star Wars Jedi Knight: Jedi Academy
| {{✓}}
+
|-
|}
+
!colspan="9"|Adventure
 
+
|-
==Consoles==
+
|The Ur-Quan Masters
===NES/Famicom===
+
|align=left|{{Icon|Windows|Linux|macOS|FreeBSD}}
{| class="wikitable" style="text-align:center;"
+
|[http://sc2.sourceforge.net/downloads.php 0.8.0]
 +
|{{✗}} ||{{✓}} ||{{✓}}
 +
|Star Control II
 +
|-
 +
!colspan="9"|FPS
 +
|-
 +
|Aleph One
 +
|align=left|{{Icon|Windows|Linux|macOS}}
 +
|[https://alephone.lhowon.org/download.html 1.4]
 +
|{{✗}} ||{{✓}} ||{{✓}}
 +
|Marathon 1-2, Marathon Infinity
 +
|-
 +
|[http://bibendovsky.github.io/bstone BStone]
 +
|align=left|{{Icon|Windows|Linux|macOS}}
 +
|[https://github.com/bibendovsky/bstone/releases git]
 +
|{{✗}} ||{{✓}} ||{{✓}}
 +
|Blake Stone: Aliens of Gold, Blake Stone: Planet Strike
 +
|-
 +
|Crispy Doom <br/>Crispy Heretic
 +
|align=left|{{Icon|Windows|Linux}}
 +
|[https://github.com/fabiangreffrath/crispy-doom/releases git]
 +
|{{✗}} ||{{✓}} ||{{✓}}
 +
|''Crispy Doom:'' Doom 1-2, Final Doom <br/>''Crispy Heretic:'' Heretic
 +
|-
 +
|[https://dhewm3.org dhewm3]
 +
|align=left|{{Icon|Windows|Linux|macOS|FreeBSD|Amiga}}
 +
|[https://github.com/dhewm/dhewm3/releases git]
 +
|{{✓}} ||{{✓}} ||{{✓}}
 +
|Doom 3 (Original)
 
|-
 
|-
! scope="col"|Name
+
|[https://doom64ex.wordpress.com Doom64 EX]
! scope="col"|Version
+
|align=left|{{Icon|Windows|Linux|macOS}}
! scope="col"|[[Emulation Accuracy|Accuracy]]
+
|[https://sourceforge.net/projects/doom64ex/files/doom64ex/2.5 2.5]
! scope="col"|<abbr title="Free/Libre and Open-Source Software">FLOSS</abbr>
+
|{{✗}} ||{{✗}} ||{{✓}}
! scope="col"|Active
+
|Doom 64 (Original)
! scope="col"|[[Recommended Emulators|Recommended]]
 
 
|-
 
|-
| FCE Ultra GX
+
|[http://www.descent2.de D2X-XL] <br/>[https://www.dxx-rebirth.com DXX-Rebirth]
| [https://github.com/dborth/fceugx git]
+
|align=left|{{Icon|Windows|Linux|macOS}}
| Mid
+
|[https://sourceforge.net/projects/d2x-xl 1.18.76] <br/>[https://github.com/dxx-rebirth/dxx-rebirth/releases git]
| {{}}
+
|{{}} ||{{✓}} ||{{✓}}
| {{✓}}
+
|Descent, Descent II
| {{✓}}
 
 
|-
 
|-
| [http://wiibrew.org/wiki/WiiMednafen WiiMednafen]
+
|ECWolf
| [https://github.com/raz0red/wii-mednafen git]
+
|align=left|{{Icon|Windows|Linux|macOS|Android}}
| Mid
+
|[http://maniacsvault.net/ecwolf/download.php 1.3.3]
| {{✓}}
+
|{{✓}} ||{{✓}} ||{{✓}}
| {{✓}}
+
|Wolfenstein 3D, Spear of Destiny, Super 3D Noah’s Ark
| {{✓}}
 
|}
 
 
 
===SNES/Super Famicom===
 
{| class="wikitable" style="text-align:center;"
 
 
|-
 
|-
! scope="col"|Name
+
|Hammer of Thyrion
! scope="col"|Version
+
|align=left|{{Icon|Windows|Linux|macOS}}
! scope="col"|[[Emulation Accuracy|Accuracy]]
+
|[http://uhexen2.sourceforge.net 1.5.9]
! scope="col"|<abbr title="Free/Libre and Open-Source Software">FLOSS</abbr>
+
|{{✗}} ||{{✓}} ||{{✓}}
! scope="col"|Active
+
|Hexen II
! scope="col"|[[Recommended Emulators|Recommended]]
 
 
|-
 
|-
| Snes9x GX
+
|[https://ioquake3.org ioquake3]
| [https://github.com/dborth/snes9xgx git]
+
|align=left|{{Icon|Windows|Linux|macOS|Amiga}}
| Mid
+
|[https://ioquake3.org/get-it 1.36]
| {{}}
+
|{{}} ||{{✓}} ||{{✓}}
| {{✓}}
+
|Quake III: Arena
| {{✓}}
 
 
|-
 
|-
| Snes9x RX
+
|iortcw
| [https://github.com/niuus/snes9xrx git]
+
|align=left|{{Icon|Windows|Linux|macOS}}
| Mid
+
|[https://github.com/iortcw/iortcw/releases git]
| {{}}
+
|{{}} ||{{~}} ||{{}}
| {{}}
+
|Return to Castle Wolfenstein
| {{~}}
 
|}
 
 
 
===Nintendo 64===
 
{| class="wikitable" style="text-align:center;"
 
 
|-
 
|-
! scope="col"|Name
+
|[http://nukeykt.retrohost.net NBlood]
! scope="col"|Version
+
|align=left|{{Icon|Windows|Linux}}
! scope="col"|[[Emulation Accuracy|Accuracy]]
+
|[https://lerppu.net/wannabethesis/nblood/latest/ git]
! scope="col"|Dolphin
+
|{{✗}} ||{{✓}} ||{{✓}}
! scope="col"|Wii U
+
|Blood
! scope="col"|<abbr title="Free/Libre and Open-Source Software">FLOSS</abbr>
 
! scope="col"|Active
 
! scope="col"|[[Recommended Emulators|Recommended]]
 
 
|-
 
|-
| Not64
+
|OpenMoHAA
| [https://github.com/Extrems/Not64 git]
+
|align=left|{{Icon|Windows|Linux}}
| Mid
+
|[https://sourceforge.net/projects/openmohaa/]
| {{}}
+
|{{}} ||{{}} ||{{}}
| {{}}
+
|Medal of Honour: Allied Assault
| {{✓}}
 
| {{}}
 
| {{✓}}
 
 
|-
 
|-
| Wii64 Rice
+
|OpenXRay
| [https://github.com/emukidid/Wii64 git]
+
|align=left|{{Icon|Windows|Linux}}
| Mid
+
|[https://github.com/OpenXRay/xray-16/releases git]
| {{}}
+
|{{}} ||{{✓}} ||{{✓}}
| {{✓}}
+
|S.T.A.L.K.E.R.: Clear Sky, S.T.A.L.K.E.R.: Call of Pripyat
| {{✓}}
 
| {{✓}}
 
| {{TBD}}
 
 
|-
 
|-
| Wii64
+
|[http://pcex.retrohost.net PCExhumed]
| [https://code.google.com/archive/p/mupen64gc/downloads 1.1]
+
|align=left|{{Icon|Windows|Linux}}
| Mid
+
|[https://lerppu.net/wannabethesis/pcexhumed/]
| {{}}<small> (Low Compatibility)</small>
+
|{{}} ||{{✓}} ||{{}}
| {{~}}<small> (Low Compatibility)</small>
+
|Powerslave (PC)
| {{✓}}
 
| {{✗}}
 
| {{}}
 
|}
 
There's frequent hiccups and graphical glitches in most N64 games on either emulators. Tinkering with settings might help in some cases. [https://youtu.be/I_REoKdrlfo?t=1496 (Source)]
 
 
 
===Nintendo GameCube===
 
{| class="wikitable" style="text-align:center;"
 
 
|-
 
|-
! scope="col"|Name
+
|[https://powerslaveex.wordpress.com Powerslave EX]
! scope="col"|Version
+
|align=left|{{Icon|Windows|Linux|macOS}}
! scope="col"|[[Emulation Accuracy|Accuracy]]
+
|[https://github.com/svkaiser/PowerslaveEX git]
! scope="col"|<abbr title="Free/Libre and Open-Source Software">FLOSS</abbr>
+
|{{✗}} ||{{✗}} ||{{✓}}
! scope="col"|Active
+
|Powerslave (Console)
! scope="col"|[[Recommended Emulators|Recommended]]
 
 
|-
 
|-
| [[Nintendont]]
+
|[https://docs.libretro.com/library/prboom PrBoom]
| [https://github.com/FIX94/Nintendont git]
+
|align=left|{{Icon|Windows|Linux|macOS|FreeBSD}}
| Mid
+
|[https://github.com/libretro/libretro-prboom git]
| {{✓}}
+
|{{✓}} ||{{~}}<ref group=N>PrBoom-plus is still active</ref> ||{{✓}}
| {{}}
+
|Doom 1-2, Final Doom
| {{✓}}
 
|}
 
This requires a bit of explaining.
 
 
 
When the Nintendo Wii was launched, it introduced native backward compatibility with the GameCube, allowing memory cards and GameCube controllers to be used with GameCube games. This is widely known and it allowed [[Dolphin]] to support the Wii early in its open-source era. However, this compatibility was lost when Nintendo released newer models called the Wii: Family Edition (although the ports were merely stripped from the casing; the circuit board still contains the areas where the connectors would go, see Wikipedia's section on it) and the Wii Mini (which also lacks an SD card slot as well.) Also on the Wii U, the GameCube ports don't exist at all, only being offered afterward as a USB peripheral in order to play Super Smash Bros. for Wii U.
 
 
 
However, homebrew developer FIX94 has developed an interpreter that allows all versions of the Wii (and the Wii U) that can run homebrew to read and run GameCube games, not only from a disc, but from SD cards and USB devices too. This comes with the added benefit that more controllers are supported past the normal GameCube ones, which makes it possible to play on consoles that don't have GCN controller ports.
 
 
 
Some notable features are the ability to use other controllers like the Classic Controller, Wiimote+Nunchuck, and some HID USB controllers, memory card emulation, playing TRIFORCE arcade games (after converted to an .iso), and recently Broadband Adapter emulation using the Wii's wireless communications.
 
 
 
===SG-1000/Master System/Genesis/Sega CD/Game Gear===
 
{| class="wikitable" style="text-align:center;"
 
 
|-
 
|-
! scope="col"|Name
+
|[http://quakespasm.sourceforge.net Quakespasm] <br/>vkQuake<ref group=N>vkQuake is based on Quakespasm, but uses Vulkan instead of OpenGL for rendering</ref>
! scope="col"|Version
+
|align=left|{{Icon|Windows|Linux|macOS}}
! scope="col"|[[Emulation Accuracy|Accuracy]]
+
|[https://sourceforge.net/projects/quakespasm 0.94.2] <br/>[https://github.com/Novum/vkQuake/releases git]
! scope="col"|<abbr title="Free/Libre and Open-Source Software">FLOSS</abbr>
+
|{{✗}} ||{{✓}} ||{{✓}}
! scope="col"|Active
+
|Quake 1
! scope="col"|[[Recommended Emulators|Recommended]]
 
 
|-
 
|-
| [[Genesis Plus GX]]
+
|RBDOOM-3-BFG
| [https://github.com/ekeeke/Genesis-Plus-GX git]
+
|align=left|{{Icon|Windows|Linux}}
| Mid
+
|[https://github.com/RobertBeckebans/RBDOOM-3-BFG/releases git]
| ?
+
|{{✗}} ||{{✓}} ||{{✓}}
| {{✗}}
+
|Doom 3 (BFG Edition)
| {{✓}}
 
|}
 
Slowdown may occur when on 3D sections of Genesis games or 32X games.
 
 
 
===Saturn===
 
{| class="wikitable" style="text-align:center;"
 
 
|-
 
|-
! scope="col"|Name
+
|[https://icculus.org/rott Rise of the Triad for Linux]
! scope="col"|Version
+
|align=left|{{Icon|Windows7|Linux|DC}}
! scope="col"|[[Emulation Accuracy|Accuracy]]
+
|[https://icculus.org/rott/releases git]
! scope="col"|<abbr title="Free/Libre and Open-Source Software">FLOSS</abbr>
+
|{{✗}} ||{{✗}} ||{{✗}}
! scope="col"|Active
+
|Rise of the Triad: Dark War
! scope="col"|[[Recommended Emulators|Recommended]]
 
 
|-
 
|-
| Yabause Wii
+
|rottexpr
| [http://www.mediafire.com/download.php?gzz3n5cd0plcca9 r2926 beta26]
+
|align=left|{{Icon|Windows|Linux}}
| Mid
+
|[https://github.com/LTCHIPS/rottexpr/releases git]
| ?
+
|{{✗}} ||{{✓}} ||{{✓}}
| {{✗}}
+
|Rise of the Triad: Dark War
| {{✓}}
 
|}
 
;Yabause Wii:Extremely poor performance.
 
 
 
===PlayStation===
 
{| class="wikitable" style="text-align:center;"
 
 
|-
 
|-
! scope="col"|Name
+
|Shockolate
! scope="col"|Version
+
|align=left|{{Icon|Windows|Linux|macOS|FreeBSD}}
! scope="col"|[[Emulation Accuracy|Accuracy]]
+
|[https://github.com/Interrupt/systemshock/releases git]
! scope="col"|Dolphin
+
|{{✗}} ||{{✓}} ||{{✓}}
! scope="col"|Wii U
+
|System Shock 1
! scope="col"|<abbr title="Free/Libre and Open-Source Software">FLOSS</abbr>
 
! scope="col"|Active
 
! scope="col"|[[Recommended Emulators|Recommended]]
 
 
|-
 
|-
| WiiSXRX (port of [[PCSX-Reloaded|PCSXR]])
+
|[https://theforceengine.github.io The Force Engine]
| [https://github.com/niuus/WiiSXRX/releases git]
+
|align=left|{{Icon|Windows}}
| Mid
+
|[https://theforceengine.github.io/downloads.html 0.02.001]
| ?
+
|{{✗}} ||{{✓}} ||{{✗}} <small>(WIP)</small>
| ?
+
|Star Wars: Dark Forces, Outlaws
| {{✓}}
 
| {{✗}}
 
| {{✓}}
 
 
|-
 
|-
| WiiSXR (port of [[PCSX-Reloaded|PCSXR]])
+
|[https://disenchant.net/tyrquake Tyrquake]
| [https://github.com/Mystro256/wiisxr/releases beta 3.2]
+
|align=left|{{Icon|Windows|Linux|macOS|FreeBSD}}
| Mid
+
|[https://disenchant.net/git/tyrquake.git git]
| ?
+
|{{✓}} ||{{}} ||{{✓}}
| ?
+
|Quake 1
| {{✓}}
 
| {{}}
 
| {{✓}}
 
 
|-
 
|-
| WiiSX
+
|vitaQuake II
| [https://code.google.com/archive/p/pcsxgc/downloads beta 2.1]
+
|align=left|{{Icon|Windows|Linux|macOS|Vita}}
| Low
+
|[https://github.com/Rinnegatamante/vitaQuakeII git], [http://vitadb.rinnegatamante.it/#/info/278 PS Vita]
| {{}}<small> (Low Compatibility)
+
|{{}} ||{{✓}} ||{{✓}}
| {{✗}}<small> (Low Compatibility)
+
|Quake 2
| {{✓}}
 
| {{✗}}
 
| {{✓}}
 
|}
 
 
 
===PC Engine (TurboGrafx-16)===
 
{| class="wikitable" style="text-align:center;"
 
 
|-
 
|-
! scope="col"|Name
+
|[https://xash.su/xash3d.html Xash3D]
! scope="col"|Version
+
|align=left|{{Icon|Windows|Linux|Android}}
! scope="col"|[[Emulation Accuracy|Accuracy]]
+
|[https://xash3d.ru/doku.php?id=downloads 0.99]
! scope="col"|<abbr title="Free/Libre and Open-Source Software">FLOSS</abbr>
+
|{{✗}} ||{{~}} ||{{✓}}
! scope="col"|Active
+
|Half-Life 1
! scope="col"|[[Recommended Emulators|Recommended]]
 
 
|-
 
|-
| [http://wiibrew.org/wiki/WiiMednafen WiiMednafen]
+
|[https://www.yamagi.org/quake2 Yamagi Quake II]
| [https://github.com/raz0red/wii-mednafen git]
+
|align=left|{{Icon|Windows|Linux|macOS|FreeBSD}}
| Mid
+
|[https://deponie.yamagi.org/quake2 8.00]
| {{}}
+
|{{}} ||{{✓}} ||{{✓}}
| {{✓}}
+
|Quake 2
| {{✓}}
 
|}
 
 
 
===PC-FX===
 
{| class="wikitable" style="text-align:center;"
 
 
|-
 
|-
! scope="col"|Name
+
!colspan="9"|Platform
! scope="col"|Version
 
! scope="col"|[[Emulation Accuracy|Accuracy]]
 
! scope="col"|Dolphin
 
! scope="col"|Wii U
 
! scope="col"|<abbr title="Free/Libre and Open-Source Software">FLOSS</abbr>
 
! scope="col"|Active
 
! scope="col"|[[Recommended Emulators|Recommended]]
 
 
|-
 
|-
| [http://wiibrew.org/wiki/WiiMednafen WiiMednafen]
+
|Jazz² Resurrection
| [https://github.com/raz0red/wii-mednafen git]
+
|align=left|{{Icon|Windows|Linux|macOS|Android}}
| Mid
+
|[https://github.com/deathkiller/jazz2/releases git]
| {{~}}<small> (Slow)</small>
+
|{{}} ||{{✓}} ||{{✓}}
| {{~}}<small> (Slow)</small>
+
|Jazz Jackrabbit 2
| {{✓}}
 
| {{✓}}
 
| {{~}}
 
|}
 
 
 
===Neo Geo CD===
 
{| class="wikitable" style="text-align:center;"
 
 
|-
 
|-
! scope="col"|Name
+
|NXEngine <br/>[https://github.com/nxengine/nxengine-evo nxengine-evo]
! scope="col"|Version
+
|align=left|{{Icon|Windows|Linux|macOS}}
! scope="col"|[[Emulation Accuracy|Accuracy]]
+
|[http://nxengine.sourceforge.net 1.0.0.6] <br/>[https://github.com/nxengine/nxengine-evo/releases git]
! scope="col"|<abbr title="Free/Libre and Open-Source Software">FLOSS</abbr>
+
|{{✓}} ||{{✗}} ||{{✓}}
! scope="col"|Active
+
|Cave Story
! scope="col"|[[Recommended Emulators|Recommended]]
 
 
|-
 
|-
| NeoCD-Wii
+
|[http://www.alister.eu/jazz/oj/about.php OpenJazz]
| [http://dommagemais.free.fr/progs/wii/NeoGeoCD/NeoCD-Wii-0.5.zip 0.5]
+
|align=left|{{Icon|Windows|Linux|macOS|Pandora|GP32|DC}}
| Mid
+
|[https://github.com/AlisterT/openjazz/releases git]
| ?
+
|{{✗}} ||{{~}} ||{{✓}}
| {{✗}}
+
|Jazz Jackrabbit 1
| {{}}
 
|}
 
 
 
===Neo Geo===
 
{| class="wikitable" style="text-align:center;"
 
 
|-
 
|-
! scope="col"|Name
+
|R.E.L.I.V.E.
! scope="col"|Version
+
|align=left|{{Icon|Windows|Linux}}
! scope="col"|[[Emulation Accuracy|Accuracy]]
+
|[https://github.com/AliveTeam/alive_reversing git]
! scope="col"|<abbr title="Free/Libre and Open-Source Software">FLOSS</abbr>
+
|{{✗}} ||{{✓}} ||{{✓}}
! scope="col"|Active
+
|Oddworld: Abe's Oddysee, Oddworld: Abe's Exoddus
! scope="col"|[[Recommended Emulators|Recommended]]
 
 
|-
 
|-
| [http://www.wiibrew.org/wiki/GxGeo GxGeo]
+
|rawgl
| [https://code.google.com/archive/p/gxgeo/downloads r23]
+
|align=left|{{Icon|Windows|Linux|macOS}}
| Mid
+
|[https://github.com/cyxx/rawgl git]
| ?
+
|{{✗}} ||{{}} ||{{✓}}
| {{}}
+
|Another World/Out of This World
| {{✓}}
 
|}  Anything bigger than 25MBs won't load because the Wii doesn't have enough memory. Some uncompatible roms can be modified in order to work. A [https://www.elotrolado.net/wiki/Compatibilidad_GxGeo good compatibility list] is available on a Spanish website.
 
 
 
===ColecoVision===
 
{| class="wikitable" style="text-align:center;"
 
 
|-
 
|-
! scope="col"|Name
+
|REminiscence
! scope="col"|Version
+
|align=left|{{Icon|Windows|Android}}
! scope="col"|[[Emulation Accuracy|Accuracy]]
+
|[http://cyxdown.free.fr/reminiscence 0.4.9]
! scope="col"|<abbr title="Free/Libre and Open-Source Software">FLOSS</abbr>
+
|{{✓}} ||{{✓}} ||{{✓}}
! scope="col"|Active
+
|Flashback (Another World's spiritual sequel)
! scope="col"|[[Recommended Emulators|Recommended]]
 
 
|-
 
|-
| [https://wiibrew.org/wiki/WiiColEm WiiColEm]
+
|Rigel Engine
| [https://github.com/raz0red/wiicolem/releases/download/0.3/wiicolem-0_3.zip 0.3]
+
|align=left|{{Icon|Windows|Linux|macOS|LinuxARM}}
| Mid
+
|[https://github.com/lethal-guitar/RigelEngine/releases git]
| ?
+
|{{✗}} ||{{✓}} ||{{✓}}
| {{✗}}
+
|Duke Nukem II
| {{✓}}
 
|}
 
 
 
===Intellivision===
 
{| class="wikitable" style="text-align:center;"
 
 
|-
 
|-
! scope="col"|Name
+
|[https://github.com/Rubberduckycooly/Sonic-1-2-2013-Decompilation RSDK]
! scope="col"|Version
+
|align=left|{{Icon|Windows|Linux|macOS|Android|Vita|Switch}}
! scope="col"|[[Emulation Accuracy|Accuracy]]
+
|[https://github.com/Rubberduckycooly/Sonic-1-2-2013-Decompilation/releases Sonic 1 & 2] </br>[https://github.com/Rubberduckycooly/Sonic-CD-11-Decompilation/releases Sonic CD]
! scope="col"|<abbr title="Free/Libre and Open-Source Software">FLOSS</abbr>
+
|{{✗}} ||{{✓}} ||{{✓}}
! scope="col"|Active
+
|Sonic the Hedgehog 1-2, Sonic CD
! scope="col"|[[Recommended Emulators|Recommended]]
 
 
|-
 
|-
| [https://wiibrew.org/wiki/JzintvWii JzintvWii]
+
|[https://www.popot.org/get_the_games.php?game=SDLPoP SDLPoP]
| [http://www.wiibrew.org/w/images/a/a9/JzintvWii.zip 1.0.2]
+
|align=left|{{Icon|Windows|Linux|macOS}}
| Mid
+
|[https://github.com/NagyD/SDLPoP git]
| {{}}
+
|{{}} ||{{}} ||{{✓}}
| {{}}
+
|Prince of Persia (1989)
| {{✓}}
 
|}
 
 
 
===Magnavox Odyssey²/Videopac===
 
{| class="wikitable" style="text-align:center;"
 
 
|-
 
|-
! scope="col"|Name
+
|[[ Super Mario 64 Port]]
! scope="col"|Version
+
|Multi-platform
! scope="col"|[[Emulation Accuracy|Accuracy]]
+
|Depends on port
! scope="col"|<abbr title="Free/Libre and Open-Source Software">FLOSS</abbr>
+
|{{✗}} ||{{✓}} ||{{✓}}
! scope="col"|Active
+
|Super Mario 64 (N64)
! scope="col"|[[Recommended Emulators|Recommended]]
 
 
|-
 
|-
| [https://wiibrew.org/wiki/O2em O2em]
+
|[http://www.bigorno.net/xrick xrick]
| [http://www.wiibrew.org/w/images/5/5c/O2em.zip 1.0]
+
|align=left|{{Icon|Windows|Linux|GameCube|BeOS|Amiga|GP32}}
| Mid
+
|[http://www.bigorno.net/xrick/download.html #021212]
| ?
+
|{{✓}} ||{{✗}} ||{{✓}}
| {{✗}}
+
|Rick Dangerous
| {{✓}}
 
|}
 
 
 
===Atari 2600===
 
{| class="wikitable" style="text-align:center;"
 
 
|-
 
|-
! scope="col"|Name
+
!colspan="9"|Puzzle
! scope="col"|Version
 
! scope="col"|[[Emulation Accuracy|Accuracy]]
 
! scope="col"|<abbr title="Free/Libre and Open-Source Software">FLOSS</abbr>
 
! scope="col"|Active
 
! scope="col"|[[Recommended Emulators|Recommended]]
 
 
|-
 
|-
| [https://wiibrew.org/wiki/Wii2600 Wii2600]
+
|Lemmini
| [https://github.com/arocchi/wii2600 git]
+
|align=left|{{Icon|Windows|macOS}}
| Mid
+
|[https://github.com/mjfwalsh/lemmini/releases git]
| {{}}
+
|{{}} ||{{✗}} ||{{✓}}
| {{✗}}
+
|Lemmings
| {{✓}}
 
|}
 
 
 
===Atari 7800===
 
{| class="wikitable" style="text-align:center;"
 
 
|-
 
|-
! scope="col"|Name
+
!colspan="9"|Racing
! scope="col"|Version
 
! scope="col"|[[Emulation Accuracy|Accuracy]]
 
! scope="col"|<abbr title="Free/Libre and Open-Source Software">FLOSS</abbr>
 
! scope="col"|Active
 
! scope="col"|[[Recommended Emulators|Recommended]]
 
 
|-
 
|-
| [https://wiibrew.org/wiki/Wii7800 Wii7800]
+
|CannonBall
| [https://github.com/raz0red/wii7800/releases git]
+
|align=left|{{Icon|Windows|Linux|macOS|Pandora|LinuxARM}}
| Mid
+
|[https://github.com/djyt/cannonball/wiki git]
| {{✓}}
+
|{{✓}} ||{{✗}} ||{{✓}}
| {{✗}}
+
|OutRun
| {{✓}}
 
|}
 
 
 
===Vectrex===
 
{| class="wikitable" style="text-align:center;"
 
 
|-
 
|-
! scope="col"|Name
+
|NFSIISE
! scope="col"|Version
+
|align=left|{{Icon|Windows|Linux|macOS|Android}}
! scope="col"|[[Emulation Accuracy|Accuracy]]
+
|[https://github.com/zaps166/NFSIISE/releases git]
! scope="col"|<abbr title="Free/Libre and Open-Source Software">FLOSS</abbr>
+
|{{✗}} ||{{✓}} ||{{✓}}
! scope="col"|Active
+
|Need for Speed II: SE
! scope="col"|[[Recommended Emulators|Recommended]]
 
 
|-
 
|-
| [https://wiibrew.org/wiki/VectrexWii VectrexWii]
+
|OpenC1
| [https://wiibrew.org/w/images/2/2c/Vecxwii.zip 0.3]
+
|align=left|{{Icon|Windows|Linux|macOS}}
| Mid
+
|[http://1amstudios.com/projects/openc1 1.4]<br/>[https://github.com/jeff-1amstudios/OpenC1 git]
| ?
+
|{{✗}} ||{{✗}} ||{{✓}}
| {{✗}}
+
|Carmageddon
| {{✓}}
 
|}
 
 
 
==Handhelds==
 
===Game Boy/Color/Advance===
 
{| class="wikitable" style="text-align:center;"
 
 
|-
 
|-
! scope="col"|Name
+
|OpenLGR
! scope="col"|Version
+
|align=left|{{Icon|Windows|Linux|macOS}}
! scope="col"|GB/GBC
+
|[https://github.com/james-knippes/openlgr git]
! scope="col"|GBA
+
|{{✗}} ||{{✗}} ||{{✗}}
! scope="col"|[[Emulation Accuracy|Accuracy]]
+
|Lego Racers
! scope="col"|Dolphin
 
! scope="col"|Wii U
 
! scope="col"|<abbr title="Free/Libre and Open-Source Software">FLOSS</abbr>
 
! scope="col"|Active
 
! scope="col"|[[Recommended Emulators|Recommended]]
 
 
|-
 
|-
| [[mGBA]]
+
|OpenMC2
| [https://s3.amazonaws.com/mgba/mGBA-build-latest-wii.7z Nightly]
+
|align=left|{{Icon|Linux|macOS}} (via [[Wine]])
| {{}}
+
|[https://github.com/LRFLEW/OpenMC2/releases git]
| {{✓}}
+
|{{}} ||{{✓}} ||{{✓}}
| Mid
+
|Midnight Club II
| {{✓}}
 
| {{✓}}
 
| {{✓}}
 
| {{✓}}
 
| {{✓}}
 
 
|-
 
|-
| [https://www.gc-forever.com/wiki/index.php?title=Enhanced_mGBA Enhanced mGBA]
+
|[https://openswe1r.github.io OpenSWE1R]
| [https://github.com/extremscorner/emgba/releases git]
+
|align=left|{{Icon|Windows|Linux|macOS}}
| {{✓}}
+
|[https://github.com/OpenSWE1R/openswe1r git]
| {{✓}}
+
|{{}} ||{{✓}} ||{{}} <small>(WIP)</small>
| Mid
+
|Star Wars Episode 1: Racer
| {{✓}}
 
| {{✓}}
 
| {{}}
 
| {{✓}}
 
| {{✓}}
 
 
|-
 
|-
| [https://wiibrew.org/wiki/Visual_Boy_Advance_GX Visual Boy Advance GX]
+
|[https://yethiel.gitlab.io/RVDocs RVGL]
| [https://github.com/dborth/vbagx git]
+
|align=left|{{Icon|Windows|Linux|Android|LinuxARM|Pandora}}
| {{}}
+
|[https://rvgl.re-volt.io 21.0930a-1]
| {{✓}}
+
|{{}} ||{{✓}} ||{{✓}}
| Mid
+
|Re-Volt
| {{✓}}
 
| {{✓}}
 
| {{✓}}
 
| {{✓}}
 
| {{✓}}
 
 
|-
 
|-
| [https://wiibrew.org/wiki/RIN_Wii RIN Wii]
+
|REDriver2
| [http://perso.latribu.com/decker/wii/download/rin-GC-Wii-20081216-WHL.zip 2008]
+
|align=left|{{Icon|Windows|Linux}}
| {{✓}}
+
|[https://github.com/OpenDriver2/REDRIVER2 git]
| {{✗}}
+
|{{✗}} ||{{✓}} ||{{✓}}
| Mid
+
|Driver 2
| {{✓}}
 
| {{✗}}<small> (Black Screen)</small>
 
| {{✓}}
 
| {{✗}}
 
| {{✓}}
 
 
|-
 
|-
| [http://wiibrew.org/wiki/WiiMednafen WiiMednafen]
+
|[https://pyra-handheld.com/boards/threads/stunt-car-remake.79671 stuntcarremake]<ref group=N>Based on Stunt Car Racer Remake for Windows</ref>
| [https://github.com/raz0red/wii-mednafen git]
+
|align=left|{{Icon|Windows7|Linux|Pandora}}
| {{✓}}
+
|[https://repo.openpandora.org/?page=detail&app=stuntcarremake_ptitseb Build 08]
| {{✓}}
+
|{{}} ||{{✓}} ||{{✓}}
| Mid
+
|Stunt Car Racer (Amiga / AtariST)
| {{}}
 
| {{✓}}
 
| {{✓}}
 
| {{✓}}
 
| {{✓}}
 
|}
 
emGBA has around 13%-17% worse performance than regular mGBA on heavy GBA games. [https://gbatemp.net/threads/mgba-vs-emgba.578215/ (Source)]
 
 
 
===Virtual Boy===
 
{| class="wikitable" style="text-align:center;"
 
 
|-
 
|-
! scope="col"|Name
+
!colspan="9"|RPG
! scope="col"|Version
 
! scope="col"|[[Emulation Accuracy|Accuracy]]
 
! scope="col"|<abbr title="Free/Libre and Open-Source Software">FLOSS</abbr>
 
! scope="col"|Active
 
! scope="col"|[[Recommended Emulators|Recommended]]
 
 
|-
 
|-
| [http://wiibrew.org/wiki/WiiMednafen WiiMednafen]
+
|[http://arx-libertatis.org Arx Libertatis]
| [https://github.com/raz0red/wii-mednafen git]
+
|align=left|{{Icon|Windows|Linux|macOS|FreeBSD}}
| Mid
+
|[https://github.com/arx/ArxLibertatis/releases git]
| {{}}
+
|{{}} ||{{✓}} ||{{✓}}
| {{✓}}
+
|Arx Fatalis
| {{✓}}
 
|}
 
 
 
===Nintendo DS===
 
{| class="wikitable" style="text-align:center;"
 
 
|-
 
|-
! scope="col"|Name
+
|Daggerfall Unity
! scope="col"|Version
+
|align=left|{{Icon|Windows|Linux|macOS}}
! scope="col"|DSi
+
|[https://www.dfworkshop.net/projects/daggerfall-unity/live-builds Beta 0.13.2]<br/>[https://github.com/Interkarma/daggerfall-unity git]
! scope="col"|GBA
+
|{{✗}} ||{{✓}} ||{{✓}}
! scope="col"|[[Emulation Accuracy|Accuracy]]
+
|The Elder Scrolls II: Daggerfall
! scope="col"|Dolphin
 
! scope="col"|Wii U
 
! scope="col"|<abbr title="Free/Libre and Open-Source Software">FLOSS</abbr>
 
! scope="col"|Active
 
! scope="col"|[[Recommended Emulators|Recommended]]
 
 
|-
 
|-
| [http://wiibrew.org/wiki/DeSmuME_Wii DeSmuME Wii]
+
|DevilutionX
| [https://code.google.com/p/desmumewii/downloads/list r253]
+
|align=left|{{Icon|Windows|Linux|macOS|FreeBSD|Haiku|Switch}}
| {{✗}}
+
|[https://github.com/diasurgical/devilutionX/releases git]
| {{✗}}
+
|{{✗}} ||{{✓}} ||{{✓}}
| Mid
+
|Diablo
| {{✗}}<small> (Very Slow/Low Compatibility)</small>
 
| {{✗}}<small> (Very Slow/Low Compatibility)</small>
 
| {{✓}}
 
| {{✗}}
 
| {{✓}}
 
|}
 
 
 
===Neo Geo Pocket===
 
{| class="wikitable" style="text-align:center;"
 
 
|-
 
|-
! scope="col"|Name
+
|OpenGothic
! scope="col"|Version
+
|align=left|{{Icon|Windows|Linux}}
! scope="col"|[[Emulation Accuracy|Accuracy]]
+
|[https://github.com/Try/OpenGothic git]
! scope="col"|<abbr title="Free/Libre and Open-Source Software">FLOSS</abbr>
+
|{{✗}} ||{{✓}} ||{{✓}}
! scope="col"|Active
+
|Gothic II
! scope="col"|[[Recommended Emulators|Recommended]]
 
 
|-
 
|-
| [http://wiibrew.org/wiki/WiiMednafen WiiMednafen]
+
|[https://makipl.github.io/OpenVIII-monogame OpenVIII]
| [https://github.com/raz0red/wii-mednafen git]
+
|align=left|{{Icon|Windows|Linux}} <!-- planned: {{Icon|Android|iOS}} -->
| Mid
+
|[https://github.com/MaKiPL/OpenVIII git]
| {{}}
+
|{{}} ||{{✓}} ||{{}}
| {{✓}}
+
|Final Fantasy VIII
| {{✓}}
 
|}
 
 
 
===WonderSwan===
 
{| class="wikitable" style="text-align:center;"
 
 
|-
 
|-
! scope="col"|Name
+
|[https://opendiablo2.com OpenDiablo2]
! scope="col"|Version
+
|align=left|{{Icon|Windows|Linux}}
! scope="col"|[[Emulation Accuracy|Accuracy]]
+
|[https://github.com/OpenDiablo2/OpenDiablo2 git]
! scope="col"|<abbr title="Free/Libre and Open-Source Software">FLOSS</abbr>
+
|{{✗}} ||{{✓}} ||{{✗}}
! scope="col"|Active
+
|Diablo II
! scope="col"|[[Recommended Emulators|Recommended]]
 
 
|-
 
|-
| [http://wiibrew.org/wiki/WiiMednafen WiiMednafen]
+
|[https://openmw.org OpenMW]
| [https://github.com/raz0red/wii-mednafen git]
+
|align=left|{{Icon|Windows|Linux|macOS}}
| Mid
+
|[https://openmw.org/downloads 0.47.0]
| {{}}
+
|{{}} ||{{✓}} ||{{✓}}
| {{✓}}
+
|The Elder Scrolls III: Morrowind
| {{✓}}
 
|}
 
 
 
===Atari Lynx===
 
{| class="wikitable" style="text-align:center;"
 
 
|-
 
|-
! scope="col"|Name
+
|OpenTESArena
! scope="col"|Version
+
|align=left|{{Icon|Windows|Linux|macOS}}
! scope="col"|[[Emulation Accuracy|Accuracy]]
+
|[https://github.com/afritz1/OpenTESArena/releases git]
! scope="col"|Dolphin
+
|{{✗}} ||{{✓}} ||{{✗}} <small>(WIP)</small>
! scope="col"|Wii U
+
|The Elder Scrolls I: Arena
! scope="col"|<abbr title="Free/Libre and Open-Source Software">FLOSS</abbr>
 
! scope="col"|Active
 
! scope="col"|[[Recommended Emulators|Recommended]]
 
 
|-
 
|-
| [http://wiibrew.org/wiki/WiiMednafen WiiMednafen]
+
|REGoth
| [https://github.com/raz0red/wii-mednafen git]
+
|align=left|{{Icon|Windows|Linux}}
| Mid
+
|[https://github.com/REGoth-project/REGoth-bs git]
| {{}}
+
|{{}} ||{{✓}} ||{{✓}}
| {{✓}}
+
|Gothic, Gothic II
| {{✓}}
 
| {{✓}}
 
| {{✓}}
 
 
|-
 
|-
| [https://wiibrew.org/wiki/WiiHandy WiiHandy]
+
|reone
| [https://github.com/raz0red/wiihandy/releases 0.4]
+
|align=left|{{Icon|Windows|Linux}}
| Mid
+
|[https://github.com/seedhartha/reone/ git]
| {{}}
+
|{{}} ||{{✓}} ||{{✗}} <small>(WIP)</small>
| {{✓}}
+
|Star Wars: Knights of the Old Republic 1-2
| {{✓}}
 
| {{✗}}
 
| {{✓}}
 
|}
 
 
 
===Trojan LCD Game===
 
{| class="wikitable" style="text-align:center;"
 
 
|-
 
|-
! scope="col"|Name
+
!colspan="9"|RTS
! scope="col"|Version
 
! scope="col"|[[Emulation Accuracy|Accuracy]]
 
! scope="col"|<abbr title="Free/Libre and Open-Source Software">FLOSS</abbr>
 
! scope="col"|Active
 
! scope="col"|[[Recommended Emulators|Recommended]]
 
 
|-
 
|-
| TrojanWii
+
|OpenDUNE
| [https://web.archive.org/web/20090105161546/http://theconradbros.com/wp-content/uploads/2008/09/trojanwii-copy-the-contents-of-this-folder-at-the-root-of-the-sd.rar 2008] <small>(Archived, Auto-Downloads)</small>
+
|align=left|{{Icon|Windows|Linux|macOS|FreeBSD}}
| Mid
+
|[https://github.com/OpenDUNE/OpenDUNE/releases git]
| ?
+
|{{✗}} ||{{✓}} ||{{✓}}
| {{✗}}
+
|Dune II: The Building of a Dynasty
| {{✓}}
 
|}
 
 
 
==Computers==
 
===[[DOSBox]]===
 
{| class="wikitable" style="text-align:center;"
 
 
|-
 
|-
! scope="col"|Name
+
|[http://www.ta3d.org/home-en.php TA3D]
! scope="col"|Version
+
|align=left|{{Icon|Windows|Linux|macOS}}
! scope="col"|[[Emulation Accuracy|Accuracy]]
+
|[https://github.com/zuzuf/TA3D git]
! scope="col"|<abbr title="Free/Libre and Open-Source Software">FLOSS</abbr>
+
|{{✗}} ||{{✗}} ||{{~}}
! scope="col"|Active
+
|Total Annihilation
! scope="col"|[[Recommended Emulators|Recommended]]
 
 
|-
 
|-
| [http://wiibrew.org/wiki/DOSBox_Wii DOSBox Wii]
+
!colspan="9"|RTT
| [https://github.com/dborth/dosbox-wii/releases git]
 
| Mid
 
| {{✓}}
 
| {{✗}}
 
| {{✓}}
 
|}
 
 
 
===Sinclair ZX Spectrum===
 
{| class="wikitable" style="text-align:center;"
 
 
|-
 
|-
! scope="col"|Name
+
|[http://freesynd.sourceforge.net FreeSynd]
! scope="col"|Version
+
|align=left|{{Icon|Windows|Linux|macOS}}
! scope="col"|[[Emulation Accuracy|Accuracy]]
+
|[https://sourceforge.net/projects/freesynd 0.7.5]
! scope="col"|<abbr title="Free/Libre and Open-Source Software">FLOSS</abbr>
+
|{{✗}} ||{{✗}} ||{{✗}}
! scope="col"|Active
+
|Syndicate (1993)
! scope="col"|[[Recommended Emulators|Recommended]]
 
 
|-
 
|-
| FBZX Wii
+
|[http://swars.vexillium.org Syndicate Wars Port]
| [http://fbzx-wii.googlecode.com/files/fbzx-wii-v10-bin.tar.gz v10]
+
|align=left|{{Icon|Windows|Linux|macOS}}
| Mid
+
|[http://swars.vexillium.org/#download 0.3]
| ?
+
|{{✗}} ||{{✗}} ||{{✓}}
| {{✗}}
+
|Syndicate Wars
| {{✓}}
 
|}
 
 
 
===Commodore 64===
 
{| class="wikitable" style="text-align:center;"
 
 
|-
 
|-
! scope="col"|Name
+
!colspan="9"|TBS
! scope="col"|Version
 
! scope="col"|[[Emulation Accuracy|Accuracy]]
 
! scope="col"|<abbr title="Free/Libre and Open-Source Software">FLOSS</abbr>
 
! scope="col"|Active
 
! scope="col"|[[Recommended Emulators|Recommended]]
 
 
|-
 
|-
| [http://wiibrew.org/wiki/C64-network.org Frodo]
+
|[https://ctp2.darkdust.net civctp2]
| [https://github.com/Oibaf66/frodo-wii/releases 2.4.1]
+
|align=left|{{Icon|Windows|Linux|Pandora}} Pyra
| Mid
+
|[https://github.com/civctp2/civctp2/releases git] <br/>([https://github.com/ptitSeb/ctp2 ctp2] for Linux/Pandora/Pyra])
| {{}}
+
|{{}} ||{{~}} ||{{✓}}
| {{}}
+
|Call to Power II
| {{✓}}
 
|}
 
 
 
===Commodore 65===
 
{{no known emulators}}
 
 
 
===MSX===
 
{| class="wikitable" style="text-align:center;"
 
 
|-
 
|-
! scope="col"|Name
+
|[http://www.civone.org CivOne]
! scope="col"|Version
+
|align=left|{{Icon|Windows|Linux|macOS}}
! scope="col"|[[Emulation Accuracy|Accuracy]]
+
|[https://github.com/SWY1985/CivOne git]
! scope="col"|<abbr title="Free/Libre and Open-Source Software">FLOSS</abbr>
+
|{{✗}} ||{{✓}} ||{{✗}} <small>(WIP)</small>
! scope="col"|Active
+
|Sid Meier's Civilization
! scope="col"|[[Recommended Emulators|Recommended]]
 
 
|-
 
|-
| [http://wiibrew.org/wiki/BlueMSX-wii blueMSX-Wii]
+
|fheroes2
| [https://code.google.com/archive/p/bluemsx-wii/downloads 1.0.3]
+
|align=left|{{Icon|Windows|Linux|macOS|Switch|PSVita}}
| Mid
+
|[https://github.com/ihhub/fheroes2 git]
| {{}}
+
|{{}} ||{{}} ||{{✓}}
| {{}}
+
|Heroes of Might and Magic II
| {{✓}}
 
|}
 
 
 
===Apple IIe===
 
{| class="wikitable" style="text-align:center;"
 
 
|-
 
|-
! scope="col"|Name
+
|[https://openxcom.org OpenXcom]
! scope="col"|Version
+
|align=left|{{Icon|Windows|Linux|macOS}}
! scope="col"|[[Emulation Accuracy|Accuracy]]
+
|[https://openxcom.org/git-builds git]
! scope="col"|<abbr title="Free/Libre and Open-Source Software">FLOSS</abbr>
+
|{{✗}} ||{{✓}} ||{{✓}}
! scope="col"|Active
+
|UFO: Enemy Unknown (X-Com: UFO Defense), X-COM: Terror From the Deep
! scope="col"|[[Recommended Emulators|Recommended]]
 
 
|-
 
|-
| [http://wiibrew.org/wiki/WiiApple WiiApple]
+
|[https://vcmi.eu VCMI]
| [https://code.google.com/archive/p/wiiapple/downloads 0.0.7]
+
|align=left|{{Icon|Windows|Linux|macOS|Android}}
| Mid
+
|[https://github.com/vcmi/vcmi git]
| {{}}
+
|{{}} ||{{}} ||{{✓}}
| {{}}
+
|Heroes of Might and Magic III
| {{✓}}
 
|}
 
 
 
===Commodore Amiga===
 
{| class="wikitable" style="text-align:center;"
 
 
|-
 
|-
! scope="col"|Name
+
!colspan="9"|Sandbox
! scope="col"|Version
 
! scope="col"|[[Emulation Accuracy|Accuracy]]
 
! scope="col"|<abbr title="Free/Libre and Open-Source Software">FLOSS</abbr>
 
! scope="col"|Active
 
! scope="col"|[[Recommended Emulators|Recommended]]
 
 
|-
 
|-
| [https://wiibrew.org/wiki/UAE_Wii UAE Wii]
+
|[https://openrw.org OpenRW]
| [https://github.com/Oibaf66/uae-wii/releases git]
+
|align=left|{{Icon|Windows|Linux|macOS|FreeBSD}}
| Mid
+
|[https://github.com/rwengine/openrw git]
| {{}}
+
|{{}} ||{{}} ||{{~}}
| {{}}
+
|Grand Theft Auto III
| {{}}
 
|}
 
 
 
===Atari 800/XL/XE/XEGS/5200===
 
{| class="wikitable" style="text-align:center;"
 
 
|-
 
|-
! scope="col"|Name
+
|re3<ref group=N>re3 and reVC have been taken down by Take-Two again.</ref> <br/>reVC
! scope="col"|Version
+
|align=left|{{Icon|Windows|Linux|macOS}}
! scope="col"|[[Emulation Accuracy|Accuracy]]
+
|[https://web.archive.org/web/20210923101046/https://github.com/GTAmodding/re3] <br/>[https://web.archive.org/web/20210906122256/https://github.com/GTAmodding/re3/tree/miami/ reVC]
! scope="col"|<abbr title="Free/Libre and Open-Source Software">FLOSS</abbr>
+
|{{✗}} ||{{✓}} ||{{✓}}
! scope="col"|Active
+
|Grand Theft Auto III, Grand Theft Auto: Vice City
! scope="col"|[[Recommended Emulators|Recommended]]
 
 
|-
 
|-
| [https://wiibrew.org/wiki/WiiXL WiiXL]
+
|San Andreas Unity
| [https://github.com/raz0red/wiixl/releases git]
+
|align=left|{{Icon|Windows|Linux|macOS|Android}}
| Mid
+
|[https://github.com/GTA-ASM/SanAndreasUnity/releases git]
| ?
+
|{{✗}} ||{{✓}} ||{{~}}
| {{✗}}
+
|Grand Theft Auto: San Andreas
| {{✓}}
 
|}
 
 
 
===CHIP-8===
 
{| class="wikitable" style="text-align:center;"
 
 
|-
 
|-
! scope="col"|Name
+
!colspan="9"|Shoot 'em up
! scope="col"|Version
 
! scope="col"|[[Emulation Accuracy|Accuracy]]
 
! scope="col"|<abbr title="Free/Libre and Open-Source Software">FLOSS</abbr>
 
! scope="col"|Active
 
! scope="col"|[[Recommended Emulators|Recommended]]
 
 
|-
 
|-
| Chippy
+
|OpenTyrian
| [https://www.zophar.net/consoles/wii/chip8/chippy.html pre-v2]
+
|align=left|{{Icon|Windows|Linux|Android}}
| Mid
+
|[https://github.com/opentyrian/opentyrian/releases git]
| ?
+
|{{✗}} ||{{✓}} ||{{✓}}
| {{✗}}
+
|Tyrian
| {{✓}}
 
|}
 
 
 
===Atari ST===
 
{| class="wikitable" style="text-align:center;"
 
 
|-
 
|-
! scope="col"|Name
+
!colspan="9"|Sim - City-building
! scope="col"|Version
 
! scope="col"|[[Emulation Accuracy|Accuracy]]
 
! scope="col"|<abbr title="Free/Libre and Open-Source Software">FLOSS</abbr>
 
! scope="col"|Active
 
! scope="col"|[[Recommended Emulators|Recommended]]
 
 
|-
 
|-
| Hatari Wii
+
|[https://bitbucket.org/dalerank/caesaria/wiki/Home CaesarIA]
| [https://github.com/Wiimpathy/HatariWii git]
+
|align=left|{{Icon|Windows|Linux|macOS|Android|Haiku}}
| Mid
+
|[https://sourceforge.net/projects/opencaesar3/files 0.5] (2016)
| ?
+
|{{✗}} ||{{}} ||{{✗}}
| {{✗}}
+
|Caesar III
| {{}}
 
|}
 
 
 
===NEC-PC 98 series===
 
{| class="wikitable" style="text-align:center;"
 
 
|-
 
|-
! scope="col"|Name
+
|[https://github.com/bvschaik/julius Julius]<br />[https://github.com/Keriew/augustus Augustus] <small>(Gameplay changes)</small>
! scope="col"|Version
+
|align=left|{{Icon|Windows|Linux|macOS|Vita|Switch}}
! scope="col"|[[Emulation Accuracy|Accuracy]]
+
|[https://github.com/bvschaik/julius/releases 1.7]<br />[https://github.com/Keriew/augustus/releases 3.0.1]
! scope="col"|<abbr title="Free/Libre and Open-Source Software">FLOSS</abbr>
+
|{{✗}} ||{{✓}} ||{{✓}}
! scope="col"|Active
+
|Caesar III
! scope="col"|[[Recommended Emulators|Recommended]]
 
 
|-
 
|-
| [https://wiibrew.org/wiki/Neko_Project_II Neko Project II]
+
!colspan="9"|Sim - Construction/Management
| [https://emulationrealm.net/downloads/file/2003-neko-project-ii-wii-port 0.83 beta 6]
 
| Mid
 
| ?
 
| {{✗}}
 
| {{✓}}
 
|}
 
 
 
===NEC-PC 88 series===
 
{| class="wikitable" style="text-align:center;"
 
 
|-
 
|-
! scope="col"|Name
+
|[http://corsixth.com CorsixTH]
! scope="col"|Version
+
|align=left|{{Icon|Windows|Linux|macOS|BSD}}
! scope="col"|[[Emulation Accuracy|Accuracy]]
+
|[https://github.com/CorsixTH/CorsixTH/releases git]
! scope="col"|<abbr title="Free/Libre and Open-Source Software">FLOSS</abbr>
+
|{{✗}} ||{{✓}} ||{{✓}}
! scope="col"|Active
+
|Theme Hospital
! scope="col"|[[Recommended Emulators|Recommended]]
 
 
|-
 
|-
| wii88
+
|[https://www.reddit.com/r/locomotion OpenLoco]
| [https://github.com/jpzm/wii88 git]
+
|align=left|{{Icon|Windows|Linux|macOS}}
| Mid
+
|[https://github.com/OpenRCT2/OpenLoco/releases git]
| ?
+
|{{✗}} ||{{✓}} ||{{✓}}
| {{✗}}
+
|Chris Sawyer's Locomotion
| {{✓}}
 
|}
 
 
 
===Amstrad CPC===
 
{| class="wikitable" style="text-align:center;"
 
 
|-
 
|-
! scope="col"|Name
+
|[https://openrct2.org OpenRCT2]
! scope="col"|Version
+
|align=left|{{Icon|Windows|Linux|macOS}}
! scope="col"|[[Emulation Accuracy|Accuracy]]
+
|[https://github.com/OpenRCT2/OpenRCT2/releases git]
! scope="col"|<abbr title="Free/Libre and Open-Source Software">FLOSS</abbr>
+
|{{✗}} ||{{✓}} ||{{✓}}
! scope="col"|Active
+
|RollerCoaster Tycoon 2
! scope="col"|[[Recommended Emulators|Recommended]]
 
 
|-
 
|-
| [https://wiibrew.org/wiki/Wiituka Wiikuta]
+
|[https://www.openttd.org/en OpenTTD]
| [http://david.dantoine.org/descargas/25 0.98.8]
+
|align=left|{{Icon|Windows|Linux|macOS}}
| Mid
+
|[https://github.com/OpenTTD/OpenTTD/releases git]
| ?
+
|{{✗}} ||{{✓}} ||{{✓}}
| {{✗}}
+
|Transport Tycoon Deluxe
| {{✓}}
 
|}
 
 
 
===VG 5000===
 
{| class="wikitable" style="text-align:center;"
 
 
|-
 
|-
! scope="col"|Name
+
!colspan="9"|Sim - Flight Combat
! scope="col"|Version
 
! scope="col"|[[Emulation Accuracy|Accuracy]]
 
! scope="col"|<abbr title="Free/Libre and Open-Source Software">FLOSS</abbr>
 
! scope="col"|Active
 
! scope="col"|[[Recommended Emulators|Recommended]]
 
 
|-
 
|-
| [https://www.emutopia.com/index.php/emulators/item/354-philips-vg-5000/1090-dcvg5k-wii Dcvg5k]
+
|terminal-recall
| [http://dcvg5k.free.fr/download/dcvg5k_wii_binaire.zip 1.0]
+
|align=left|{{Icon|Windows|Linux|macOS}}
| Mid
+
|[https://github.com/jtrfp/terminal-recall git] <br/>[https://sourceforge.net/projects/terminal-recall/files/nightly-builds/ Nightly Builds]
| ?
+
|{{✗}} ||{{✓}} ||{{✓}}
| {{✗}}
+
|Terminal Volocity, Fury3
| {{✓}}
 
|}
 
 
 
==Miscellaneous==
 
===[[ScummVM]]===
 
{| class="wikitable" style="text-align:center;"
 
! scope="col"|Name
 
! scope="col"|Version
 
! scope="col"|<abbr title="Free/Libre and Open-Source Software">FLOSS</abbr>
 
! scope="col"|Active
 
! scope="col"|[[Recommended Emulators|Recommended]]
 
 
|-
 
|-
| [[ScummVM]]
+
!colspan="9"|TPS
| [https://www.scummvm.org/en/downloads/ {{ScummVMVer}}]
 
| {{✓}}
 
| {{✓}}
 
| {{✓}}
 
|}
 
 
 
===KOF Flames Of Courage===
 
{| class="wikitable" style="text-align:center;"
 
! scope="col"|Name
 
! scope="col"|Version
 
! scope="col"|<abbr title="Free/Libre and Open-Source Software">FLOSS</abbr>
 
! scope="col"|Active
 
! scope="col"|[[Recommended Emulators|Recommended]]
 
 
|-
 
|-
| [https://sites.google.com/site/egstudiogamesen/kof-flames-of-courage-v5 KOF Flames Of Courage V5]
+
|max_vita
| [https://mega.nz/#!yWoTkIKZ!J2zECIsdP9s-DTS9nPW8_S2yYmso8Xf3QpA4fLWGCMw v5f]
+
|align=left|{{Icon|Vita}}
| ?
+
|[https://github.com/fgsfdsfgs/max_vita/releases git]
| {{✗}}
+
|{{✗}} ||{{✓}} ||{{✓}}
| {{✓}}
+
|Max Payne
|}
 
 
 
===Super Mario War===
 
{| class="wikitable" style="text-align:center;"
 
! scope="col"|Name
 
! scope="col"|Version
 
! scope="col"|<abbr title="Free/Libre and Open-Source Software">FLOSS</abbr>
 
! scope="col"|Active
 
! scope="col"|[[Recommended Emulators|Recommended]]
 
 
|-
 
|-
| Super Mario War
+
!colspan="9"|Visual novel
| [https://github.com/jpzm/smwwii git]
 
| ?
 
| {{✗}}
 
| {{✓}}
 
|}
 
 
 
===Grim Fandango===
 
{| class="wikitable" style="text-align:center;"
 
! scope="col"|Name
 
! scope="col"|Version
 
! scope="col"|<abbr title="Free/Libre and Open-Source Software">FLOSS</abbr>
 
! scope="col"|Active
 
! scope="col"|[[Recommended Emulators|Recommended]]
 
 
|-
 
|-
| Grim Fandango interpreter
+
|NitroSharp
| [https://gbatemp.net/threads/residualvm-wii-grim-fandango-interpreter.342214/ 0.2]
+
|align=left|{{Icon|Windows|Linux}}
| ?
+
|[https://github.com/CommitteeOfZero/nitrosharp/releases git]
| {{✗}}
+
|{{✗}} ||{{✓}} ||{{~}} <small>(WIP)</small>
| {{✓}}
+
|ChäoS;HEAd NoAH
 
|}
 
|}
  
===Road Fighter Remake===
+
==Notes==
{| class="wikitable" style="text-align:center;"
+
<references group=N />
! scope="col"|Name
 
! scope="col"|Version
 
! scope="col"|<abbr title="Free/Libre and Open-Source Software">FLOSS</abbr>
 
! scope="col"|Active
 
! scope="col"|[[Recommended Emulators|Recommended]]
 
|-
 
| [http://wiibrew.org/wiki/RoadFighterWii Road Fighter Remake]
 
| [https://code.google.com/archive/p/roadfighter-wii/downloads 1.0]
 
| ?
 
| {{✗}}
 
| {{✓}}
 
|}
 
  
===Wolfenstein 3D===
+
==External links==
{| class="wikitable" style="text-align:center;"
+
* [https://osgameclones.com/ Open Source Game Clones] (Likely the best and most complete list.)
! scope="col"|Name
+
* [https://github.com/leereilly/games Games on GitHub] by Lee Reilly ([https://github.com/leereilly/games/blob/master/README.md Master list] in wider view. This list from leereilly contains Table of Contents and categories with highlighted links to Git repos.)
! scope="col"|Version
+
* [https://trilarion.github.io/opensourcegames/ Open Source Games on GitHub] by Trilarion ([https://github.com/Trilarion/opensourcegames/blob/master/entries/tocs/_games.md#Games Master list]. As good as OSGC site above & frighteningly far larger list than leereilly's Git list. Over [https://github.com/Trilarion/opensourcegames/blob/master/README.md 1200 game entries]!)
! scope="col"|<abbr title="Free/Libre and Open-Source Software">FLOSS</abbr>
+
* [https://en.wikipedia.org/wiki/Game_engine_recreation#Methods Game engine recreation] on Wikipedia (Has links to lists of: 1) commercial video games with source code; 2) source ports; and 3) game engine recreations.)
! scope="col"|Active
+
* [https://en.wikipedia.org/wiki/List_of_commercial_video_games_with_available_source_code#Games_with_reconstructed_source_code List of games with reconstructed source code] on Wikipedia
! scope="col"|[[Recommended Emulators|Recommended]]
+
* [https://en.wikipedia.org/wiki/List_of_open-source_video_games List of open-source video games] on Wikipedia (Not very complete, and the different categories are somewhat confusing.)
|-
+
* [https://libregamewiki.org/Main_Page LibreGameWiki] (Small learning curve applies for navigating around the wiki. Tends to focus more on indigenous open-source engines.)
| [http://wiibrew.org/wiki/Wolfenstein_3D_Wii Wolfenstein_3D_Wii]
+
* [https://directory.fsf.org/wiki/Category/Game Game category of the Free software directory] (Wiki with fairly basic content. Tends to focus more on indigenous open-source engines.)
| [https://sourceforge.net/projects/wolfenstein3dwi/files/wolfenstein3dwi/ 1.3]
 
| {{✓}}
 
| {{✗}}
 
| {{✓}}
 
|}
 
  
===Doom===
+
:<u>Curated Lists:</u>
{| class="wikitable" style="text-align:center;"
+
:* [https://thingsiplay.game.blog/2020/03/13/open-source-drm-free-games/ Tuncay  D.'s recommendations for OS, DRM-free games] (thingsiplay.game.blog. Mar 13, 2020. Not for game recreations. Some selections have similarities to old commercial games.)
! scope="col"|Name
+
:* [https://thingsiplay.game.blog/2020/05/19/open-source-and-alike-games/ Tuncay  D.'s recommendations for OS & alike games] (thingsiplay.game.blog. May 19, 2020. Focused on game recreations and engines similar to other games.)
! scope="col"|Version
 
! scope="col"|<abbr title="Free/Libre and Open-Source Software">FLOSS</abbr>
 
! scope="col"|Active
 
! scope="col"|[[Recommended Emulators|Recommended]]
 
|-
 
| [https://gbatemp.net/threads/release-wii-doom-wii-heretic-wii-hexen-wii-strife-all-in-one-proper.374400/ Wii-DOOM]
 
| r33
 
| {{✓}}
 
| {{✗}}
 
| {{✓}}
 
|}
 
  
Includes Wii-HERETIC, Wii-HEXEN, Wii-STRIFE
+
'''News:'''
 +
* [https://www.gamingonlinux.com/articles/category/Game_Engine GamingOnLinux.com] (For the latest news on releases and updates of game recreations and source ports that work on Linux)
 +
* [https://www.reddit.com/r/opensourcegames/ Reddit feed] (Aggregation quality is a little bit spotty. You have to wade through the news posts a bit for the relevant software.)
 +
* [https://www.reddit.com/r/pcgaming/comments/hiuizr/list_of_open_source_games_list_of_open_source/ List of Open Source Games on Reddit] (Thread by u/AMD_CEO. Wed Jul 1, 2020. Had added recommendations to links also seen above.)
  
==See also==
 
* [[Wii emulators]]
 
  
[[Category:Emulators on consoles]]
+
[[Category:Game engine recreations]]
[[Category:Emulators on home consoles]]
+
[[Category:Not really emulators]]
[[Category:Emulators on seventh-generation consoles]]
 

Revision as of 10:50, 14 December 2021

Sometimes a full system emulator is overkill. This is especially true when a developer only wants to get one game (or a number of games that use the same engine) working. In that case, reimplementing that game alone would save more time than implementing the platform it runs on. These kinds of projects are common when abandonware has large communities; when the original developer has disbanded and can no longer support or update it, an effort is then made to get it running natively on newer versions of-- and/or entirely different-- operating systems and platforms.

  • When the developer only has a binary to work with (and not the source code), they recreate the engine rather than port it, hence the term game engine recreations (or alternatively game engine re-implementations). How the developers go about this process depends on their philosophy; they may opt to decompile the original executable and have their own program rely on the original until all of its functions have been remade, at which point the original binary is no longer needed. Alternatively, they can be remade based on a clean room design, in which the project implements the abstract features without having to disassemble the original, going by how components are expected to be used rather than how the game uses them. Some engines come about simply because they were inspired by the original game, and the programmer felt confident enough that no reverse engineering was necessary to make an engine that does the same thing.
  • In rare cases, games are released as open-source by the publishers themselves, allowing developers to perform a source port of the code. This skips the step of figuring out how the game works. The most common example that's often used is id Software's release of Doom in 1997. It led to so many ports being released that the community began to joke about what devices haven't gotten it running yet.

Some projects are implemented in ways that the original developer did not intend; for example, for a platform other than which publishers marketed it for. And they're not just limited to game engines either; Webamp is a JavaScript application that reimplements Winamp in the web browser. These projects are almost always open-source which also allows new programmers to fix bugs that could have been difficult to track down during development (alternatively, the bugs may be emulated to allow old mods to continue to safely exploit them). When most of the effort is on programming, the project will usually require the original game's assets (such as files in the installation directory or ROMs) until those ever get remade. This lets the developers claim they aren't infringing the game's copyrights since the player must obtain the original to use it; if the game is still being sold, this could allow the publisher to even earn revenue from the project.

For the sake of brevity, most of these projects often refer to themselves under some variety of fan remakes. The External links section has lists for a number of known and available projects.

On Linux downloading and using game engines is easy with Luxtorpeda - a Steam Play compatibility tool (like Proton) that allows you to run games from Steam using various different game engines and reimplementations.

Multi game engine

Name Operating System(s) Latest Version Libretro Core Active Recommended Supported game(s)
Action-adventure (3rd-person)
OpenTomb Windows Linux macOS git Tomb Raider 1–5
OpenLara[N 1] Windows Linux macOS Android Linux ARM Nintendo 3DS git ~ Tomb Raider 1–4
Adventure
ScummVM Multi-platform 2.8.1 Adventure games and RPGs (LucasArts, Sierra, Activision, Humongous & more. Over 250 games.)
FPS
BuildGDX Windows Linux macOS Website Blood, Duke Nukem 3D, Shadow Warrior, Powerslave/Exhumed, Redneck Rampage, Redneck Rampage Rides Again, Witchaven, Witchaven II, TekWar, Legend of the Seven Paladins
Raze Windows Linux macOS git Duke Nukem 3D, Blood, Redneck Rampage, Shadow Warrior and Exhumed/Powerslave, Nam, WW2 GI
EDuke32
VoidSW [N 2]
Windows Linux macOS FreeBSD Website EDuke32: Duke Nukem 3D, Ion Fury, NAM, World War II GI
VoidSW: Shadow Warrior
RedNukem Windows Linux git Duke Nukem 3D, Duke Nukem 64, Redneck Rampage, Redneck Rampage Rides Again, NAM, World War II GI
Metaforce Windows Linux macOS Dev builds
git
(WIP) Metroid Prime 1–3
XLEngine Windows Linux git Star Wars: Dark Forces, Daggerfall
Later: Outlaws, Blood, Shadow Warrior
ZDoom Windows Linux macOS 2.81 [N 3] Doom I–II, Final Doom, Heretic, Hexen: Beyond Heretic, Chex Quest I–III, Strife: Quest for the Sigil, Hacx: Twitch 'n Kill
Platform
Commander Genius Windows Linux macOS Switch 3.0.0 Commander Keen in Invasion of the Vorticons, Commander Keen in Keen Dreams, Commander Keen in Goodbye Galaxy, Commander Keen in Aliens Ate My Babysitter
Racing
OpenNFS Windows Linux macOS git ~ Need for Speed I–III, Need for Speed: High Stakes, Need for Speed: Porsche Unleashed, Need for Speed: Hot Pursuit 2
RPG
EasyRPG Multi-platform 0.8 RPG Maker 2000/2003 games
GemRB Windows Linux macOS FreeBSD Android git Infinity Engine
(Baldur's Gate series (1998–2001), Planescape: Torment, Icewind Dale series (2000–2002))
Neko RPGXP Player Android 2.01 ~ RPG Maker XP/VX/VA/MV games
xoreos Windows Linux macOS 0.0.6 (WIP) BioWare's Aurora engine & derivatives
(BioWare's 7 PC/console RPGs, Sonic Chronicles: The Dark Brotherhood, The Witcher)
RTS
openage Windows Linux macOS FreeBSD git ~ Age of Empires, AoE II (HD), Star Wars: Galactic Battlegrounds
OpenRA Windows Linux macOS FreeBSD Vita git Early Westwood games (Command & Conquer, C&C: Red Alert).
Soon: 2nd-gen C&C (C&C: Tiberian Sun).
Vanilla Conquer Windows Linux macOS FreeBSD git Early Westwood games (Command & Conquer, C&C: Red Alert, Dune 2000).
Based on the official source code release by EA, with the goal of serving as a portable drop-in replacement for the original executables as well as a platform for mod developers.
OpenSAGE Windows Linux macOS git (WIP) EA's Command & Conquer games
(C&C: Generals, C&C: Generals - Zero Hour)
Soon: The Battle for Middle-earth series (2004–2006), C&C 3 & expansion.
Stratagus Windows Linux macOS Android 3.1.2 [N 4] [N 5] Wargus: Warcraft II: Tides of Darkness + Beyond the Dark Portal, Aleona's Tale
War1gus: Warcraft: Orcs & Humans
Stargus: StarCraft (partially playable)
Stratagus: Wyrmsun
Shoot 'em up
ReC98 Multi-platform git (WIP) Touhou 1–5 (PC-98)

Single game engine

Name Platform(s) Latest Version Libretro Core Active Recommended Supported game(s)
Action-adventure
OpenJK Windows Linux macOS Build
git
~ Star Wars Jedi Knight II: Jedi Outcast, Star Wars Jedi Knight: Jedi Academy
Adventure
The Ur-Quan Masters Windows Linux macOS FreeBSD 0.8.0 Star Control II
FPS
Aleph One Windows Linux macOS 1.4 Marathon 1-2, Marathon Infinity
BStone Windows Linux macOS git Blake Stone: Aliens of Gold, Blake Stone: Planet Strike
Crispy Doom
Crispy Heretic
Windows Linux git Crispy Doom: Doom 1-2, Final Doom
Crispy Heretic: Heretic
dhewm3 Windows Linux macOS FreeBSD git Doom 3 (Original)
Doom64 EX Windows Linux macOS 2.5 Doom 64 (Original)
D2X-XL
DXX-Rebirth
Windows Linux macOS 1.18.76
git
Descent, Descent II
ECWolf Windows Linux macOS Android 1.3.3 Wolfenstein 3D, Spear of Destiny, Super 3D Noah’s Ark
Hammer of Thyrion Windows Linux macOS 1.5.9 Hexen II
ioquake3 Windows Linux macOS 1.36 Quake III: Arena
iortcw Windows Linux macOS git ~ Return to Castle Wolfenstein
NBlood Windows Linux git Blood
OpenMoHAA Windows Linux [1] Medal of Honour: Allied Assault
OpenXRay Windows Linux git S.T.A.L.K.E.R.: Clear Sky, S.T.A.L.K.E.R.: Call of Pripyat
PCExhumed Windows Linux [2] Powerslave (PC)
Powerslave EX Windows Linux macOS git Powerslave (Console)
PrBoom Windows Linux macOS FreeBSD git ~[N 6] Doom 1-2, Final Doom
Quakespasm
vkQuake[N 7]
Windows Linux macOS 0.94.2
git
Quake 1
RBDOOM-3-BFG Windows Linux git Doom 3 (BFG Edition)
Rise of the Triad for Linux Windows 7 Linux Dreamcast git Rise of the Triad: Dark War
rottexpr Windows Linux git Rise of the Triad: Dark War
Shockolate Windows Linux macOS FreeBSD git System Shock 1
The Force Engine Windows 0.02.001 (WIP) Star Wars: Dark Forces, Outlaws
Tyrquake Windows Linux macOS FreeBSD git Quake 1
vitaQuake II Windows Linux macOS Vita git, PS Vita Quake 2
Xash3D Windows Linux Android 0.99 ~ Half-Life 1
Yamagi Quake II Windows Linux macOS FreeBSD 8.00 Quake 2
Platform
Jazz² Resurrection Windows Linux macOS Android git Jazz Jackrabbit 2
NXEngine
nxengine-evo
Windows Linux macOS 1.0.0.6
git
Cave Story
OpenJazz Windows Linux macOS Pandora GP32 Dreamcast git ~ Jazz Jackrabbit 1
R.E.L.I.V.E. Windows Linux git Oddworld: Abe's Oddysee, Oddworld: Abe's Exoddus
rawgl Windows Linux macOS git Another World/Out of This World
REminiscence Windows Android 0.4.9 Flashback (Another World's spiritual sequel)
Rigel Engine Windows Linux macOS Linux ARM git Duke Nukem II
RSDK Windows Linux macOS Android Vita Switch Sonic 1 & 2
Sonic CD
Sonic the Hedgehog 1-2, Sonic CD
SDLPoP Windows Linux macOS git Prince of Persia (1989)
Super Mario 64 Port Multi-platform Depends on port Super Mario 64 (N64)
xrick Windows Linux GameCube BeOS GP32 #021212 Rick Dangerous
Puzzle
Lemmini Windows macOS git Lemmings
Racing
CannonBall Windows Linux macOS Pandora Linux ARM git OutRun
NFSIISE Windows Linux macOS Android git Need for Speed II: SE
OpenC1 Windows Linux macOS 1.4
git
Carmageddon
OpenLGR Windows Linux macOS git Lego Racers
OpenMC2 Linux macOS (via Wine) git Midnight Club II
OpenSWE1R Windows Linux macOS git (WIP) Star Wars Episode 1: Racer
RVGL Windows Linux Android Linux ARM Pandora 21.0930a-1 Re-Volt
REDriver2 Windows Linux git Driver 2
stuntcarremake[N 8] Windows 7 Linux Pandora Build 08 Stunt Car Racer (Amiga / AtariST)
RPG
Arx Libertatis Windows Linux macOS FreeBSD git Arx Fatalis
Daggerfall Unity Windows Linux macOS Beta 0.13.2
git
The Elder Scrolls II: Daggerfall
DevilutionX Windows Linux macOS FreeBSD Haiku Switch git Diablo
OpenGothic Windows Linux git Gothic II
OpenVIII Windows Linux git Final Fantasy VIII
OpenDiablo2 Windows Linux git Diablo II
OpenMW Windows Linux macOS 0.47.0 The Elder Scrolls III: Morrowind
OpenTESArena Windows Linux macOS git (WIP) The Elder Scrolls I: Arena
REGoth Windows Linux git Gothic, Gothic II
reone Windows Linux git (WIP) Star Wars: Knights of the Old Republic 1-2
RTS
OpenDUNE Windows Linux macOS FreeBSD git Dune II: The Building of a Dynasty
TA3D Windows Linux macOS git ~ Total Annihilation
RTT
FreeSynd Windows Linux macOS 0.7.5 Syndicate (1993)
Syndicate Wars Port Windows Linux macOS 0.3 Syndicate Wars
TBS
civctp2 Windows Linux Pandora Pyra git
(ctp2 for Linux/Pandora/Pyra])
~ Call to Power II
CivOne Windows Linux macOS git (WIP) Sid Meier's Civilization
fheroes2 Windows Linux macOS Switch Vita git Heroes of Might and Magic II
OpenXcom Windows Linux macOS git UFO: Enemy Unknown (X-Com: UFO Defense), X-COM: Terror From the Deep
VCMI Windows Linux macOS Android git Heroes of Might and Magic III
Sandbox
OpenRW Windows Linux macOS FreeBSD git ~ Grand Theft Auto III
re3[N 9]
reVC
Windows Linux macOS [3]
reVC
Grand Theft Auto III, Grand Theft Auto: Vice City
San Andreas Unity Windows Linux macOS Android git ~ Grand Theft Auto: San Andreas
Shoot 'em up
OpenTyrian Windows Linux Android git Tyrian
Sim - City-building
CaesarIA Windows Linux macOS Android Haiku 0.5 (2016) Caesar III
Julius
Augustus (Gameplay changes)
Windows Linux macOS Vita Switch 1.7
3.0.1
Caesar III
Sim - Construction/Management
CorsixTH Windows Linux macOS FreeBSD git Theme Hospital
OpenLoco Windows Linux macOS git Chris Sawyer's Locomotion
OpenRCT2 Windows Linux macOS git RollerCoaster Tycoon 2
OpenTTD Windows Linux macOS git Transport Tycoon Deluxe
Sim - Flight Combat
terminal-recall Windows Linux macOS git
Nightly Builds
Terminal Volocity, Fury3
TPS
max_vita Vita git Max Payne
Visual novel
NitroSharp Windows Linux git ~ (WIP) ChäoS;HEAd NoAH

Notes

  1. OpenLara was inspired by OpenTomb
  2. VoidSW is included with EDuke32
  3. ZDoom has been discontinued. However the development of its replacements, GZDoom and LZDoom, is still active.
  4. Stargus is in pre-alpha but development has been halted. Stratagus, Wargus, and War1gus are being updated regularly.
  5. StarCraft is only partially playable in Stargus in Stargus's current stage. The other games for the other engines work well if installed correctly.
  6. PrBoom-plus is still active
  7. vkQuake is based on Quakespasm, but uses Vulkan instead of OpenGL for rendering
  8. Based on Stunt Car Racer Remake for Windows
  9. re3 and reVC have been taken down by Take-Two again.

External links

Curated Lists:

News:

  • GamingOnLinux.com (For the latest news on releases and updates of game recreations and source ports that work on Linux)
  • Reddit feed (Aggregation quality is a little bit spotty. You have to wade through the news posts a bit for the relevant software.)
  • List of Open Source Games on Reddit (Thread by u/AMD_CEO. Wed Jul 1, 2020. Had added recommendations to links also seen above.)