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

From Emulation General Wiki
(Difference between pages)
Jump to navigation Jump to search
(SNES (Super Famicom))
 
 
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 = PlayStation Portable
 
|logo = PSP-1000_(White).jpeg
 
|developer = [[:Sony]]
 
|type = [[:Category:Handheld consoles|Handheld game console]]
 
|generation = [[:Category:Seventh-generation video game consoles|7th generation]]
 
|release = 2004
 
|discontinued = 2015
 
|successor = [[Emulators on Vita|PlayStation Vita]]
 
|emulated = {{✓}}
 
}}
 
  
The '''[[wikipedia:PlayStation Portable|PlayStation Portable]]''' (PSP) is a handheld game console made by [[wikipedia:Sony|Sony]].
+
* 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.
  
The PSP [https://digiex.net/threads/psp-6-61-custom-firmware-install-on-any-psp-psp-psp-slim-psp-3000-psp-go-e1000.12915/ Custom Firmware 6.61-Pro-C2] will work on all PSP models from the original PSP to the PSP Go and even the E1000, all you need is to be running the official 6.60 or 6.61 firmware to install and use this custom firmware.
+
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.
  
Note : On the 15/01/2015 Sony released PSP firmware 6.61, some three and a half years after the last 6.60 update. It's of no benefit to you updating to 6.61 after all this time, however the custom firmware has now been updated to support 6.61. So you can now follow this guide if you happen to have updated to 6.61.
+
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.
  
The specific emulator versions compatible with the [http://wololo.net/wagic/hbl/ Half-Byte Loader] can be found listed [http://wololo.net/talk/viewtopic.php?f=12&t=42 on the official site].  Emulators for OFW are meant to run on unmodified firmware, a list for that is also on [http://wololo.net/talk/viewtopic.php?f=2&t=1879 the HBL forums].
+
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.
 
 
*[https://github.com/PSP-Archive/ARK-4 ARK-4 e/CFW for the PSP and PS Vita]
 
*[https://www.psx-place.com/resources/pbp-unpacker-0-94.206/ PBP Unpacker] Used for <code>EBOOT.PBP</code> files unpack and modify tool.
 
*[https://github.com/YoMizzy/PSXBINq PSXBINq] Tool to unpack PSX PBP and convert to .BIN & .cue files Ready for Playstation Classic.
 
 
 
===PPSSPP Test===
 
{|class="wikitable" width=300px
 
! style="background:#E9E9E9;border: 1px #111111 solid;" width=35% | Compat Legend
 
! style="background:#E9E9E9;border: 1px #111111 solid;" width=10% | Class
 
|-
 
|style="background:#32CD32;border: 1px #111111 solid;"| Emulator that work 100% or have few/very minor issues, and fully playable.
 
|style="background:#32CD32;border: 1px #111111 solid;"|Worked
 
|-
 
|style="background:#00BFFF;border: 1px #111111 solid;"| Emulator that have glitches menu/screen, but are otherwise perfectly worked.
 
|style="background:#00BFFF;border: 1px #111111 solid;"|Less issues but fully Worked
 
|-
 
|style="background:#FFA500;border: 1px #111111 solid;"| Emulator that mostly work but with more serious bugs (like a blue screen and crash) and Low compatibility.
 
|style="background:#FFA500;border: 1px #111111 solid;"| Low Compatibility issues
 
|-
 
|style="background:#FA8072;border: 1px #111111 solid;"| Emulator that doesn't load and have major problems and/or are unplayable.
 
|style="background:#FA8072;border: 1px #111111 solid;"|Unstable/Crash
 
|-
 
|style="background:#A9A9A9;border: 1px #111111 solid;"|Unknown status. Emulator hasn't been tested.
 
|style="background:#A9A9A9;border: 1px #111111 solid;"|Untested
 
|}
 
 
 
=<B>Multi-Systems</B>=
 
 
 
===<B>[[RetroArch]]</B>===
 
 
 
<B><code> [http://buildbot.libretro.com/stable/1.9.0/playstation/psp/RetroArch.7z Stable]</B></code>
 
 
 
<B><code> [https://buildbot.libretro.com/nightly/playstation/psp/ Nightly]</B></code>
 
 
 
<B><code> [https://github.com/libretro GitHub]</code></B>
 
 
 
<B><code> [https://buildbot.libretro.com/nightly/playstation/psp/latest/ PSP RetroArch Cores]</B></code>
 
 
 
<code><font color="Blue"><B> [https://github.com/Abdess/retroarch_system/releases/tag/1.9.1 RetroArch BIOS|ROMs]</B></font></B></code>
 
 
 
{| class="wikitable sortable" style="text-align:center;"
 
|-
 
|+ Available cores
 
! Cores
 
! Game/System list
 
! [[PPSSPP]]
 
! [[Recommended Emulators|Recommended]] Working?
 
|-
 
!colspan="20"|<B><I>Consoles</I></B>
 
|-
 
|[[gpSP]]
 
| rowspan="2" style="text-align: center;" | GameBoy Advance
 
| ?<small> (Blue Screen/Slow)</small>
 
| {{✓}}
 
|-
 
|[[mGBA]]
 
| {{~}}
 
| {{~}}
 
|-
 
|TGB Dual
 
| rowspan="3" style="text-align: center;" | GameBoy/GameBoy Color
 
| {{✓}}
 
| {{✓}}
 
|-
 
|GearBoy
 
| {{✓}}
 
| {{✓}}
 
|-
 
|[[Gambatte]]
 
| {{✓}}
 
| {{✓}}
 
|-
 
|[[Snes9x]] 2005+
 
| rowspan="2" style="text-align: center;" | SNES
 
| {{✓}}
 
| {{~}}
 
|-
 
|[[Snes9x]] 2005
 
| {{✓}}
 
| {{~}}
 
|-
 
|FCEUmm
 
| rowspan="3" style="text-align: center;" | NES/FDS
 
| {{✓}}
 
| {{✓}}
 
|-
 
|[[QuickNES]]
 
| {{✓}}
 
| {{✓}}
 
|-
 
|[[Nestopia]]
 
| {{✓}}
 
| {{✓}}
 
|-
 
|SMS Plus
 
| rowspan="2" style="text-align: center;" | MasterSystem/GameGear/SG-1000
 
| {{✓}}
 
| {{✓}}
 
|-
 
|GearSystem
 
| {{✓}}
 
| {{✓}}
 
|-
 
|PicoDrive
 
| Sega MegaDrive/Genesis/GameGear/MasterSystem/32x/Sega CD
 
| {{✓}}
 
| {{✓}}
 
|-
 
|RACE
 
| rowspan="2" style="text-align: center;" | NeoGeo Pocket/Pocket Color
 
| {{✓}}
 
| {{✓}}
 
|-
 
|[[Mednafen]] NGP
 
| {{✓}}
 
| {{✓}}
 
|-
 
|[[Mednafen]] PCE Fast
 
| rowspan="2" style="text-align: center;" | PCE/PCE CD/SuperGrafx
 
| {{✗}}<small> (Blank Screen)</small>
 
| {{✓}}
 
|-
 
|[[Mednafen]] PCE
 
| {{✗}}<small> (Blank Screen)</small>
 
| {{✓}}
 
|-
 
|Quasi88
 
|NEC PC8801
 
| {{✓}}
 
| {{✓}}
 
|-
 
|NP2Kai
 
|NEC PC9801
 
| {{✗}}<small> (crash)</small>
 
| {{~}}
 
|-
 
|[[Mednafen]] Lynx
 
| rowspan="2" style="text-align: center;" | Atari Lynx
 
| {{✓}}
 
| {{✓}}
 
|-
 
|[[Handy]]
 
| {{✓}}
 
| {{✓}}
 
|-
 
|ProSystem
 
|Atari 7800
 
| {{✓}}
 
| {{✓}}
 
|-
 
|Atari800
 
|Atari 5200
 
| {{✓}}
 
| {{✓}}
 
|-
 
|[[MAME]] 2003+
 
| rowspan="2" style="text-align: center;" | Multiple Arcade
 
| {{~}}<small> (Slow)</small>
 
| {{~}}
 
|-
 
|[[MAME]] 2003
 
| {{~}}<small> (Slow)</small>
 
| {{~}}
 
|-
 
|81
 
|ZX81
 
| {{✓}}
 
| {{✓}}
 
|-
 
|[[FUSE]]
 
|ZX Spectrum
 
| {{✓}}
 
| {{✓}}
 
|-
 
|[[O2EM]]
 
|Magnavox Odyssey 2
 
| {{✓}}
 
| {{✓}}
 
|-
 
|FreeChaf
 
|Fairchild Channel F
 
| {{✓}}
 
| {{✓}}
 
|-
 
|FreeIntv
 
|IntelliVision
 
| {{✓}}
 
| {{✓}}
 
|-
 
|GW
 
| Game & Watch
 
| {{✓}}
 
| {{✓}}
 
|-
 
|Theodore
 
|MO5/TO7
 
| {{✓}}
 
| {{✓}}
 
|-
 
|X1
 
|Sharp X1/X1 Turbo
 
| {{✓}}
 
| {{✓}}
 
|-
 
|[[fMSX]]
 
|MSX/MSX2/MSX2+/MSXTurboR
 
| {{✓}}<small> (Fast)</small>
 
| {{✓}}
 
|-
 
|[[BlueMSX]]
 
|ColecoVision/SG-1000/MSX
 
| {{✓}}
 
| {{✓}}
 
|-
 
|Frodo
 
|C64
 
| {{✓}}
 
| {{✓}}
 
|-
 
|BK
 
|Electronika 10/11
 
| {{✓}}
 
| {{✓}}
 
|-
 
|CrocoDS
 
|Amstrad CPC
 
| {{✓}}
 
| {{✓}}
 
|-
 
| Lutro
 
| Lua Game Engine
 
| {{✓}}
 
| {{✓}}
 
|-
 
|Uzem
 
|Uzebox
 
| {{✗}}<small> (Super Slow)</small>
 
| ?
 
|-
 
!colspan="6"|<B><I>Games Engines</I></B>
 
|-
 
|LowresNX
 
|Game Engine
 
| {{✓}}
 
| {{✓}}
 
|-
 
|ECWolf
 
|Wolfenstein 3D
 
| {{✓}}
 
| {{✓}}
 
|-
 
|NXEngine
 
|Cave Story
 
| {{✓}}
 
| {{✓}}
 
|-
 
|mrboom
 
|Mr. BomberMan
 
| {{✓}}
 
| {{✓}}
 
|-
 
|prboom
 
|Doom
 
| {{✓}}
 
| {{✓}}
 
|-
 
|2048
 
|2048 Game
 
| {{✓}}
 
| {{✓}}
 
|-
 
!colspan="4"|<B><I>Other Tools</I></B>
 
|-
 
|gme
 
|Game Music Emu
 
| {{✓}}
 
| {{~}}
 
|-
 
|PocketCDG
 
|MP3 Karaoke Music Player
 
| {{✓}}
 
| {{~}}
 
|}
 
 
 
===e[mulator] for PSP===
 
 
 
{| class="wikitable sortable" style="text-align:center;"
 
{| class="wikitable sortable" style="text-align:center;"
 
! class="unsortable"|Version
 
| [https://gbatemp.net/download/e-mulator-source-included.28313/download?version=28313 0.82f]
 
| <B>{{✓}}</B> [[PPSSPP]]
 
| <B>{{~}}</B> Recommended
 
|}
 
 
 
{| class="mw-collapsible mw-collapsed wikitable" style="width: 100%;"
 
! colspan=2 width="250"| e[mulator] 0.82f
 
|-
 
|
 
<B> Supported Consoles list</B>
 
|
 
* PCE<B> ⇔ </B>XPCE Tuned by e
 
* NES<B> ⇔ </B>NesterJ by Ruka
 
* SMS<B> ⇔ </B>SMS Plus/SDL
 
* NGPC<B> ⇔ </B>NeoPop
 
* GBC<B> ⇔ </B>RIN by mirakichi
 
* WSC<B> ⇔ </B>OSwan Tuned by e
 
*Lynx<B> ⇔ </B>PLynx
 
|}
 
 
 
=<B>Intel CPUs</B>=
 
 
 
{| class="wikitable sortable" style="text-align:center;"
 
! Name
 
! class="unsortable"|Version
 
! scope="col"|8086 emulation
 
! scope="col"|286 emulation
 
! scope="col"|386 emulation
 
! scope="col"|486 emulation
 
! scope="col"|Pentium emulation
 
! scope="col"|Pentium II emulation
 
! scope="col"|Celeron emulation
 
! class="unsortable"|Active
 
! scope="col"|[[Emulation Accuracy|Accuracy]]
 
! scope="col"|[[PPSSPP|PPSSPP]]
 
! [[Recommended Emulators|Recommended]]
 
|-
 
| [[DOSBox]]
 
| [https://github.com/pierrelouys/dosbox_psp git]
 
| {{✗}}
 
| {{✗}}
 
| {{✓}}
 
| {{✓}}
 
| {{✗}}
 
| {{✗}}
 
| {{✗}}
 
| {{✓}}
 
| Low
 
| {{✓}}<small> (Low Compatibility/Doesn't Crashed as yet)</small>
 
| {{✗}}
 
|-
 
| Bochs
 
| [http://psp-news.dcemu.co.uk/bochspsp.shtml 1.0]
 
| {{✗}}
 
| {{✗}}
 
| {{✓}}
 
| {{✓}}
 
| {{✓}}
 
| {{✓}}
 
| {{✓}}
 
| {{✗}}
 
| Low
 
| {{~}}<small> (Low Compatibility)</small>
 
| {{✗}}
 
|-
 
| UniPCemu
 
| [https://superfury.itch.io/unipcemu x.x]
 
| {{✓}}
 
| {{✓}}
 
| {{✓}}
 
| {{✓}}
 
| {{✓}}
 
| {{✓}}
 
| {{✗}}
 
| {{✓}}
 
| Low
 
| {{✗}}<small> (Low Compatibility)</small>
 
| {{✗}}
 
|}
 
 
 
{| class="mw-collapsible mw-collapsed wikitable" style="width: 100%;"
 
! colspan=2 width="250"|† Bochs
 
|-
 
!<B> Windows Operating Systems Supported</B>
 
|-
 
|
 
* [https://winworldpc.com/product/windows-98/98-second-edition Windows 98]
 
* [https://archive.org/details/Win95OSR2 Windows 95]
 
* [https://archive.org/details/windowsmeisoandbootdisk Windows ME]
 
* [https://winworldpc.com/product/windows-nt-2000/final Windows 2000]
 
|}
 
 
 
=<B>Sony</B>=
 
 
 
===PlayStation 1===
 
 
 
{| class="wikitable sortable" style="text-align:center;"
 
! Name
 
! class="unsortable"|Version
 
! class="unsortable"|Active
 
! scope="col"|[[Emulation Accuracy|Accuracy]]
 
! scope="col"|[[PPSSPP|PPSSPP]]
 
! [[Recommended Emulators|Recommended]]
 
|-
 
| PS1P
 
| [https://archive.org/details/ps1p_alpha1.7z Alpha 1]
 
| {{✗}}
 
| Low
 
| {{~}}<small> (Slow)</small>
 
| {{✗}}
 
|-
 
| PSPSone
 
| [https://archive.org/details/pspsone.-7z Alpha]
 
| {{✗}}
 
|?
 
| {{✗}}<small> (Super Slow)</small>
 
| {{✗}}
 
|-
 
| PSX-P
 
| [https://psp.scenebeta.com/noticia/psx-p Alpha 2]
 
| {{✗}}
 
| Low
 
| {{~}}<small> (Slow)</small>
 
| {{✗}}
 
|}
 
 
 
<B><I><Code> BIOS</code> : <code>[https://www.mediafire.com/file/s11dvh2snfrmy29/PS1_BIOS.zip/file Download]</code></B></I>
 
 
 
{| class="wikitable sortable" style="text-align:center;"
 
! <B><h3> PSX2PSP - [[PSP Eboots|Official Eboots]]</B></h3>
 
|}
 
 
 
=<B>Nintendo</B>=
 
 
 
===Game Boy Advance===
 
 
 
{| class="wikitable sortable" style="text-align:center;"
 
! Name
 
! class="unsortable"|Version
 
! class="unsortable"|Active
 
! scope="col"|[[Emulation Accuracy|Accuracy]]
 
! scope="col"|[[Libretro|Libretro Core]]
 
! scope="col"|[[PPSSPP|PPSSPP]]
 
! [[Recommended Emulators|Recommended]]
 
|-
 
| [[gpSP]]
 
| [http://wololo.net/talk/viewtopic.php?f=2&t=12367 0.91 fix 3] [https://emulationrealm.net/downloads/file/601-gpsp-firmware-1-5 Official][https://github.com/BASLQC/gPSP git]
 
| {{✓}}<small> (libretro)</small>
 
| Mid
 
| {{✓}}
 
| ?<small> (Blue Screen)</small>
 
| {{✓}}
 
|-
 
| [[gpSP#Uo gpSP Kai|Uo gpSP Kai]] † <small> (Unofficial)</small>
 
| [http://wololo.net/talk/viewtopic.php?f=47&t=45844&start=40 3.4 Test 4 Build 230][https://github.com/PSP-Archive/unofficial-gpSP-kai git]
 
| {{✗}}
 
| Mid
 
| {{✗}}
 
| {{✗}}<small> (Bad Exception Address Error/Blue Screen ([[gpSP#PPSSPP|fixed]])</small>
 
| {{✓}}
 
|-
 
| TempGBA4PSP
 
| [http://www1.axfc.net/uploader/so/3063963 26750221]
 
| {{✗}}
 
| Mid
 
| {{✗}}
 
| ?<small> (Blue Screen)</small>
 
| {{✓}}
 
|-
 
| TempGBA4PSP-mod
 
| [https://github.com/phoe-nix/TempGBA4PSP-mod/releases/ git]
 
| {{✗}}
 
| Mid
 
| {{✗}}
 
| ?<small> (Blue Screen)</small>
 
| {{✓}}
 
|-
 
| gpSP-J
 
| [https://gbatemp.net/download/gpsp-j.29570/download?version=29570 12/06/16]
 
| {{✗}}
 
| Low
 
| {{✗}}
 
| ?<small> (Blue Screen)</small>
 
| {{~}}
 
|-
 
| gpSP-mod
 
| [https://psp.brewology.com/downloads/get.php?id=9929 20090720]
 
| {{✗}}
 
| Low
 
| {{✗}}
 
| ?<small> (Blue Screen)</small>
 
| {{✗}}
 
|-
 
| PSPVBA
 
| [http://zx81.zx81.free.fr/serendipity/index.php?/archives/87-PSPVBA-GameBoy-Advance-Emulator-for-PSP-v1.2.4.html 1.2.4]
 
| {{✗}}
 
| Low
 
| {{✗}}
 
| {{~}}
 
| {{✗}}
 
|-
 
| PSPGBA
 
| [https://gbatemp.net/download/pspgba.28300/download?version=28300 1.2]
 
| {{✗}}
 
| Low
 
| {{✗}}
 
| {{~}}
 
| {{✗}}
 
|}
 
 
 
===GameBoy/GameBoy Color===
 
 
 
{| class="wikitable sortable" style="text-align:center;"
 
! Name
 
! class="unsortable"|Version
 
! class="unsortable"|Active
 
! scope="col"|[[Emulation Accuracy|Accuracy]]
 
! scope="col"|[[PPSSPP|PPSSPP]]
 
! [[Recommended Emulators|Recommended]]
 
|-
 
| PlutoBoy
 
| [https://github.com/RossMeikleham/PlutoBoy git]
 
| {{✓}}
 
| High
 
| {{✓}}
 
| {{✓}}
 
|-
 
| RIN (Unofficial)
 
| [https://github.com/mbarczak/psp_rin/releases git]
 
| {{✗}}
 
| High
 
| {{✓}}
 
| {{✓}}
 
|-
 
| MasterBoy
 
| [https://www.psx-place.com/resources/master-system-master-boy-2-10.236/ 2.10][https://github.com/wodim/MasterBoy git][https://pspstation.org/wp-content/uploads/downloads/MasterBoyv310NoOficial.rar 3.10<small> Unofficial</small>]
 
| {{✗}}
 
| Mid
 
| {{✓}}
 
| {{✓}}
 
|-
 
| GeMP
 
| [https://www.brewology.com/downloads/download.php?id=4267&mcid=1 3.3 Final]
 
| {{✗}}
 
| Mid
 
| {{✓}}
 
| {{✓}}
 
|-
 
| SpiceBoy
 
| [https://psp.scenebeta.com/noticia/spiceboy r2]
 
| {{✗}}
 
| Low
 
| {{~}}
 
| {{✗}}
 
|-
 
| PSP-gnuboy
 
| [https://emulationrealm.net/downloads/file/598-psp-gnuboy r1]
 
| {{✗}}
 
| Low
 
| {{~}}
 
| {{✗}}
 
|}
 
 
 
===Nintendo 64===
 
  
 +
==Multi game engine==
 
{| class="wikitable" style="text-align:center;"
 
{| class="wikitable" style="text-align:center;"
! Name
 
! class="unsortable"|Version
 
! class="unsortable"|Active
 
! scope="col"|[[Emulation Accuracy|Accuracy]]
 
! scope="col"|[[PPSSPP|PPSSPP]]
 
! [[Recommended Emulators|Recommended]]
 
 
|-
 
|-
| [[DaedalusX64]]
+
! scope="col"|Name
| [https://github.com/DaedalusX64/daedalus/releases/ git]
+
! scope="col"|Operating System(s)
| {{✓}}
+
! scope="col"|Latest Version
| Mid
+
! scope="col"|[[libretro|Libretro Core]]
| {{✗}}<small> (Black Screen and Freezes)</small>
+
! scope="col"|Active
| {{✓}}
+
! scope="col"|[[Recommended Emulators|Recommended]]
|}
+
! scope="col"|Supported game(s)
 
 
===SNES (Super Famicom)===
 
 
 
{| class="wikitable sortable" style="text-align:center;"
 
! Name
 
! class="unsortable"|Version
 
! class="unsortable"|Active
 
! scope="col"|[[Emulation Accuracy|Accuracy]]
 
! scope="col"|[[PPSSPP|PPSSPP]]
 
! [[Recommended Emulators|Recommended]]
 
|-
 
| SNES9xTYL Mod <small> (SNES9x 1.39 based)</small>
 
| [https://github.com/esmjanus/snes9xTYL git]
 
| {{✗}}
 
| Mid
 
| ?<small> (glitch Screen)</small>
 
| {{✓}}
 
|-
 
| SNES9x Euphoria
 
| [https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/snes9x-euphoria/Snes9x_Euphoria_R5Beta3.zip R5 Beta 3]
 
| {{✗}}
 
| Low
 
| {{✗}}<small> (hangs when loading a roms)</small>
 
| {{~}}
 
|-
 
| UO SNES9x <small> (Unofficial)</small>
 
| [https://www.brewology.com/downloads/get.php?id=11228 0.02y33 Build 34]
 
| {{✗}}
 
| Low
 
| {{✓}}
 
| {{✗}}
 
|}
 
 
 
{| class="mw-collapsible mw-collapsed wikitable" style="width: 100%;"
 
! colspan=2 width="250"| SNES9x TYL Mod
 
|-
 
|
 
* SNES9xTYL(mecm)/cm Mod is a port of SNES9x 1.39 to PSP. Inaccuracies everywhere, especially with sound, but it's the best thing available for PSP for SNES emulation. Use the mecm build where possible, unless you use the PSP emulator on Vita, in which case use the s9xTYLcm build.Use the s9xTYLme version for best performance on an actual PSP
 
|}
 
 
 
===NES (Famicom)/Famicom Disk System===
 
 
 
{| class="wikitable sortable" style="text-align:center;"
 
! Name
 
! class="unsortable"|Version
 
! class="unsortable"|Active
 
! scope="col"|[[Emulation Accuracy|Accuracy]]
 
! scope="col"|[[PPSSPP|PPSSPP]]
 
! [[Recommended Emulators|Recommended]]
 
|-
 
| Nester-J
 
|[https://wololo.net/talk/viewtopic.php?f=47&t=38758 AOEX r3 SP]
 
| {{✗}}
 
| Mid
 
| {{✓}}<small> (Midium)<small/>
 
| {{✓}}
 
|-
 
| NES for PSP
 
| [https://gbatemp.net/download/nes-for-psp.28311/download?version=28311 0.5]
 
| {{✗}}
 
| Low
 
| {{✓}}<small> (Low Compatibility)<small/>
 
| {{~}}
 
|-
 
| InfoNES
 
| [https://gbatemp.net/download/infones-for-psp.28310/download?version=28310 r0.3]
 
| {{✗}}
 
| Low
 
| {{✓}}<small> (Low Compatibility)<small/>
 
| {{~}}
 
|-
 
| Famicontest
 
|[https://gbatemp.net/download/famicontest.28309/download?version=28309 0.31]
 
| {{✗}}
 
| Low
 
| {{✓}}<small> (Low Compatibility)<small/>
 
| {{~}}
 
 
|-
 
|-
| FCEUPSP
+
!colspan="9"|Action-adventure (3rd-person)
| [https://psp.brewology.com/downloads/download.php?id=10188&mcid=1 0.3j]
 
| {{✗}}
 
| Low
 
| {{✓}}<small> (Low Compatibility)<small/>
 
| {{~}}
 
 
|-
 
|-
| PSPFCEUltra
+
|[https://opentomb.github.io/ OpenTomb]
|[https://emulationrealm.net/downloads/file/625-pspfceultra r2]
+
|align=left|{{Icon|Windows|Linux|macOS}}
| {{✗}}
+
|[https://github.com/opentomb/OpenTomb/releases git]
| Low
+
|{{✗}} ||{{✓}} ||{{}}
| {{✓}}<small> (Low Compatibility)<small/>
+
|Tomb Raider 1–5
| {{~}}
 
 
|-
 
|-
| Little John PSP
+
|[http://xproger.info/projects/OpenLara/ OpenLara]<ref group=N>OpenLara was inspired by OpenTomb</ref>
| [https://archive.org/details/lj-nes-psp.7z POC]
+
|align=left|{{Icon|Windows|Linux|macOS|Android|LinuxARM|3DS|Switch}}
| {{}}
+
|[https://github.com/XProger/OpenLara/releases git]
|?
+
|{{}} ||{{}} ||{{~}}
| {{}}<small> (rename to myrom.nes)<small/>
+
|Tomb Raider 1–4
| {{}}
 
 
|-
 
|-
|}
+
!colspan="9"|Adventure
 
 
{| class="mw-collapsible mw-collapsed wikitable" style="width: 100%;"
 
! colspan=2 width="250"| Nester-J
 
 
|-
 
|-
|
+
|[[ScummVM]]
NesterJ AoEX R3 SP is based on [https://www.brewology.com/downloads/download.php?id=10829&mcid=1 NesterJ 1.12 Plus 0.61 RM], so it includes features like rewind mode, cheat codes support, rotated/mirrored screen, sepia palette, support to rare mappers (the pirate bootleg FF7 works on it), etc, but its compatibility is inferior to 1.13 Beta 2.
+
|Multi-platform
|}
+
|[https://www.scummvm.org/downloads {{ScummVMVer}}]
 
+
|{{✓}} ||{{✓}} ||{{✓}}
===Game & Watch===
+
|Adventure games and RPGs (LucasArts, Sierra, Activision, Humongous & more. Over [[wikipedia:ScummVM#Supported_games|250 games]].)
 
 
{| class="wikitable" style="text-align:center;"
 
 
|-
 
|-
! Name
+
!colspan="9"|FPS
! class="unsortable"|Version
 
! class="unsortable"|Active
 
! scope="col"|[[Emulation Accuracy|Accuracy]]
 
! scope="col"|[[PPSSPP|PPSSPP]]
 
! [[Recommended Emulators|Recommended]]
 
 
|-
 
|-
| MaDrigal PSP
+
|[https://m210.duke4.net BuildGDX]
|[http://www.madrigaldesign.it/sim/download.php 1.0]
+
|{{Icon|Windows|Linux|macOS}}
| {{}}
+
|[https://m210.duke4.net Website]
| Mid
+
|{{}} ||{{✓}} ||{{✓}}
| {{✓}}
+
|Blood, Duke Nukem 3D, Shadow Warrior, Powerslave/Exhumed, Redneck Rampage, Redneck Rampage Rides Again, Witchaven, Witchaven II, TekWar, Legend of the Seven Paladins
| {{✓}}
 
|}
 
 
 
===Pokémon Mini===
 
 
 
{| class="wikitable" style="text-align:center;"
 
|-
 
! Name
 
! class="unsortable"|Version
 
! class="unsortable"|Active
 
! scope="col"|[[Emulation Accuracy|Accuracy]]
 
! scope="col"|[[PPSSPP|PPSSPP]]
 
! [[Recommended Emulators|Recommended]]
 
 
|-
 
|-
| [[Pokémon mini emulators|PokeMini]]
+
|Raze
|[https://sourceforge.net/projects/pokemini/files/0.60/pokemini_060_psp.zip/download 0.6.0]
+
|{{Icon|Windows|Linux|macOS}}
| {{✗}}
+
|[https://github.com/coelckers/Raze/releases git]
| Mid
+
|{{✗}} ||{{}} ||{{✓}}
| {{~}}
+
|Duke Nukem 3D, Blood, Redneck Rampage, Shadow Warrior and Exhumed/Powerslave, Nam, WW2 GI
| {{✓}}
 
|}
 
 
 
===Nintendo DS===
 
 
 
{| class="wikitable" style="text-align:center;"
 
! Name
 
! class="unsortable"|Version
 
! class="unsortable"|Active
 
! scope="col"|[[Emulation Accuracy|Accuracy]]
 
! scope="col"|[[PPSSPP|PPSSPP]]
 
! [[Recommended Emulators|Recommended]]
 
 
|-
 
|-
| DSonPSP
+
|[https://www.eduke32.com EDuke32] <br/>VoidSW <ref group=N>VoidSW is included with EDuke32</ref>
| [https://www.psx-place.com/resources/nintendo-ds-dsonpsp-0-7-kayliah-edition.261/ Beta 0.7 <small>Kayliah Edition</small>]
+
|align=left|{{Icon|Windows|Linux|macOS|FreeBSD}}
| {{✗}}
+
|[https://dukeworld.com/eduke32/synthesis/latest/?s=d&o=d&dir=eduke32/synthesis/latest Website]
| Low
+
|{{✗}} ||{{}} ||{{}}
| {{~}}<small> (Super Slow/Low Compatibility?)</small>
+
|''EDuke32:'' Duke Nukem 3D, Ion Fury, NAM, World War II GI <br/>''VoidSW:'' Shadow Warrior
| {{}}
 
 
|-
 
|-
| [[DeSmuME PSP]]
+
|[https://nukeykt.retrohost.net RedNukem]
| [https://github.com/TheMrIron2/DeSmuME-PSP git]
+
|{{Icon|Windows|Linux}}
| {{}}
+
|[https://github.com/nukeykt/NRedneck/releases git]
| Low
+
|{{}} ||{{✓}} ||{{}}
| {{✓}}<small> (Midium)</small>
+
|Duke Nukem 3D, Duke Nukem 64, Redneck Rampage, Redneck Rampage Rides Again, NAM, World War II GI
| {{~}}
 
 
|-
 
|-
| NooDS PSP
+
|Metaforce
| [https://github.com/Xiro28/NooDS-PSP git]
+
|{{Icon|Windows|Linux|macOS}}
| {{✓}}
+
|[https://releases.axiodl.com/ Dev builds]<br/>[https://github.com/AxioDL/metaforce git]
| Low
+
|{{✗}} ||{{✓}} ||{{}} <small>(WIP)</small>
| {{}}<small> (Really Slow)</small>
+
|Metroid Prime 1–3
| ?
 
|}
 
 
 
{| class="mw-collapsible mw-collapsed wikitable" style="width: 100%;"
 
! colspan=2 width="250"| DSonPSP
 
 
|-
 
|-
|
+
|XLEngine
Based on DeSmuME PSP project , we get a new Nintendo DS emulator for PSP, called DSonPSP . such as the possibility of choosing the position of the screens , choosing the language in which you want the ROM to run and playing its audio . Now it has expanded the number of Roms that are playable, but the speed, although it has increased compared to the other emulator, is still low.just POC Very Low Compatibility.
+
|{{Icon|Windows|Linux}}
|}
+
|[https://github.com/Mindwerks/XLEngine/releases git]
 
+
|{{✗}} ||{{✗}} ||{{✓}}
===Virtual Boy===
+
|Star Wars: Dark Forces, Daggerfall<br/>''Later:'' Outlaws, Blood, Shadow Warrior
 
 
{| class="wikitable" style="text-align:center;"
 
! Name
 
! class="unsortable"|Version
 
! class="unsortable"|Active
 
! scope="col"|[[Emulation Accuracy|Accuracy]]
 
! scope="col"|[[PPSSPP|PPSSPP]]
 
! [[Recommended Emulators|Recommended]]
 
 
|-
 
|-
| Red Dragon
+
|[https://zdoom.org/index ZDoom]
| [https://gbatemp.net/download/red-dragon-experimental.27591/ 101907]
+
|{{Icon|Windows|Linux|macOS}}
| {{~}}
+
|[https://zdoom.org/downloads 2.81]
| Low
+
|{{✗}} ||{{✗}}<ref group=N>ZDoom has been discontinued. However the development of its replacements, GZDoom and LZDoom, is still active.</ref> ||{{✓}}
| {{✗}}<small> (Very Slow/Low Compatibility??)</small>
+
|Doom I–II, Final Doom, Heretic, Hexen: Beyond Heretic, Chex Quest I–III, Strife: Quest for the Sigil, Hacx: Twitch 'n Kill
| {{✗}}
 
|}
 
 
 
=<B>SEGA</B>=
 
 
 
===SEGA CD/Mega CD===
 
 
 
{| class="wikitable sortable" style="text-align:center;"
 
! Name
 
! class="unsortable"|Version
 
! class="unsortable"|Active
 
! scope="col"|[[Emulation Accuracy|Accuracy]]
 
! scope="col"|[[PPSSPP|PPSSPP]]
 
! [[Recommended Emulators|Recommended]]
 
 
|-
 
|-
| [[PicoDrive]]
+
!colspan="9"|Platform
| [https://github.com/pumpkinlink/picodrive git][https://www.psx-place.com/resources/picodrive.756/ 1.92.3]
 
| {{✗}}
 
| Mid
 
| {{✓}}
 
| {{✓}}
 
|}
 
 
 
===SEGA 32X/CD 32X===
 
 
 
{| class="wikitable sortable" style="text-align:center;"
 
! Name
 
! class="unsortable"|Version
 
! class="unsortable"|Active
 
! scope="col"|[[Emulation Accuracy|Accuracy]]
 
! scope="col"|[[PPSSPP|PPSSPP]]
 
! [[Recommended Emulators|Recommended]]
 
 
|-
 
|-
| [[PicoDrive]]
+
|[http://clonekeenplus.sourceforge.net Commander Genius]
| [https://github.com/pumpkinlink/picodrive git][https://www.psx-place.com/resources/picodrive.756/ 1.92.3]
+
|{{Icon|Windows|Linux|macOS|Switch}}
| {{✗}}
+
|[http://clonekeenplus.sourceforge.net/download.php 3.0.0]
| Mid
+
|{{✗}} ||{{✓}} ||{{✓}}
| {{✓}}
+
|Commander Keen in Invasion of the Vorticons, Commander Keen in Keen Dreams, Commander Keen in Goodbye Galaxy, Commander Keen in Aliens Ate My Babysitter
| {{✓}}
 
|}
 
 
 
===MegaDrive/Genesis===
 
 
 
{| class="wikitable sortable" style="text-align:center;"
 
! Name
 
! class="unsortable"|Version
 
! class="unsortable"|Active
 
! scope="col"|[[Emulation Accuracy|Accuracy]]
 
! scope="col"|[[PPSSPP|PPSSPP]]
 
! [[Recommended Emulators|Recommended]]
 
 
|-
 
|-
| [[PicoDrive]]
+
!colspan="9"|Racing
| [https://github.com/pumpkinlink/picodrive git][https://www.psx-place.com/resources/picodrive.756/ 1.92.3]
 
| {{✗}}
 
| Mid
 
| {{✓}}
 
| {{✓}}
 
 
|-
 
|-
| DGen PSP
+
|OpenNFS
| [https://gbatemp.net/download/dgen-psp.28301/download?version=28301 1.7]
+
|{{Icon|Windows|Linux|macOS}}
| {{✗}}
+
|[https://github.com/OpenNFS/OpenNFS/releases git]
| Mid
+
|{{✗}} ||{{✓}} ||{{~}}
| {{✓}}
+
|Need for Speed I–III, Need for Speed: High Stakes, Need for Speed: Porsche Unleashed, Need for Speed: Hot Pursuit 2
| {{~}}
 
 
|-
 
|-
| MegaDrive for PSP
+
!colspan="9"|RPG
| [https://emulationrealm.net/downloads/file/607-megadrive-for-psp 0.22]
 
| {{✗}}
 
| Mid
 
| {{✓}}
 
| {{~}}
 
 
|-
 
|-
| PSP Genesis
+
|[[EasyRPG]]
| [https://gbatemp.net/download/psp-genesis.28303/download?version=28303 0.18c]
+
|Multi-platform
| {{}}
+
|[https://easyrpg.org/player/downloads {{EasyRPGVer}}]
| Low
+
|{{}} ||{{✓}} ||{{}}
| {{✓}}
+
|RPG Maker 2000/2003 games
| {{}}
 
 
|-
 
|-
| Generator PSP
+
|[http://www.gemrb.org GemRB]
| [https://gbatemp.net/download/generator-psp.28302/download?version=28302 0.01.0]
+
|align=left|{{Icon|Windows|Linux|macOS|FreeBSD|Android}}
| {{✗}}
+
|[https://github.com/gemrb/gemrb/releases git]
| Low
+
|{{✗}} ||{{}} ||{{}}
| {{~}}
+
|Infinity Engine <br/>(Baldur's Gate series (1998–2001), Planescape: Torment, Icewind Dale series (2000–2002))
| {{}}
 
|}
 
 
 
===MasterSystem/GameGear===
 
 
 
{| class="wikitable sortable" style="text-align:center;"
 
! Name
 
! class="unsortable"|Version
 
! class="unsortable"|Active
 
! scope="col"|[[Emulation Accuracy|Accuracy]]
 
! scope="col"|[[Libretro|Libretro Core]]
 
! scope="col"|[[PPSSPP|PPSSPP]]
 
! [[Recommended Emulators|Recommended]]
 
 
|-
 
|-
| [[PicoDrive]]
+
|[[Neko RPGXP Player]]
| [https://github.com/pumpkinlink/picodrive git][https://www.psx-place.com/resources/picodrive.756/ 1.92.3]
+
|{{Icon|Android}}
| {{✗}}
+
|[https://play.google.com/store/apps/details?id=net.kernys.rgss&hl 2.01]
| Mid
+
|{{✗}} ||{{}} ||{{~}}
| {{}}
+
|RPG Maker XP/VX/VA/MV games
| {{}}
 
| {{✓}}
 
 
|-
 
|-
| SMS Plus PSP
+
|[https://xoreos.org/ xoreos]
| [https://github.com/8bitpsp/smsplus/releases/tag/v1.3.1 git] [http://www.akihabara-online.com/Foro/viewtopic.php?f=8&t=957#p7115 1.5.0<small> theelf Mod</small>] [http://psp.akop.org/smsplus.htm 1.3.1]
+
|{{Icon|Windows|Linux|macOS}}
| {{}} <small>(libretro)</small>
+
|[https://github.com/xoreos/xoreos 0.0.6]
| Mid
+
|{{}} ||{{✓}} ||{{}} <small>(WIP)</small>
| {{✓}}
+
|BioWare's Aurora engine & derivatives <br/>(BioWare's 7 PC/console RPGs, Sonic Chronicles: The Dark Brotherhood, The Witcher)
| {{}}
 
| {{✓}}
 
 
|-
 
|-
| MasterBoy
+
!colspan="9"|RTS
| [https://www.psx-place.com/resources/master-system-master-boy-2-10.236/ 2.10][https://pspstation.org/wp-content/uploads/downloads/MasterBoyv310NoOficial.rar 3.10 Unofficial]
 
| {{✗}}
 
| Mid
 
| {{✗}}
 
| {{✓}}
 
| {{✓}}
 
 
|-
 
|-
| PSPMaster
+
|[https://openage.sft.mx openage]
| [https://archive.org/details/pspm.-7z 0.0.9 Beta 4]
+
|align=left|{{Icon|Windows|Linux|macOS|BSD}}
| {{}}
+
|[https://github.com/SFTtech/openage/releases git]
| Low
+
|{{✗}} ||{{}} ||{{~}}
| {{✗}}
+
|Age of Empires, AoE II (HD), Star Wars: Galactic Battlegrounds
| {{~}}
 
| {{}}
 
 
|-
 
|-
| MMS Plus
+
|[http://www.openra.net OpenRA]
| [https://psp.scenebeta.com/noticia/mms-plus 1.1]
+
|{{Icon|Windows|Linux|macOS|BSD|PSVita}}
| {{✗}}
+
|[https://github.com/OpenRA/OpenRA/releases git]
| Low
+
|{{✗}} ||{{}} ||{{}}
| {{}}
+
|Early Westwood games (Command & Conquer, C&C: Red Alert). <br/>''Soon:'' 2nd-gen C&C (C&C: Tiberian Sun).
| {{~}}
 
| {{✗}}
 
 
|-
 
|-
| SMS PSP
+
|[https://github.com/TheAssemblyArmada/Vanilla-Conquer Vanilla Conquer]
| [http://psp-news.dcemu.co.uk/smspsp.shtml 0.5]
+
|{{Icon|Windows|Linux|macOS|BSD}}
| {{}}
+
|[https://github.com/TheAssemblyArmada/Vanilla-Conquer git]
| Low
+
|{{✗}} ||{{}} ||{{}}
| {{✗}}
+
|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.
| {{~}}
 
| {{}}
 
 
|-
 
|-
| emuGG
+
|[http://timjones.io/blog/tags/opensage OpenSAGE]
| [https://nds.brewology.com/downloads/download.php?id=4502&mcid=1 1.0]
+
|align=left|{{Icon|Windows|Linux|macOS}}
| {{}}
+
|[https://github.com/OpenSAGE/OpenSAGE/releases git]
| Low
+
|{{✗}} ||{{}} ||{{✗}} <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.
| {{~}}
 
| {{✗}}
 
 
|-
 
|-
| emuSMS
+
|[https://stratagus.com/stratagus.html Stratagus]
| [https://nds.brewology.com/downloads/download.php?id=4503&mcid=1 1.0]
+
|align=left|{{Icon|Windows|Linux|macOS|Android}}
| {{}}
+
|[https://github.com/Wargus/stratagus 3.1.2]
| Low
+
|{{✗}} ||{{}}<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
| {{~}}
 
| {{✗}}
 
|}
 
 
 
===SG-1000===
 
 
 
{| class="wikitable" style="text-align:center;"
 
! Name
 
! class="unsortable"|Version
 
! class="unsortable"|Active
 
! scope="col"|[[Emulation Accuracy|Accuracy]]
 
! scope="col"|[[Libretro|Libretro Core]]
 
! scope="col"|[[PPSSPP|PPSSPP]]
 
! [[Recommended Emulators|Recommended]]
 
 
|-
 
|-
| blueMSX*
+
!colspan="9"|Shoot 'em up
| [https://github.com/libretro/blueMSX-libretro libretro]
 
| {{✓}} <small>(libretro)</small>
 
| Mid
 
| {{✓}}
 
| {{✓}}
 
| {{✓}}
 
 
|-
 
|-
| SMS Plus PSP
+
|[https://rec98.nmlgc.net ReC98]
| [https://github.com/8bitpsp/smsplus/releases/tag/v1.3.1 git] [http://www.akihabara-online.com/Foro/viewtopic.php?f=8&t=957#p7115 1.5.0<small> theelf Mod</small>] [http://psp.akop.org/smsplus.htm 1.3.1]  
+
|Multi-platform
| {{✗}}
+
|[https://github.com/nmlgc/ReC98 git]
| Mid
+
|{{✗}} ||{{✓}} ||{{}} <small>(WIP)</small>
| {{✓}}
+
|Touhou 1–5 (PC-98)
| {{}}
 
| {{✓}}
 
 
|}
 
|}
  
blueMSX is only available as a seperate [https://emulation.gametechwiki.com/index.php/Emulators_on_PSP#RetroArch LibRetro] core.
+
==Single game engine==
 
 
===Saturn===
 
 
 
 
{| class="wikitable" style="text-align:center;"
 
{| class="wikitable" style="text-align:center;"
! Name
 
! class="unsortable"|Version
 
! class="unsortable"|Active
 
! scope="col"|[[Emulation Accuracy|Accuracy]]
 
! scope="col"|[[PPSSPP|PPSSPP]]
 
! [[Recommended Emulators|Recommended]]
 
 
|-
 
|-
| [[Yabause]]
+
! scope="col"|Name
| [https://archive.org/details/yabause-0.9.10-psp.7z 0.9.10 SVN 2599]
+
! scope="col"|Platform(s)
| {{✗}}
+
! scope="col"|Latest Version
| Low
+
! scope="col"|[[libretro|Libretro Core]]
| {{~}}<small> (Slow)</small>
+
! scope="col"|Active
| {{✗}}
+
! scope="col"|[[Recommended Emulators|Recommended]]
|}
+
! scope="col"|Supported game(s)
 
 
===Dreamcast===
 
 
 
{| class="wikitable" style="text-align:center;"
 
! Name
 
! class="unsortable"|Version
 
! class="unsortable"|Active
 
! scope="col"|[[Emulation Accuracy|Accuracy]]
 
! scope="col"|[[PPSSPP|PPSSPP]]
 
! [[Recommended Emulators|Recommended]]
 
 
|-
 
|-
| [[nullDC PSP]]
+
!colspan="9"|Action-adventure
| [https://archive.org/details/nullDC-PSP Beta 1]
 
| {{✓}}
 
| Low
 
| {{✗}}<small> (Blue Screen/Crash/Slow/Low Compatibility)</small>
 
| {{✗}}
 
|}
 
 
 
===VMS/VMU===
 
 
 
{| class="wikitable" style="text-align:center;"
 
! Name
 
! class="unsortable"|Version
 
! class="unsortable"|Active
 
! scope="col"|[[Emulation Accuracy|Accuracy]]
 
! scope="col"|[[PPSSPP|PPSSPP]]
 
! [[Recommended Emulators|Recommended]]
 
 
|-
 
|-
| VirtuaMunstaz
+
|OpenJK
| [http://psp-news.dcemu.co.uk/dreamcastvmuemulator.shtml 1.0]
+
|align=left|{{Icon|Windows|Linux|macOS}}
| {{✗}}
+
|[https://builds.openjk.org Build]<br/>[https://github.com/JACoders/OpenJK git]
| Low
+
|{{✗}} ||{{}} ||{{~}}
| {{~}} <small> (Low Compatibility)</small>
+
|Star Wars Jedi Knight II: Jedi Outcast, Star Wars Jedi Knight: Jedi Academy
| {{}}
 
|}
 
 
 
=<B>Oracle Corporation</B>=
 
 
 
===J2ME (Java 2 Micro Edition)===
 
 
 
{| class="wikitable" style="text-align:center;"
 
 
|-
 
|-
! Name
+
!colspan="9"|Adventure
! class="unsortable"|Version
 
! class="unsortable"|Active
 
! scope="col"|[[Emulation Accuracy|Accuracy]]
 
! scope="col"|[[PPSSPP|PPSSPP]]
 
! [[Recommended Emulators|Recommended]]
 
 
|-
 
|-
| [[PSPKVM]]
+
|The Ur-Quan Masters
|[http://sourceforge.net/projects/pspkvm/files/latest/download 0.5.5F]
+
|align=left|{{Icon|Windows|Linux|macOS|FreeBSD}}
| {{✗}}
+
|[http://sc2.sourceforge.net/downloads.php 0.8.0]
| Mid
+
|{{✗}} ||{{✓}} ||{{✓}}
| {{✓}}
+
|Star Control II
| {{✓}}
 
|}
 
 
 
=<B>Atari Inc.</B>=
 
 
 
===Atari 130XE/800/800XL===
 
 
 
{| class="wikitable sortable" style="text-align:center;"
 
! Name
 
! class="unsortable"|Version
 
! class="unsortable"|Active
 
! scope="col"|[[Emulation Accuracy|Accuracy]]
 
! scope="col"|[[PPSSPP|PPSSPP]]
 
! [[Recommended Emulators|Recommended]]
 
 
|-
 
|-
| Atari800 PSP
+
!colspan="9"|FPS
| [https://wololo.net/talk/viewtopic.php?f=47&t=50039 4.2.0][https://github.com/8bitpsp/atari800 git]
 
| {{✗}}
 
| Mid
 
| {{✓}}
 
| {{✓}}
 
|-
 
| PSPAtari
 
| [http://zx81.zx81.free.fr/serendipity/index.php?/archives/286-PSPAtari-Atari-8001305200-Emulator-for-PSP-v1.1.3-minor-fix.html 1.1.3]
 
| {{✗}}
 
| Low
 
| {{~}}
 
| {{✓}}
 
|}
 
 
 
===Atari 2600===
 
 
 
{| class="wikitable" style="text-align:center;"
 
! Name
 
! class="unsortable"|Version
 
! class="unsortable"|Active
 
! scope="col"|[[Emulation Accuracy|Accuracy]]
 
! scope="col"|[[PPSSPP|PPSSPP]]
 
! [[Recommended Emulators|Recommended]]
 
 
|-
 
|-
| PSP2600
+
|Aleph One
| [http://zx81.zx81.free.fr/serendipity/index.php?/archives/360-PSP2600-Atari-2600-emulator-for-PSP-v1.2.0-cheat.html 1.2.0]
+
|align=left|{{Icon|Windows|Linux|macOS}}
| {{✗}}
+
|[https://alephone.lhowon.org/download.html 1.4]
| Mid
+
|{{✗}} ||{{✓}} ||{{✓}}
| {{✓}}
+
|Marathon 1-2, Marathon Infinity
| {{✓}}
 
 
|-
 
|-
| Stella PSP
+
|[http://bibendovsky.github.io/bstone BStone]
| [https://gbatemp.net/download/stella-psp.28297/ 0.2]
+
|align=left|{{Icon|Windows|Linux|macOS}}
| {{✗}}
+
|[https://github.com/bibendovsky/bstone/releases git]
| Low
+
|{{✗}} ||{{}} ||{{}}
| {{~}}
+
|Blake Stone: Aliens of Gold, Blake Stone: Planet Strike
| {{~}}
 
|}
 
 
 
===Atari 5200===
 
 
 
{| class="wikitable sortable" style="text-align:center;"
 
! Name
 
! class="unsortable"|Version
 
! class="unsortable"|Active
 
! scope="col"|[[Emulation Accuracy|Accuracy]]
 
! scope="col"|[[PPSSPP|PPSSPP]]
 
! [[Recommended Emulators|Recommended]]
 
 
|-
 
|-
| jum52 PSP
+
|Crispy Doom <br/>Crispy Heretic
| [https://jum.pdroms.de/emulators/emu5200.html 1.1]
+
|align=left|{{Icon|Windows|Linux}}
| {{✗}}
+
|[https://github.com/fabiangreffrath/crispy-doom/releases git]
| Low
+
|{{✗}} ||{{}} ||{{✓}}
| {{~}}
+
|''Crispy Doom:'' Doom 1-2, Final Doom <br/>''Crispy Heretic:'' Heretic
| {{✓}}
 
 
|-
 
|-
| PSPAtari
+
|[https://dhewm3.org dhewm3]
| [http://zx81.zx81.free.fr/serendipity/index.php?/archives/286-PSPAtari-Atari-8001305200-Emulator-for-PSP-v1.1.3-minor-fix.html 1.1.3]
+
|align=left|{{Icon|Windows|Linux|macOS|FreeBSD|Amiga}}
| {{}}
+
|[https://github.com/dhewm/dhewm3/releases git]
| Low
+
|{{}} ||{{}} ||{{✓}}
| {{~}}
+
|Doom 3 (Original)
| {{✓}}
 
|}
 
 
 
===Atari 7800===
 
 
 
{| class="wikitable" style="text-align:center;"
 
! Name
 
! class="unsortable"|Version
 
! class="unsortable"|Active
 
! scope="col"|[[Emulation Accuracy|Accuracy]]
 
! scope="col"|[[PPSSPP|PPSSPP]]
 
! [[Recommended Emulators|Recommended]]
 
 
|-
 
|-
| PSP7800
+
|[https://doom64ex.wordpress.com Doom64 EX]
| [https://atariage.com/forums/applications/core/interface/file/attachment.php?id=149306 1.4.0]
+
|align=left|{{Icon|Windows|Linux|macOS}}
| {{✗}}
+
|[https://sourceforge.net/projects/doom64ex/files/doom64ex/2.5 2.5]
| Mid
+
|{{✗}} ||{{}} ||{{✓}}
| {{}}
+
|Doom 64 (Original)
| {{✓}}
 
|}
 
 
 
===Atari Lynx===
 
 
 
{| class="wikitable sortable" style="text-align:center;"
 
! Name
 
! class="unsortable"|Version
 
! class="unsortable"|Active
 
! scope="col"|[[Emulation Accuracy|Accuracy]]
 
! scope="col"|[[PPSSPP|PPSSPP]]
 
! [[Recommended Emulators|Recommended]]
 
 
|-
 
|-
| Handy PSP
+
|[http://www.descent2.de D2X-XL] <br/>[https://www.dxx-rebirth.com DXX-Rebirth]
| [https://github.com/8bitpsp/handy/releases/tag/v0.95.1 git]
+
|align=left|{{Icon|Windows|Linux|macOS}}
| {{✗}}
+
|[https://sourceforge.net/projects/d2x-xl 1.18.76] <br/>[https://github.com/dxx-rebirth/dxx-rebirth/releases git]
| High
+
|{{✗}} ||{{✓}} ||{{✓}}
| {{✓}}
+
|Descent, Descent II
| {{✓}}
 
 
|-
 
|-
| pLynx
+
|ECWolf
| [https://archive.org/details/plynx-v-09.7z 0.9]
+
|align=left|{{Icon|Windows|Linux|macOS|Android}}
| {{✗}}
+
|[http://maniacsvault.net/ecwolf/download.php 1.3.3]
| Mid
+
|{{✓}} ||{{✓}} ||{{✓}}
| {{✓}}
+
|Wolfenstein 3D, Spear of Destiny, Super 3D Noah’s Ark
| {{✓}}
 
|}
 
 
 
===Atari ST===
 
 
 
{| class="wikitable" style="text-align:center;"
 
! Name
 
! class="unsortable"|Version
 
! class="unsortable"|Active
 
! scope="col"|[[Emulation Accuracy|Accuracy]]
 
! scope="col"|[[PPSSPP|PPSSPP]]
 
! [[Recommended Emulators|Recommended]]
 
|-
 
| CaSTaway
 
| [http://www.codejedi.com/shadowplan/castaway.html r006]
 
| {{✗}}
 
| Mid
 
| {{~}}
 
| {{~}}
 
|}
 
 
 
===Atari Jaguar===
 
 
 
{| class="wikitable" style="text-align:center;"
 
! Name
 
! class="unsortable"|Version
 
! class="unsortable"|CD
 
! class="unsortable"|Active
 
! scope="col"|[[Emulation Accuracy|Accuracy]]
 
! scope="col"|[[PPSSPP|PPSSPP]]
 
! [[Recommended Emulators|Recommended]]
 
|-
 
| Virtual Jaguar
 
| [https://gbatemp.net/download/virtual-jaguar-for-psp.30598/download?version=30598 170206]
 
| {{✗}}
 
| {{✗}}
 
| Low
 
| {{~}}<small> (Slow)</small>
 
| {{✗}}
 
|}
 
 
 
Rename ROM Files <code><B>.jag /.j64</B></code> <B>⇔</B> <B><code> cf.jag</B></code> put it in EBOOT.PBP File.
 
 
 
=<B>NEC Home Electronics</B>=
 
 
 
===PC Engine/CD/SuperGrafx ===
 
 
 
{| class="wikitable sortable" style="text-align:center;"
 
! Name
 
! class="unsortable"|Version
 
! class="unsortable"|PCECD
 
! class="unsortable"|SGfx
 
! class="unsortable"|Active
 
! scope="col"|[[Emulation Accuracy|Accuracy]]
 
! scope="col"|[[PPSSPP|PPSSPP]]
 
! [[Recommended Emulators|Recommended]]
 
|-
 
| HuE
 
| [https://www.psx-place.com/resources/turbografx-16-hue-0-70.240/ 0.70]
 
| {{✓}}
 
| {{✓}}
 
| {{✗}}
 
| High
 
| {{✓}}
 
| {{✓}}
 
|-
 
| PSPHuGo
 
| [http://zx81.zx81.free.fr/serendipity/index.php?/archives/365-PSPHUGO-PC-Engine-Emulator-for-PSP-v1.3.1-Irda-Joystick.html 1.3.1]
 
| {{✓}}
 
| {{~}}
 
| {{✗}}
 
| Mid
 
| {{✓}}
 
| {{✓}}
 
|-
 
| PCE for PSP
 
| [https://gbatemp.net/download/pce-for-psp-version.28954/download?version=28954 0.83U01] [https://psp.brewology.com/downloads/get.php?id=10662 0.83D6]
 
| {{✓}}
 
| {{~}}
 
| {{✗}}
 
| Mid
 
| {{~}}
 
| {{~}}
 
|}
 
 
 
===PC9801===
 
 
 
{| class="wikitable" style="text-align:center;"
 
! Name
 
! class="unsortable"|Version
 
! class="unsortable"|Active
 
! scope="col"|[[Emulation Accuracy|Accuracy]]
 
! scope="col"|[[PPSSPP|PPSSPP]]
 
! [[Recommended Emulators|Recommended]]
 
|-
 
| NP2
 
| [http://emuhani.up.seesaa.net/image/NP2_for_PSP_v0.39.zip 0.39]
 
| {{✗}}
 
| Low
 
| {{~}}
 
| {{✓}}
 
|-
 
| NP21
 
| [http://emuhani.up.seesaa.net/image/NP21_for_PSP_v0.39.zip 0.39]
 
| {{✗}}
 
| Low
 
| {{~}}
 
| {{✓}}
 
|}
 
 
 
===PC8801===
 
 
 
{| class="wikitable" style="text-align:center;"
 
! Name
 
! class="unsortable"|Version
 
! class="unsortable"|Active
 
! scope="col"|[[Emulation Accuracy|Accuracy]]
 
! scope="col"|[[PPSSPP|PPSSPP]]
 
! [[Recommended Emulators|Recommended]]
 
|-
 
| Quasi88
 
| [https://psp.brewology.com/downloads/download.php?id=8656&mcid=1 0.6.3 r3]
 
| {{✗}}
 
| Low
 
| {{~}}
 
| {{~}}
 
|}
 
 
 
=<B>SNK Corporation</B>=
 
 
 
===Neo Geo Pocket/Color===
 
 
 
{| class="wikitable" style="text-align:center;"
 
! Name
 
! class="unsortable"|Version
 
! class="unsortable"|Active
 
! scope="col"|[[Emulation Accuracy|Accuracy]]
 
! scope="col"|[[Libretro|Libretro Core]]
 
! scope="col"|[[PPSSPP|PPSSPP]]
 
! [[Recommended Emulators|Recommended]]
 
 
|-
 
|-
| RACE! PSP
+
|Hammer of Thyrion
| [https://psp.akop.org/race.htm 2.16][https://github.com/8bitpsp/race git][https://www.psx-place.com/resources/racepsp-theelf-mod.577/ 2.17<small> theelf Mod</small>]
+
|align=left|{{Icon|Windows|Linux|macOS}}
| {{✗}}
+
|[http://uhexen2.sourceforge.net 1.5.9]
| High
+
|{{✗}} ||{{✓}} ||{{✓}}
| {{✓}}
+
|Hexen II
| {{✓}}
 
| {{✓}}
 
 
|-
 
|-
| NeoPop PSP
+
|[https://ioquake3.org ioquake3]
| [https://gbatemp.net/download/neopop-psp.23360/ 0.71.15][https://github.com/8bitpsp/neopop git]
+
|align=left|{{Icon|Windows|Linux|macOS|Amiga}}
| {{✗}}
+
|[https://ioquake3.org/get-it 1.36]
| Mid
+
|{{✗}} ||{{}} ||{{✓}}
| {{}}
+
|Quake III: Arena
| {{✓}}
 
| {{✓}}
 
 
|-
 
|-
| ngPSP
+
|iortcw
| [https://gbatemp.net/download/ngpsp.27556/ 1.3.1]
+
|align=left|{{Icon|Windows|Linux|macOS}}
| {{✗}}
+
|[https://github.com/iortcw/iortcw/releases git]
| Mid
+
|{{✗}} ||{{~}} ||{{✓}}
| {{}}
+
|Return to Castle Wolfenstein
| {{~}}
 
| {{✓}}
 
|}
 
 
 
=<B>MicroSoft</B>=
 
 
 
===MS-DOS===
 
 
 
{| class="wikitable sortable" style="text-align:center;"
 
! Name
 
! class="unsortable"|Version
 
! class="unsortable"|Active
 
! scope="col"|[[Emulation Accuracy|Accuracy]]
 
! scope="col"|[[PPSSPP|PPSSPP]]
 
! [[Recommended Emulators|Recommended]]
 
 
|-
 
|-
| [[DOSBox]]
+
|[http://nukeykt.retrohost.net NBlood]
| [https://github.com/pierrelouys/dosbox_psp git]
+
|align=left|{{Icon|Windows|Linux}}
| {{}}
+
|[https://lerppu.net/wannabethesis/nblood/latest/ git]
| Low
+
|{{}} ||{{✓}} ||{{}}
| {{✓}} (Low Compatibility/Doesn't Crashed as yet)
+
|Blood
| {{}}
 
 
|-
 
|-
| [[DOSBox]]
+
|OpenMoHAA
| [http://www.psx-place.com/resources/dosbox-0-71.270/ 0.71]
+
|align=left|{{Icon|Windows|Linux}}
| {{✗}}
+
|[https://sourceforge.net/projects/openmohaa/]
| Low
+
|{{✗}} ||{{}} ||{{✗}}
| {{~}}
+
|Medal of Honour: Allied Assault
| {{✗}}
 
|}
 
 
 
{| class="mw-collapsible mw-collapsed wikitable" style="width: 100%;"
 
! colspan=2 width="250"| DOSBox 0.71
 
 
|-
 
|-
|
+
|OpenXRay
* [https://gbatemp.net/threads/dosbox-on-psp-for-an-idiot.486673/ DOSBox Navigator 1.51] (Win9x/DOSBox 0.71)
+
|align=left|{{Icon|Windows|Linux}}
 
+
|[https://github.com/OpenXRay/xray-16/releases git]
* [https://wololo.net/downloads/index.php/download/195 DOSBox EasyNavigator]
+
|{{✗}} ||{{✓}} ||{{✓}}
 
+
|S.T.A.L.K.E.R.: Clear Sky, S.T.A.L.K.E.R.: Call of Pripyat
* DOSBox 0.71 is [https://www.dosbox.com/wiki/Psp_dosbox an old version] and [http://wololo.net/2016/12/30/trip-homebrew-lane-dosbox-psp/ doesn't run that well] with the more demanding games and Windows 9x on the PSP. The DOSBox Navigator packs linked above are for easy navigation through the DOSBox menus on the PSP screen.
 
|}
 
 
 
===MSX/MSX2/MSX2+/MSXturboR===
 
 
 
{| class="wikitable" style="text-align:center;"
 
! Name
 
! class="unsortable"|Version
 
! class="unsortable"|Active
 
! scope="col"|[[Emulation Accuracy|Accuracy]]
 
! scope="col"|[[PPSSPP|PPSSPP]]
 
! [[Recommended Emulators|Recommended]]
 
 
|-
 
|-
| [[fMSX]] PSP
+
|[http://pcex.retrohost.net PCExhumed]
| [https://wololo.net/talk/viewtopic.php?t=49633 5.4.2][https://github.com/8bitpsp/fms git]
+
|align=left|{{Icon|Windows|Linux}}
| {{✗}}
+
|[https://lerppu.net/wannabethesis/pcexhumed/]
| Mid
+
|{{✗}} ||{{✓}} ||{{✓}}
| {{✓}}
+
|Powerslave (PC)
| {{✓}}
 
 
|-
 
|-
| PSPMSX
+
|[https://powerslaveex.wordpress.com Powerslave EX]
| [http://zx81.zx81.free.fr/serendipity/index.php?/archives/368-PSPMSX-MSX-Emulator-for-PSP-v1.5.1-Irda-Joy.html 1.5.1]
+
|align=left|{{Icon|Windows|Linux|macOS}}
| {{✗}}
+
|[https://github.com/svkaiser/PowerslaveEX git]
| Mid
+
|{{✗}} ||{{}} ||{{✓}}
| {{}}
+
|Powerslave (Console)
| {{✓}}
 
 
|-
 
|-
| HitBit
+
|[https://docs.libretro.com/library/prboom PrBoom]
| [https://gbatemp.net/download/hitbit.28305/ 0.05]
+
|align=left|{{Icon|Windows|Linux|macOS|FreeBSD}}
| {{}}
+
|[https://github.com/libretro/libretro-prboom git]
| Low
+
|{{}} ||{{~}}<ref group=N>PrBoom-plus is still active</ref> ||{{}}
| {{~}}
+
|Doom 1-2, Final Doom
| {{~}}
 
 
|-
 
|-
| uMSX
+
|[http://quakespasm.sourceforge.net Quakespasm] <br/>vkQuake<ref group=N>vkQuake is based on Quakespasm, but uses Vulkan instead of OpenGL for rendering</ref>
| [https://psp.scenebeta.com/noticia/umsx 0.1]
+
|align=left|{{Icon|Windows|Linux|macOS}}
| {{✗}}
+
|[https://sourceforge.net/projects/quakespasm 0.94.2] <br/>[https://github.com/Novum/vkQuake/releases git]
| Low
+
|{{✗}} ||{{}} ||{{}}
| {{~}}
+
|Quake 1
| {{~}}
 
|}
 
 
 
=<B>Bandai</B>=
 
 
 
===WonderSwan/WonderSwan Color===
 
 
 
{| class="wikitable sortable" style="text-align:center;"
 
! Name
 
! class="unsortable"|Version
 
! class="unsortable"|Active
 
! scope="col"|[[Emulation Accuracy|Accuracy]]
 
! scope="col"|[[PPSSPP|PPSSPP]]
 
! [[Recommended Emulators|Recommended]]
 
 
|-
 
|-
| eSwan
+
|RBDOOM-3-BFG
| [https://archive.org/details/eSwan009.7z 0.09]
+
|align=left|{{Icon|Windows|Linux}}
| {{✗}}
+
|[https://github.com/RobertBeckebans/RBDOOM-3-BFG/releases git]
| Low
+
|{{✗}} ||{{✓}} ||{{}}
| {{✓}}
+
|Doom 3 (BFG Edition)
| {{~}}
 
 
|-
 
|-
| pSwan
+
|[https://icculus.org/rott Rise of the Triad for Linux]
| [https://archive.org/details/pSwan_v007.7z 0.07]
+
|align=left|{{Icon|Windows7|Linux|DC}}
| {{✗}}
+
|[https://icculus.org/rott/releases git]
| Low
+
|{{✗}} ||{{}} ||{{✗}}
| {{}}
+
|Rise of the Triad: Dark War
| {{✗}}
 
 
|-
 
|-
| OSwan
+
|rottexpr
| [https://gbatemp.net/download/oswan-0-7-for-psp.28362/download?version=28362 0.01]
+
|align=left|{{Icon|Windows|Linux}}
| {{✗}}
+
|[https://github.com/LTCHIPS/rottexpr/releases git]
| Low
+
|{{✗}} ||{{✓}} ||{{}}
| {{✓}}
+
|Rise of the Triad: Dark War
| {{}}
 
 
|-
 
|-
| Cygne
+
|Shockolate
| [https://gbatemp.net/download/cygne.28358/download?version=28358 00.0]
+
|align=left|{{Icon|Windows|Linux|macOS|FreeBSD}}
| {{✗}}
+
|[https://github.com/Interrupt/systemshock/releases git]
| Low
+
|{{✗}} ||{{✓}} ||{{}}
| {{✓}}
+
|System Shock 1
| {{}}
 
|}
 
 
 
=<B>Watara</B>=
 
 
 
===SuperVision===
 
 
 
{| class="wikitable" style="text-align:center;"
 
! Name
 
! class="unsortable"|Version
 
! class="unsortable"|Active
 
! scope="col"|[[Emulation Accuracy|Accuracy]]
 
! scope="col"|[[PPSSPP|PPSSPP]]
 
! [[Recommended Emulators|Recommended]]
 
 
|-
 
|-
| Potator
+
|[https://theforceengine.github.io The Force Engine]
| [https://github.com/infval/potator-psp-akop git]
+
|align=left|{{Icon|Windows}}
| {{~}}
+
|[https://theforceengine.github.io/downloads.html 0.02.001]
| Mid
+
|{{}} ||{{✓}} ||{{✗}} <small>(WIP)</small>
| {{}}
+
|Star Wars: Dark Forces, Outlaws
| {{✓}}
 
|}
 
 
 
=<B>Arcade System Board</B>=
 
 
 
{| class="wikitable sortable" style="text-align:center;"
 
! Name
 
! class="unsortable"|Version
 
! class="unsortable"|CPS1
 
! class="unsortable"|CPS2
 
! class="unsortable"|CPS3
 
! class="unsortable"|MVS/AES
 
! class="unsortable"|CD
 
! class="unsortable"|Other
 
! class="unsortable"|Active
 
! scope="col"|[[Emulation Accuracy|Accuracy]]
 
! scope="col"|[[PPSSPP|PPSSPP]]
 
! [[Recommended Emulators|Recommended]]
 
 
|-
 
|-
| NJEMU
+
|[https://disenchant.net/tyrquake Tyrquake]
| [https://github.com/phoe-nix/NJEMU git][http://www.akihabara-online.com/Foro/viewtopic.php?f=25&t=930 mvs/ncdz 2.3.1 <small> theelf mod</small>]
+
|align=left|{{Icon|Windows|Linux|macOS|FreeBSD}}
| {{✓}}
+
|[https://disenchant.net/git/tyrquake.git git]
| {{✓}}
+
|{{✓}} ||{{✓}} ||{{✓}}
| {{✗}}
+
|Quake 1
| {{✓}}
 
| {{✓}}
 
| {{✗}}
 
| {{✗}}
 
| Mid
 
| {{✗}}<small> (glitch Menu)</small>
 
| {{✓}}
 
 
|-
 
|-
| Uo NJEMU Mod
+
|vitaQuake II
| [https://github.com/173210/mvspsp/releases/tag/r5 2.3.1 Mod rev5]
+
|align=left|{{Icon|Windows|Linux|macOS|Vita}}
| {{✓}}
+
|[https://github.com/Rinnegatamante/vitaQuakeII git], [http://vitadb.rinnegatamante.it/#/info/278 PS Vita]
| {{✓}}
+
|{{✓}} ||{{✓}} ||{{✓}}
| {{✗}}
+
|Quake 2
| {{✓}}
 
| {{✓}}
 
| {{✗}}
 
| {{✗}}
 
| Mid
 
| {{✗}}<small> (glitch Menu)</small>
 
| {{✓}}
 
 
|-
 
|-
| FBA4PSPmod
+
|[https://xash.su/xash3d.html Xash3D]
| [https://github.com/PSP-Archive/FBA4PSPmod Psikyo Core]
+
|align=left|{{Icon|Windows|Linux|Android}}
| {{✓}}
+
|[https://xash3d.ru/doku.php?id=downloads 0.99]
| {{✓}}
+
|{{✗}} ||{{~}} ||{{✓}}
| {{✓}}
+
|Half-Life 1
| {{✓}}
 
| {{✓}}
 
| {{✗}}
 
| {{}}
 
| Mid
 
| {{✓}}
 
| {{~}}
 
 
|-
 
|-
| PSP-MAME4ALL
+
|[https://www.yamagi.org/quake2 Yamagi Quake II]
| [https://github.com/PSP-Archive/PSP-MAME4ALL/releases/tag/5.1 git]
+
|align=left|{{Icon|Windows|Linux|macOS|FreeBSD}}
| {{✗}}
+
|[https://deponie.yamagi.org/quake2 8.00]
| {{✗}}
+
|{{✗}} ||{{✓}} ||{{}}
| {{✗}}
+
|Quake 2
| {{✗}}
 
| {{✗}}
 
| {{✓}}
 
| {{✗}}
 
| Low
 
| {{}}<small> (crash)</small>
 
| {{~}}
 
 
|-
 
|-
| PSPMAME 0.97- Repuken2
+
!colspan="9"|Platform
| [https://github.com/PSP-Archive/pspMAME-0.97-repuken2/releases/tag/0.97s git]
 
| {{✗}}
 
| {{✗}}
 
| {{✗}}
 
| {{✗}}
 
| {{✗}}
 
| {{✓}}
 
| {{✗}}
 
| Low
 
| {{✓}}
 
| {{~}}
 
 
|-
 
|-
| PSPMAME 0.97- MTK
+
|Jazz² Resurrection
| [https://github.com/PSP-Archive/pspMAME-0.97-TMK/releases/tag/0.6 git]
+
|align=left|{{Icon|Windows|Linux|macOS|Android}}
| {{✗}}
+
|[https://github.com/deathkiller/jazz2/releases git]
| {{✗}}
+
|{{✗}} ||{{✓}} ||{{✓}}
| {{✗}}
+
|Jazz Jackrabbit 2
| {{✗}}
 
| {{✗}}
 
| {{✓}}
 
| {{✗}}
 
| Low
 
| {{✓}}
 
| {{~}}
 
 
|-
 
|-
| XMAME
+
|NXEngine <br/>[https://github.com/nxengine/nxengine-evo nxengine-evo]
| [https://gbatemp.net/download/xmame.28304/ 0.1.2]
+
|align=left|{{Icon|Windows|Linux|macOS}}
| {{✗}}
+
|[http://nxengine.sourceforge.net 1.0.0.6] <br/>[https://github.com/nxengine/nxengine-evo/releases git]
| {{✗}}
+
|{{✓}} ||{{✗}} ||{{✓}}
| {{✗}}
+
|Cave Story
| {{✗}}
 
| {{✗}}
 
| {{✓}}
 
| {{✗}}
 
| Low
 
| {{✓}}
 
| {{~}}
 
 
|-
 
|-
| NeoCDPSP
+
|[http://www.alister.eu/jazz/oj/about.php OpenJazz]
| [https://psp.brewology.com/downloads/download.php?id=3666&mcid=1 0.9.1][http://yoyofr92.free.fr/psp/neogeo.html 0.5 Official]
+
|align=left|{{Icon|Windows|Linux|macOS|Pandora|GP32|DC}}
| {{✗}}
+
|[https://github.com/AlisterT/openjazz/releases git]
| {{✗}}
+
|{{✗}} ||{{~}} ||{{✓}}
| {{✗}}
+
|Jazz Jackrabbit 1
| {{✗}}
 
| {{✓}}
 
| {{✗}}
 
| {{}}
 
| Mid
 
| {{✓}}<small>(vertical and horizontal lines showing in Game screen)</small>
 
| {{~}}
 
|}
 
 
 
=<B>Coleco Industries</B>=
 
 
 
===ColecoVision===
 
 
 
{| class="wikitable sortable" style="text-align:center;"
 
! Name
 
! class="unsortable"|Version
 
! class="unsortable"|Active
 
! scope="col"|[[Emulation Accuracy|Accuracy]]
 
! scope="col"|[[PPSSPP|PPSSPP]]
 
! [[Recommended Emulators|Recommended]]
 
 
|-
 
|-
| PSPColem
+
|R.E.L.I.V.E.
| [http://zx81.zx81.free.fr/serendipity/index.php?/archives/369-PSPColem-A-ColecoVision-Emulator-for-PSP-v1.3.1-irda-joy.html 1.3.1]
+
|align=left|{{Icon|Windows|Linux}}
| {{✗}}
+
|[https://github.com/AliveTeam/alive_reversing git]
| Mid
+
|{{✗}} ||{{✓}} ||{{✓}}
| {{✓}}
+
|Oddworld: Abe's Oddysee, Oddworld: Abe's Exoddus
| {{✓}}
 
 
|-
 
|-
| ColEm PSP
+
|rawgl
| [http://psp.akop.org/colem.htm 2.6.1]
+
|align=left|{{Icon|Windows|Linux|macOS}}
| {{✗}}
+
|[https://github.com/cyxx/rawgl git]
| Mid
+
|{{✗}} ||{{✓}} ||{{✓}}
| {{✓}}
+
|Another World/Out of This World
| {{✓}}
 
 
|-
 
|-
| emuCOL
+
|REminiscence
| [https://psp.scenebeta.com/noticia/emucol 1.0]
+
|align=left|{{Icon|Windows|Android}}
| {{}}
+
|[http://cyxdown.free.fr/reminiscence 0.4.9]
| Low
+
|{{}} ||{{}} ||{{}}
| {{~}}
+
|Flashback (Another World's spiritual sequel)
| {{}}
 
|}
 
 
 
=<B>Mattel Electronics</B>=
 
 
 
===Intellivision===
 
 
 
{| class="wikitable" style="text-align:center;"
 
! Name
 
! class="unsortable"|Version
 
! class="unsortable"|Active
 
! scope="col"|[[Emulation Accuracy|Accuracy]]
 
! scope="col"|[[PPSSPP|PPSSPP]]
 
! [[Recommended Emulators|Recommended]]
 
 
|-
 
|-
| PSPInt
+
|Rigel Engine
| [http://zx81.zx81.free.fr/serendipity/index.php?/archives/219-PSPInt-Intellivision-Emulator-for-PSP-v1.1.0-SLIM.html 1.1.0]
+
|align=left|{{Icon|Windows|Linux|macOS|LinuxARM}}
| {{✗}}
+
|[https://github.com/lethal-guitar/RigelEngine/releases git]
| Mid
+
|{{✗}} ||{{✓}} ||{{✓}}
| {{✓}}
+
|Duke Nukem II
| {{✓}}
 
|}
 
 
 
=<B>Fairchild Semiconductor</B>=
 
 
 
===Channel F===
 
 
 
{| class="wikitable" style="text-align:center;"
 
! Name
 
! class="unsortable"|Version
 
! class="unsortable"|Active
 
! scope="col"|[[Emulation Accuracy|Accuracy]]
 
! scope="col"|[[Libretro|Libretro Core]]
 
! scope="col"|[[PPSSPP|PPSSPP]]
 
! [[Recommended Emulators|Recommended]]
 
 
|-
 
|-
| FreeChaF
+
|[https://github.com/Rubberduckycooly/Sonic-1-2-2013-Decompilation RSDK]
| [https://www.libretro.com/index.php/category/freechaf/ libretro]
+
|align=left|{{Icon|Windows|Linux|macOS|Android|Vita|Switch}}
| {{✓}} <small>(libretro)</small>
+
|[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]
| Mid
+
|{{✗}} ||{{✓}} ||{{✓}}
| {{✓}}
+
|Sonic the Hedgehog 1-2, Sonic CD
| {{✓}}
 
| {{✓}}
 
|}
 
 
 
Only available as a seperate [https://emulation.gametechwiki.com/index.php/Emulators_on_PSP#RetroArch LibRetro] core.
 
 
 
=<B>Magnavox</B>=
 
 
 
===Odyssey²===
 
 
 
{| class="wikitable" style="text-align:center;"
 
! Name
 
! class="unsortable"|Version
 
! class="unsortable"|Active
 
! scope="col"|[[Emulation Accuracy|Accuracy]]
 
! scope="col"|[[PPSSPP|PPSSPP]]
 
! [[Recommended Emulators|Recommended]]
 
 
|-
 
|-
| EmuODD PSP
+
|[https://www.popot.org/get_the_games.php?game=SDLPoP SDLPoP]
| [http://wololo.net/downloads/index.php/download/8113 1.0]
+
|align=left|{{Icon|Windows|Linux|macOS}}
| {{✗}}
+
|[https://github.com/NagyD/SDLPoP git]
| Low
+
|{{✗}} ||{{}} ||{{}}
| {{~}}
+
|Prince of Persia (1989)
| {{}}
 
|}
 
 
 
Executing this emulator several times results in no sound anymore until a cold reboot of the PSP.
 
 
 
=<B>General Consumer Electronics</B>=
 
 
 
===Vectrex===
 
 
 
{| class="wikitable" style="text-align:center;"
 
! Name
 
! class="unsortable"|Version
 
! class="unsortable"|Active
 
! scope="col"|[[Emulation Accuracy|Accuracy]]
 
! scope="col"|[[PPSSPP|PPSSPP]]
 
! [[Recommended Emulators|Recommended]]
 
 
|-
 
|-
| PSPVE
+
|[[ Super Mario 64 Port]]
| [http://zx81.zx81.free.fr/serendipity/index.php?/archives/321-PSPVE-A-Vectrex-emulator-for-PSP-v1.0.2.html 1.0.2]
+
|Multi-platform
| {{✗}}
+
|Depends on port
| Mid
+
|{{✗}} ||{{✓}} ||{{✓}}
| {{✓}}
+
|Super Mario 64 (N64)
| {{✓}}
 
 
|-
 
|-
| PSPVecx
+
|[http://www.bigorno.net/xrick xrick]
| [https://psp.scenebeta.com/noticia/psp-vecx 1.51]
+
|align=left|{{Icon|Windows|Linux|GameCube|BeOS|Amiga|GP32}}
| {{}}
+
|[http://www.bigorno.net/xrick/download.html #021212]
| Low
+
|{{}} ||{{}} ||{{✓}}
| {{~}}
+
|Rick Dangerous
| {{✓}}
 
|}
 
 
 
=<B>Commodore International</B>=
 
 
 
===Amiga===
 
 
 
{| class="wikitable" style="text-align:center;"
 
! Name
 
! class="unsortable"|Version
 
! class="unsortable"|Active
 
! scope="col"|[[Emulation Accuracy|Accuracy]]
 
! scope="col"|[[PPSSPP|PPSSPP]]
 
! [[Recommended Emulators|Recommended]]
 
 
|-
 
|-
| PSPUAE
+
!colspan="9"|Puzzle
| [https://www.ultimateamiga.com/index.php?topic=9721.0 UE 0.90 Beta 5]
 
| {{✗}}
 
| Low
 
| {{~}}<small> (Slow)</small>
 
| {{~}}
 
|}
 
 
 
===C64===
 
 
 
{| class="wikitable" style="text-align:center;"
 
! Name
 
! class="unsortable"|Version
 
! class="unsortable"|Active
 
! scope="col"|[[Emulation Accuracy|Accuracy]]
 
! scope="col"|[[PPSSPP|PPSSPP]]
 
! [[Recommended Emulators|Recommended]]
 
 
|-
 
|-
| VICE PSP
+
|Lemmini
| [https://github.com/rsn8887/pspvice/releases/tag/v3.2.5 git]
+
|align=left|{{Icon|Windows|macOS}}
| {{~}}
+
|[https://github.com/mjfwalsh/lemmini/releases git]
| High
+
|{{}} ||{{}} ||{{✓}}
| {{}}
+
|Lemmings
| {{✓}}
 
 
|-
 
|-
| PSPVICE
+
!colspan="9"|Racing
| [http://perso.numericable.fr/ckckck/C64_PSPVice.html 1.2]
 
| {{✗}}
 
| Mid
 
| {{✓}}
 
| {{✓}}
 
 
|-
 
|-
| C64PSP
+
|CannonBall
| [https://gbatemp.net/download/c64psp.28299/ 0.3]
+
|align=left|{{Icon|Windows|Linux|macOS|Pandora|LinuxARM}}
| {{}}
+
|[https://github.com/djyt/cannonball/wiki git]
| Mid
+
|{{}} ||{{}} ||{{}}
| {{~}}
+
|OutRun
| {{~}}
 
|}
 
 
 
===VIC20===
 
 
 
{| class="wikitable" style="text-align:center;"
 
 
|-
 
|-
! Name
+
|NFSIISE
! class="unsortable"|Version
+
|align=left|{{Icon|Windows|Linux|macOS|Android}}
! class="unsortable"|Active
+
|[https://github.com/zaps166/NFSIISE/releases git]
! scope="col"|[[Emulation Accuracy|Accuracy]]
+
|{{✗}} ||{{✓}} ||{{✓}}
! scope="col"|[[PPSSPP|PPSSPP]]
+
|Need for Speed II: SE
! [[Recommended Emulators|Recommended]]
 
 
|-
 
|-
| PSPVIC20
+
|OpenC1
| [http://perso.numericable.fr/ckckck/C64_PSPVice.html 1.1 Beta]
+
|align=left|{{Icon|Windows|Linux|macOS}}
| {{✗}}
+
|[http://1amstudios.com/projects/openc1 1.4]<br/>[https://github.com/jeff-1amstudios/OpenC1 git]
| Low
+
|{{✗}} ||{{}} ||{{}}
| {{~}}
+
|Carmageddon
| {{~}}
 
|}
 
 
 
===Plus/4===
 
 
 
{| class="wikitable" style="text-align:center;"
 
 
|-
 
|-
! Name
+
|OpenLGR
! class="unsortable"|Version
+
|align=left|{{Icon|Windows|Linux|macOS}}
! class="unsortable"|Active
+
|[https://github.com/james-knippes/openlgr git]
! scope="col"|[[Emulation Accuracy|Accuracy]]
+
|{{✗}} ||{{✗}} ||{{✗}}
! scope="col"|[[PPSSPP|PPSSPP]]
+
|Lego Racers
! [[Recommended Emulators|Recommended]]
 
 
|-
 
|-
| PSPYape
+
|OpenMC2
| [http://zx81.zx81.free.fr/serendipity/index.php?/archives/148-PSPYape-A-Commodore-Plus4-Emulator-for-PSP-v1.0.3.html 1.0.3]
+
|align=left|{{Icon|Linux|macOS}} (via [[Wine]])
| {{✗}}
+
|[https://github.com/LRFLEW/OpenMC2/releases git]
| Low
+
|{{✗}} ||{{}} ||{{✓}}
| {{~}}
+
|Midnight Club II
| {{✓}}
 
 
|-
 
|-
| PSPPlus4
+
|[https://openswe1r.github.io OpenSWE1R]
| [http://perso.numericable.fr/ckckck/C64_PSPVice.html 1.1]
+
|align=left|{{Icon|Windows|Linux|macOS}}
| {{✗}}
+
|[https://github.com/OpenSWE1R/openswe1r git]
| Low
+
|{{✗}} ||{{}} ||{{}} <small>(WIP)</small>
| {{~}}
+
|Star Wars Episode 1: Racer
| {{~}}
 
|}
 
 
 
=<B>Apple</B>=
 
 
 
===Apple II/ll+/lle===
 
 
 
{| class="wikitable" style="text-align:center;"
 
! Name
 
! class="unsortable"|Version
 
! class="unsortable"|Active
 
! scope="col"|[[Emulation Accuracy|Accuracy]]
 
! scope="col"|[[PPSSPP|PPSSPP]]
 
! [[Recommended Emulators|Recommended]]
 
 
|-
 
|-
| Apple II Portable
+
|[https://yethiel.gitlab.io/RVDocs RVGL]
| [http://psp-news.dcemu.co.uk/apple2portable.shtml 1.07]
+
|align=left|{{Icon|Windows|Linux|Android|LinuxARM|Pandora}}
| {{✗}}
+
|[https://rvgl.re-volt.io 21.0930a-1]
| Low
+
|{{✗}} ||{{}} ||{{}}
| {{~}}
+
|Re-Volt
| {{}}
 
|}
 
 
 
===macOS 0.x===
 
 
 
{| class="wikitable" style="text-align:center;"
 
 
|-
 
|-
! Name
+
|REDriver2
! class="unsortable"|Version
+
|align=left|{{Icon|Windows|Linux}}
! class="unsortable"|Active
+
|[https://github.com/OpenDriver2/REDRIVER2 git]
! scope="col"|[[Emulation Accuracy|Accuracy]]
+
|{{✗}} ||{{✓}} ||{{✓}}
! scope="col"|[[PPSSPP|PPSSPP]]
+
|Driver 2
! [[Recommended Emulators|Recommended]]
 
 
|-
 
|-
| Basilisk II
+
|[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/PSP-Archive/Basilisk-II-PSP git]
+
|align=left|{{Icon|Windows7|Linux|Pandora}}
| {{}}
+
|[https://repo.openpandora.org/?page=detail&app=stuntcarremake_ptitseb Build 08]
| Low
+
|{{}} ||{{}} ||{{✓}}
| {{~}}
+
|Stunt Car Racer (Amiga / AtariST)
| {{~}}
 
|}
 
 
 
=<B>Acorn Computers</B>=
 
 
 
===BBC Micro===
 
 
 
{| class="wikitable" style="text-align:center;"
 
! Name
 
! class="unsortable"|Version
 
! class="unsortable"|Active
 
! scope="col"|[[Emulation Accuracy|Accuracy]]
 
! scope="col"|[[PPSSPP|PPSSPP]]
 
! [[Recommended Emulators|Recommended]]
 
 
|-
 
|-
| PSPBeeb
+
!colspan="9"|RPG
| [http://zx81.zx81.free.fr/serendipity/index.php?/archives/264-PSPBEEB-BBC-Micro-Emulator-for-PSP-v1.1.0-SLIM-+-IR.html 1.1.0]
 
| {{✗}}
 
| Mid
 
| {{✓}}
 
| {{✓}}
 
|}
 
 
 
=<B>Joseph Weisbecker</B>=
 
 
 
===Chip8/SChip8===
 
 
 
{| class="wikitable" style="text-align:center;"
 
! Name
 
! class="unsortable"|Version
 
! class="unsortable"|Active
 
! scope="col"|[[Emulation Accuracy|Accuracy]]
 
! scope="col"|[[PPSSPP|PPSSPP]]
 
! [[Recommended Emulators|Recommended]]
 
 
|-
 
|-
| PSPChip8
+
|[http://arx-libertatis.org Arx Libertatis]
| [https://gbatemp.net/download/pspchip8.28298/ 1.0]
+
|align=left|{{Icon|Windows|Linux|macOS|FreeBSD}}
| {{}}
+
|[https://github.com/arx/ArxLibertatis/releases git]
| Low
+
|{{}} ||{{✓}} ||{{}}
| {{✓}}<small> (Low Compatibility)</small>
+
|Arx Fatalis
| {{~}}
 
 
|-
 
|-
| Chip8 Emulator
+
|Daggerfall Unity
| [https://www.brewology.com/downloads/download.php?id=4077&mcid=1 1.0 Beta]
+
|align=left|{{Icon|Windows|Linux|macOS}}
| {{✗}}
+
|[https://www.dfworkshop.net/projects/daggerfall-unity/live-builds Beta 0.13.2]<br/>[https://github.com/Interkarma/daggerfall-unity git]
| Low
+
|{{✗}} ||{{}} ||{{}}
| {{~}}<small> (Low Compatibility)</small>
+
|The Elder Scrolls II: Daggerfall
| {{~}}
 
 
|-
 
|-
| DreamChip
+
|DevilutionX
| [https://psp.scenebeta.com/noticia/dreamchip 4]
+
|align=left|{{Icon|Windows|Linux|macOS|FreeBSD|Haiku|Switch}}
| {{✗}}
+
|[https://github.com/diasurgical/devilutionX/releases git]
| Low
+
|{{✗}} ||{{}} ||{{}}
| {{}}<small> (Low Compatibility)</small>
+
|Diablo
| {{}}
 
|}
 
 
 
=<B>Amstrad</B>=
 
 
 
===Colour Personal Computer (CPC/CPC464)===
 
 
 
{| class="wikitable" style="text-align:center;"
 
! Name
 
! class="unsortable"|Version
 
! class="unsortable"|Active
 
! scope="col"|[[Emulation Accuracy|Accuracy]]
 
! scope="col"|[[PPSSPP|PPSSPP]]
 
! [[Recommended Emulators|Recommended]]
 
 
|-
 
|-
| PSPCap32
+
|OpenGothic
| [http://zx81.zx81.free.fr/serendipity/index.php?/archives/367-PSPCAP32-Amstrad-CPC-Emulator-for-PSP-v1.5.1-Irda-Joy.html 1.5.1]
+
|align=left|{{Icon|Windows|Linux}}
| {{✗}}
+
|[https://github.com/Try/OpenGothic git]
| Mid
+
|{{✗}} ||{{✓}} ||{{✓}}
| {{✓}}
+
|Gothic II
| {{✓}}
 
 
|-
 
|-
| Caprice32 PSP
+
|[https://makipl.github.io/OpenVIII-monogame OpenVIII]
| [https://wololo.net/talk/viewtopic.php?f=47&t=49644 4.2.0.3][https://github.com/8bitpsp/caprice32 git]
+
|align=left|{{Icon|Windows|Linux}} <!-- planned: {{Icon|Android|iOS}} -->
| {{✗}}
+
|[https://github.com/MaKiPL/OpenVIII git]
| High
+
|{{✗}} ||{{✓}} ||{{}}
| {{✓}}
+
|Final Fantasy VIII
| {{}}
 
 
|-
 
|-
| CPCPSP
+
|[https://opendiablo2.com OpenDiablo2]
| [http://psp-news.dcemu.co.uk/cpcpsp.shtml 0.1]
+
|align=left|{{Icon|Windows|Linux}}
| {{✗}}
+
|[https://github.com/OpenDiablo2/OpenDiablo2 git]
| Low
+
|{{✗}} ||{{}} ||{{✗}}
| {{~}}
+
|Diablo II
| {{✗}}
 
|}
 
 
 
=<B>Sharp Corporation</B>=
 
 
 
===X68000===
 
 
 
{| class="wikitable" style="text-align:center;"
 
! Name
 
! class="unsortable"|Version
 
! class="unsortable"|Active
 
! scope="col"|[[Emulation Accuracy|Accuracy]]
 
! scope="col"|[[Libretro|Libretro Core]]
 
! scope="col"|[[PPSSPP|PPSSPP]]
 
! [[Recommended Emulators|Recommended]]
 
 
|-
 
|-
| PX68K
+
|[https://openmw.org OpenMW]
| [http://hissorii.blog45.fc2.com/blog-entry-249.html 0.10]
+
|align=left|{{Icon|Windows|Linux|macOS}}
| {{}} <small>(libretro)</small>
+
|[https://openmw.org/downloads 0.47.0]
| Mid
+
|{{}} ||{{✓}} ||{{✓}}
| {{}}
+
|The Elder Scrolls III: Morrowind
| {{✓}}
 
| {{✓}}
 
|}
 
 
 
<B><I><Code> BIOS</code> : <code>[https://mega.nz/file/wAd13AyD#ctNqP4QvrduLcn8wSzenN9nfkvaob1Y7OYTwgC4rnYE Download]</code></B></I>
 
 
 
===X1/X1 Turbo===
 
 
 
{| class="wikitable" style="text-align:center;"
 
! Name
 
! class="unsortable"|Version
 
! class="unsortable"|Active
 
! scope="col"|[[Emulation Accuracy|Accuracy]]
 
! scope="col"|[[Libretro|Libretro Core]]
 
! scope="col"|[[PPSSPP|PPSSPP]]
 
! [[Recommended Emulators|Recommended]]
 
 
|-
 
|-
| X1 Millennium
+
|OpenTESArena
| [https://github.com/libretro/xmil-libretro libretro]
+
|align=left|{{Icon|Windows|Linux|macOS}}
| {{}} <small>(libretro)</small>
+
|[https://github.com/afritz1/OpenTESArena/releases git]
| Mid
+
|{{}} ||{{✓}} ||{{}} <small>(WIP)</small>
| {{✓}}
+
|The Elder Scrolls I: Arena
| {{✓}}
 
| {{✓}}
 
|}
 
 
 
<B><I><code> BIOS</code> : <code>[https://www.mediafire.com/file/5x1563g1zhyviis/xmiladvbios.zip/file Download]</code></B></I>
 
 
 
=<B>Sinclair Research</B>=
 
 
 
===ZX81===
 
 
 
{| class="wikitable" style="text-align:center;"
 
! Name
 
! class="unsortable"|Version
 
! class="unsortable"|Active
 
! scope="col"|[[Emulation Accuracy|Accuracy]]
 
! scope="col"|[[PPSSPP|PPSSPP]]
 
! [[Recommended Emulators|Recommended]]
 
 
|-
 
|-
| PSPZX81
+
|REGoth
| [http://zx81.zx81.free.fr/serendipity/index.php?/archives/288-PSPZX81-A-Sinclair-ZX81-emulator-for-PSP-v1.2.0-final.html 1.2.0]
+
|align=left|{{Icon|Windows|Linux}}
| {{✗}}
+
|[https://github.com/REGoth-project/REGoth-bs git]
| Mid
+
|{{✗}} ||{{}} ||{{✓}}
| {{~}}
+
|Gothic, Gothic II
| {{✓}}
 
|}
 
 
 
===ZX Spectrum===
 
 
 
{| class="wikitable sortable" style="text-align:center;"
 
! Name
 
! class="unsortable"|Version
 
! class="unsortable"|Active
 
! scope="col"|[[Emulation Accuracy|Accuracy]]
 
! scope="col"|[[PPSSPP|PPSSPP]]
 
! [[Recommended Emulators|Recommended]]
 
 
|-
 
|-
| FUSE
+
|reone
| [http://psp.akop.org/fuse.htm 0.10.0.21][https://github.com/8bitpsp/fuse git]
+
|align=left|{{Icon|Windows|Linux}}
| {{✗}}
+
|[https://github.com/seedhartha/reone/ git]
| Mid
+
|{{✗}} ||{{✓}} ||{{}} <small>(WIP)</small>
| {{✓}}
+
|Star Wars: Knights of the Old Republic 1-2
| {{}}
 
 
|-
 
|-
| PsPectrum
+
!colspan="9"|RTS
| [https://gbatemp.net/download/pspectrum.28361/ 1.0.4]
 
| {{✗}}
 
| Low
 
| {{~}}
 
| {{✓}}
 
 
|-
 
|-
| Unreal Speccy Portable
+
|OpenDUNE
| [https://bitbucket.org/djdron/unrealspeccyp/downloads/ 0.0.62]
+
|align=left|{{Icon|Windows|Linux|macOS|FreeBSD}}
| {{~}}
+
|[https://github.com/OpenDUNE/OpenDUNE/releases git]
| Mid
+
|{{}} ||{{}} ||{{✓}}
| {{~}}
+
|Dune II: The Building of a Dynasty
| {{✓}}
 
|}
 
 
 
=<B>Pyūta/Grandstand Tutor</B>=
 
 
 
===Pyūta/Tomy Tutor===
 
 
 
{| class="wikitable sortable" style="text-align:center;"
 
! Name
 
! class="unsortable"|Version
 
! class="unsortable"|Active
 
! scope="col"|[[Emulation Accuracy|Accuracy]]
 
! scope="col"|[[PPSSPP|PPSSPP]]
 
! [[Recommended Emulators|Recommended]]
 
 
|-
 
|-
| InfoPyuta
+
|[http://www.ta3d.org/home-en.php TA3D]
| [http://psp-news.dcemu.co.uk/infopyuta.shtml 0.02j]
+
|align=left|{{Icon|Windows|Linux|macOS}}
| {{✗}}
+
|[https://github.com/zuzuf/TA3D git]
| Low
+
|{{✗}} ||{{✗}} ||{{~}}
| {{✓}}
+
|Total Annihilation
| {{✗}}
 
|}
 
 
 
=<B>Miles Gordon Technology</B>=
 
 
 
===SAM Coupé===
 
 
 
{| class="wikitable" style="text-align:center;"
 
! Name
 
! class="unsortable"|Version
 
! class="unsortable"|Active
 
! scope="col"|[[Emulation Accuracy|Accuracy]]
 
! scope="col"|[[PPSSPP|PPSSPP]]
 
! [[Recommended Emulators|Recommended]]
 
|-
 
| PSPSim
 
| [http://zx81.zx81.free.fr/serendipity/index.php?/archives/280-PSPSIM-A-SamCoupe-Emulator-for-PSP-v1.2.1-speed.html 1.2.1]
 
| {{✗}}
 
| Mid
 
| {{✓}}
 
| {{✓}}
 
|}
 
 
 
=<B>Thomson SA</B>=
 
 
 
===MO5===
 
 
 
{| class="wikitable" style="text-align:center;"
 
! Name
 
! class="unsortable"|Version
 
! class="unsortable"|Active
 
! scope="col"|[[Emulation Accuracy|Accuracy]]
 
! scope="col"|[[PPSSPP|PPSSPP]]
 
! [[Recommended Emulators|Recommended]]
 
|-
 
| PSPMO5
 
| [http://zx81.zx81.free.fr/serendipity/index.php?/archives/354-PSPMO5-A-Thomson-MO5-Emulator-for-PSP-v1.2.0.html 1.2.0]
 
| {{✗}}
 
| Mid
 
| {{~}}
 
| {{✓}}
 
|}
 
 
 
===TO7-70===
 
 
 
{| class="wikitable" style="text-align:center;"
 
! Name
 
! class="unsortable"|Version
 
! class="unsortable"|Active
 
! scope="col"|[[Emulation Accuracy|Accuracy]]
 
! scope="col"|[[PPSSPP|PPSSPP]]
 
! [[Recommended Emulators|Recommended]]
 
|-
 
| PSPThom
 
| [http://zx81.zx81.free.fr/serendipity/index.php?/archives/350-PSPTHOM-A-TO7-70-emulator-for-PSP-v1.2.1.html 1.2.1]
 
| {{✗}}
 
| Mid
 
| {{~}}
 
| {{✓}}
 
|}
 
 
 
=<B>Texas Instrument</B>=
 
 
 
===TI99/4A===
 
 
 
{| class="wikitable" style="text-align:center;"
 
! Name
 
! class="unsortable"|Version
 
! class="unsortable"|Active
 
! scope="col"|[[Emulation Accuracy|Accuracy]]
 
! scope="col"|[[PPSSPP|PPSSPP]]
 
! [[Recommended Emulators|Recommended]]
 
|-
 
| PSPTI99
 
| [http://zx81.zx81.free.fr/serendipity/index.php?/archives/294-PSPTI99-A-TI-994-Emulator-for-PSP-v1.0.3.html 1.0.3]
 
| {{✗}}
 
| Mid
 
| {{~}}
 
| {{✓}}
 
|}
 
 
 
===TI92===
 
 
 
{| class="wikitable" style="text-align:center;"
 
! Name
 
! class="unsortable"|Version
 
! class="unsortable"|Active
 
! scope="col"|[[Emulation Accuracy|Accuracy]]
 
! scope="col"|[[PPSSPP|PPSSPP]]
 
! [[Recommended Emulators|Recommended]]
 
|-
 
| PSPXTI
 
| [http://zx81.zx81.free.fr/serendipity/index.php?/archives/358-PSPXTI-A-TI-92-Calculator-emulator-v1.3.0.html 1.3.0]
 
| {{✗}}
 
| Mid
 
| {{~}}
 
| {{✓}}
 
|}
 
 
 
=<B>Tandy Corporation</B>=
 
 
 
===Tandy Color Computer & Dragon32/64===
 
 
 
{| class="wikitable" style="text-align:center;"
 
! Name
 
! class="unsortable"|Version
 
! class="unsortable"|Active
 
! scope="col"|[[Emulation Accuracy|Accuracy]]
 
! scope="col"|[[PPSSPP|PPSSPP]]
 
! [[Recommended Emulators|Recommended]]
 
|-
 
| PSPDragon
 
| [http://zx81.zx81.free.fr/serendipity/index.php?/archives/304-PSPDragon-A-Dragon-Tandy-Coco-Emulator-for-PSP-v1.0.3.html 1.0.3]
 
| {{✗}}
 
| Mid
 
| {{~}}
 
| {{✓}}
 
|}
 
 
 
=<B>Hewlett Packard</B>=
 
 
 
===HP48===
 
 
 
{| class="wikitable" style="text-align:center;"
 
! Name
 
! class="unsortable"|Version
 
! class="unsortable"|Active
 
! scope="col"|[[Emulation Accuracy|Accuracy]]
 
! scope="col"|[[PPSSPP|PPSSPP]]
 
! [[Recommended Emulators|Recommended]]
 
|-
 
| PSPX48
 
| [http://zx81.zx81.free.fr/serendipity/index.php?/archives/229-PSPX48-a-HP48-Calculator-emulator-v1.1.0-SLIM.html 1.1.0]
 
| {{✗}}
 
| Mid
 
| {{~}}
 
| {{✓}}
 
|}
 
 
 
=<B>Game Engines</B>=
 
 
 
<span class="hdrrmn" style="float:left;">
 
</span>
 
 
 
===ScummVM===
 
 
 
{| class="wikitable" style="text-align:center;"
 
! Name
 
! class="unsortable"|Version
 
! class="unsortable"|Active
 
! scope="col"|[[Emulation Accuracy|Accuracy]]
 
! scope="col"|[[PPSSPP|PPSSPP]]
 
! [[Recommended Emulators|Recommended]]
 
|-
 
| [[ScummVM]]
 
| [https://www.scummvm.org/downloads/ 2.2.0]
 
| {{✓}}
 
| Mid
 
| {{✓}}
 
| {{✓}}
 
|}
 
 
 
===Open Beats of Rage===
 
 
 
{| class="wikitable" style="text-align:center;"
 
! Name
 
! class="unsortable"|Version
 
! class="unsortable"|Active
 
! scope="col"|[[Emulation Accuracy|Accuracy]]
 
! scope="col"|[[PPSSPP|PPSSPP]]
 
! [[Recommended Emulators|Recommended]]
 
|-
 
| [[OpenBOR]] PSP
 
| [https://github.com/DCurrent/openbor/releases/tag/v6391 git]
 
| {{✗}}
 
| Mid
 
| {{✓}}
 
| {{✓}}
 
|}
 
 
 
===Source ports===
 
 
 
{| class="wikitable" style="text-align:center;"
 
! Name
 
! class="unsortable"|Version
 
! class="unsortable"|Active
 
! scope="col"|[[Emulation Accuracy|Accuracy]]
 
! scope="col"|Game
 
! scope="col"|[[PPSSPP|PPSSPP]]
 
! [[Recommended Emulators|Recommended]]
 
|-
 
| Insomnia Proquake
 
| [https://www.dropbox.com/sh/cnxby6ak9tc34ny/AAC3MMzYilT1lcMEXxKD93ola?dl=0 Rev4]
 
| {{✗}}
 
| High
 
| Quake
 
| {{~}}
 
| {{✓}}
 
|-
 
| Doom PSP
 
| [https://psp.brewology.com/downloads/download.php?id=7305&mcid=1 1.4]
 
| {{✗}}
 
| High
 
| Doom
 
| {{~}}
 
| {{✓}}
 
|-
 
| Cave Story
 
| [https://www.cavestory.org/download/cave-story.php current]
 
| {{✗}}
 
| High
 
| Cave Story
 
| {{~}}
 
| {{✓}}
 
|-
 
| Opentyrian PSP
 
| [https://www.psx-place.com/resources/open-tyrian-psp-plus-b4.619/ +b4]
 
| {{✗}}
 
| High
 
| Tyrian
 
| {{~}}
 
| {{✓}}
 
|-
 
| MineCraft PSP
 
| [https://www.psx-place.com/resources/minecraft-psp-1-3-1.191/ 1.3.1]
 
| {{✗}}
 
| High
 
| LameCraft Mod
 
| {{~}}
 
| {{✓}}
 
|-
 
| AGS Runtime
 
| [https://jjs.at/software/ags.html 3.21 r9]
 
| {{✗}}
 
| Mid
 
| AGS Games Runtime Engine
 
| {{~}}
 
| {{✓}}
 
|}
 
 
 
==<B>Visual Novels</B>==
 
 
 
===ONScripter===
 
 
 
{| class="wikitable" style="text-align:center;"
 
! Name
 
! class="unsortable"|Version
 
! class="unsortable"|Active
 
! scope="col"|[[Emulation Accuracy|Accuracy]]
 
! scope="col"|[[PPSSPP|PPSSPP]]
 
! [[Recommended Emulators|Recommended]]
 
|-
 
| ONScripter for PSP
 
| [https://archive.org/details/ons.-7z 270206]
 
| {{✗}}
 
| Mid
 
| {{~}}
 
| {{✓}}
 
|}
 
 
 
=<B>Game Creation Systems (GCS)</B>=
 
 
 
===Digital MZX===
 
 
 
{| class="wikitable" style="text-align:center;"
 
! Name
 
! class="unsortable"|Version
 
! class="unsortable"|Active
 
! scope="col"|[[Emulation Accuracy|Accuracy]]
 
! scope="col"|[[PPSSPP|PPSSPP]]
 
! [[Recommended Emulators|Recommended]]
 
|-
 
| [https://www.digitalmzx.com/ MegaZeux]
 
| [https://github.com/AliceLR/megazeux/ git]
 
| {{✓}}
 
| Mid
 
| ?
 
| {{✓}}
 
|}
 
 
 
=<B>Games Compilition</B>=
 
 
 
{| class="wikitable" style="text-align:center;"
 
! scope="col"|Name
 
! scope="col"|Link
 
! scope="col"|Collection
 
|-
 
| ActiVision Hit Remix
 
| [https://archive.org/download/redump.psp/Activision%20Hits%20Remixed%20%28USA%29.zip x.x]
 
| Activision Games
 
|-
 
| Atari Classics Evolve
 
| [https://archive.org/download/redump.psp/Atari%20Classics%20Evolved%20%28USA%29.zip x.x]
 
| Atari Games
 
 
|-
 
|-
| Capcom Classics Collection Reloaded
+
!colspan="9"|RTT
| [https://archive.org/download/redump.psp/Capcom%20Classics%20Collection%20Reloaded%20%28USA%29.zip x.x]
 
| Capcom Arcade Games
 
 
|-
 
|-
| Capcom Classics Collection Remixed
+
|[http://freesynd.sourceforge.net FreeSynd]
| [https://archive.org/download/redump.psp/Capcom%20Classics%20Collection%20Remixed%20%28USA%29.zip x.x]
+
|align=left|{{Icon|Windows|Linux|macOS}}
| Capcom Arcade Games
+
|[https://sourceforge.net/projects/freesynd 0.7.5]
 +
|{{✗}} ||{{✗}} ||{{✗}}
 +
|Syndicate (1993)
 
|-
 
|-
| SNK Arcade Classics 0
+
|[http://swars.vexillium.org Syndicate Wars Port]
| [https://cdromance.com/psp/snk-arcade-classics-0 x.x]
+
|align=left|{{Icon|Windows|Linux|macOS}}
| SNK Arcade Games
+
|[http://swars.vexillium.org/#download 0.3]
 +
|{{✗}} ||{{✗}} ||{{✓}}
 +
|Syndicate Wars
 
|-
 
|-
| SNK Arcade Classics Vol.1
+
!colspan="9"|TBS
| [https://archive.org/download/redump.psp.p2/SNK%20Arcade%20Classics%20Vol.%201%20%28USA%29.zip x.x]
 
| SNK Arcade Games
 
 
|-
 
|-
| Taito Legends Power - Up
+
|[https://ctp2.darkdust.net civctp2]
| [https://archive.org/download/redump.psp.p2/Taito%20Legends%20Power-Up%20%28USA%29.zip x.x]
+
|align=left|{{Icon|Windows|Linux|Pandora}} Pyra
| Taito Arcade Games
+
|[https://github.com/civctp2/civctp2/releases git] <br/>([https://github.com/ptitSeb/ctp2 ctp2] for Linux/Pandora/Pyra])
 +
|{{✗}} ||{{~}} ||{{✓}}
 +
|Call to Power II
 
|-
 
|-
| Taito Memories Pocket
+
|[http://www.civone.org CivOne]
| [https://romsmania.cc/roms/playstation-portable/taito-memories-pocket-275372 x.x]
+
|align=left|{{Icon|Windows|Linux|macOS}}
| Taito Arcade Games
+
|[https://github.com/SWY1985/CivOne git]
 +
|{{✗}} ||{{✓}} ||{{✗}} <small>(WIP)</small>
 +
|Sid Meier's Civilization
 
|-
 
|-
| SEGA Genesis/MegaDrive Collection
+
|fheroes2
| [https://archive.org/download/redump.psp.p2/Sega%20Genesis%20Collection%20%28USA%29.zip x.x]
+
|align=left|{{Icon|Windows|Linux|macOS|Switch|PSVita}}
| Genesis/MegaDrive Games
+
|[https://github.com/ihhub/fheroes2 git]
 +
|{{✗}} ||{{✓}} ||{{✓}}
 +
|Heroes of Might and Magic II
 
|-
 
|-
| Metal Slug Anthology
+
|[https://openxcom.org OpenXcom]
| [https://archive.org/download/redump.psp.p2/Metal%20Slug%20Anthology%20%28USA%29.zip x.x]
+
|align=left|{{Icon|Windows|Linux|macOS}}
| Metal Slug 1-6 Games
+
|[https://openxcom.org/git-builds git]
 +
|{{✗}} ||{{✓}} ||{{✓}}
 +
|UFO: Enemy Unknown (X-Com: UFO Defense), X-COM: Terror From the Deep
 
|-
 
|-
| Midway Arcade Treasures : Extended Play
+
|[https://vcmi.eu VCMI]
| [https://archive.org/download/redump.psp.p2/Midway%20Arcade%20Treasures%20-%20Extended%20Play%20%28USA%29.zip x.x]
+
|align=left|{{Icon|Windows|Linux|macOS|Android}}
| Midway Arcade Games
+
|[https://github.com/vcmi/vcmi git]
 +
|{{✗}} ||{{✓}} ||{{✓}}
 +
|Heroes of Might and Magic III
 
|-
 
|-
| 2 Games in 1 - Archer Maclean's Mercury & Mercury Meltdown
+
!colspan="9"|Sandbox
| [https://romsmania.cc/roms/playstation-portable/2-games-in-1-archer-maclean-s-mercury-amp-mercury-meltdown-273399 x.x]
 
| Archer& Mercury Games
 
 
|-
 
|-
| Samurai Showdown Anthology
+
|[https://openrw.org OpenRW]
| [https://archive.org/download/redump.psp.p2/Samurai%20Shodown%20Anthology%20%28Europe%29.zip x.x]
+
|align=left|{{Icon|Windows|Linux|macOS|FreeBSD}}
| Samurai Shodown Games
+
|[https://github.com/rwengine/openrw git]
 +
|{{✗}} ||{{✓}} ||{{~}}
 +
|Grand Theft Auto III
 
|-
 
|-
| PlayStation Network Collection - The Puzzle Pack
+
|re3<ref group=N>re3 and reVC have been taken down by Take-Two again.</ref> <br/>reVC
| [https://romsmania.cc/roms/playstation-portable/playstation-network-collection-the-puzzle-pack-the-275006 x.x]
+
|align=left|{{Icon|Windows|Linux|macOS}}
| PSN Puzzle Pack Games
+
|[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]
 +
|{{✗}} ||{{✓}} ||{{✓}}
 +
|Grand Theft Auto III, Grand Theft Auto: Vice City
 
|-
 
|-
| PlayStation Network Collection - The Power Pack
+
|San Andreas Unity
| [https://romsmania.cc/roms/playstation-portable/playstation-network-collection-the-power-pack-275005 x.x]
+
|align=left|{{Icon|Windows|Linux|macOS|Android}}
| PSN Power Pack Games
+
|[https://github.com/GTA-ASM/SanAndreasUnity/releases git]
 +
|{{✗}} ||{{✓}} ||{{~}}
 +
|Grand Theft Auto: San Andreas
 
|-
 
|-
| Parodius Portable
+
!colspan="9"|Shoot 'em up
| [https://archive.org/download/redump.psp.p2/Parodius%20Portable%20%28Japan%29.zip x.x]
 
| Parodius Games
 
 
|-
 
|-
| Mega Minis Vol 1-3
+
|OpenTyrian
| [https://archive.org/download/redump.psp.p2/Mega%20Minis%20Volume%201%20%28Europe%29.zip 1][https://archive.org/download/redump.psp.p2/Mega%20Minis%20Volume%202%20%28Europe%29.zip 2][https://archive.org/download/redump.psp.p2/Mega%20minis%20Volume%203%20%28Europe%29.zip 3]
+
|align=left|{{Icon|Windows|Linux|Android}}
| Mega Mini Games
+
|[https://github.com/opentyrian/opentyrian/releases git]
 +
|{{✗}} ||{{✓}} ||{{✓}}
 +
|Tyrian
 
|-
 
|-
| Namco Museum Vol 1-2
+
!colspan="9"|Sim - City-building
| [https://romsmania.cc/roms/playstation-portable/namco-museum-224891 1(kr)][https://romsmania.cc/roms/playstation-portable/namco-museum-vol-2-274836 2(jpn)]
 
| Namco Museum Arcade Games
 
 
|-
 
|-
| Namco Museum - Battle Collection
+
|[https://bitbucket.org/dalerank/caesaria/wiki/Home CaesarIA]
| [https://archive.org/download/redump.psp.p2/Namco%20Museum%20Battle%20Collection%20%28USA%29.zip x.x]
+
|align=left|{{Icon|Windows|Linux|macOS|Android|Haiku}}
| Namco Museum Games
+
|[https://sourceforge.net/projects/opencaesar3/files 0.5] (2016)
 +
|{{✗}} ||{{✗}} ||{{✗}}
 +
|Caesar III
 
|-
 
|-
| Gradius Collection
+
|[https://github.com/bvschaik/julius Julius]<br />[https://github.com/Keriew/augustus Augustus] <small>(Gameplay changes)</small>
| [https://archive.org/download/redump.psp/Gradius%20Collection%20%28USA%29.zip x.x]
+
|align=left|{{Icon|Windows|Linux|macOS|Vita|Switch}}
| Gradius Games
+
|[https://github.com/bvschaik/julius/releases 1.7]<br />[https://github.com/Keriew/augustus/releases 3.0.1]
 +
|{{✗}} ||{{✓}} ||{{✓}}
 +
|Caesar III
 
|-
 
|-
| Final Fantasy IV - The Complete Collection
+
!colspan="9"|Sim - Construction/Management
| [https://archive.org/download/redump.psp/Final%20Fantasy%20IV%20-%20The%20Complete%20Collection%20%28USA%29%20%28En%2CJa%2CFr%29.zip x.x]
 
| Final Fantasy |V Games
 
 
|-
 
|-
| EA Replay
+
|[http://corsixth.com CorsixTH]
| [https://archive.org/download/redump.psp/EA%20Replay%20%28USA%29.zip x.x]
+
|align=left|{{Icon|Windows|Linux|macOS|BSD}}
| EA Arcade Games
+
|[https://github.com/CorsixTH/CorsixTH/releases git]
 +
|{{✗}} ||{{✓}} ||{{✓}}
 +
|Theme Hospital
 
|-
 
|-
| Memories Off - After Rain
+
|[https://www.reddit.com/r/locomotion OpenLoco]
| [https://romsmania.cc/roms/playstation-portable/memories-off-after-rain-274715 x.x]
+
|align=left|{{Icon|Windows|Linux|macOS}}
| Memories Games
+
|[https://github.com/OpenRCT2/OpenLoco/releases git]
 +
|{{✗}} ||{{✓}} ||{{✓}}
 +
|Chris Sawyer's Locomotion
 
|-
 
|-
| D.C.I&II P.S.P. -Da Capo I&II- Plus Situation Portable
+
|[https://openrct2.org OpenRCT2]
| [https://romsmania.cc/roms/playstation-portable/d-c-i-amp-ii-p-s-p-da-capo-i-amp-ii-plus-situation-portable-273936 x.x]
+
|align=left|{{Icon|Windows|Linux|macOS}}
| D.C l&ll Games
+
|[https://github.com/OpenRCT2/OpenRCT2/releases git]
 +
|{{✗}} ||{{✓}} ||{{✓}}
 +
|RollerCoaster Tycoon 2
 
|-
 
|-
| Space Invaders Pocket
+
|[https://www.openttd.org/en OpenTTD]
| [https://romsmania.cc/roms/playstation-portable/space-invaders-pocket-276944 x.x]
+
|align=left|{{Icon|Windows|Linux|macOS}}
| Space Invaders Games
+
|[https://github.com/OpenTTD/OpenTTD/releases git]
 +
|{{✗}} ||{{✓}} ||{{✓}}
 +
|Transport Tycoon Deluxe
 
|-
 
|-
| Ys I & II Chronicles
+
!colspan="9"|Sim - Flight Combat
| [https://archive.org/download/redump.psp.p2/Ys%20I%20%26%20II%20Chronicles%20%28USA%29.zip x.x]
 
| Ys l&ll Games
 
 
|-
 
|-
| TwinBee Portable
+
|terminal-recall
| [https://archive.org/download/redump.psp.p2/TwinBee%20Portable%20%28Japan%29.zip x.x]
+
|align=left|{{Icon|Windows|Linux|macOS}}
| TwinBee Games
+
|[https://github.com/jtrfp/terminal-recall git] <br/>[https://sourceforge.net/projects/terminal-recall/files/nightly-builds/ Nightly Builds]
 +
|{{✗}} ||{{✓}} ||{{✓}}
 +
|Terminal Volocity, Fury3
 
|-
 
|-
| Genso Suikoden I & II
+
!colspan="9"|TPS
|[https://archive.org/download/redump.psp/Gensou%20Suikoden%20I%20%26%20II%20%28Japan%29%20%28v2.00%29.zip 2.0]
 
| Suikoden l&ll Games
 
 
|-
 
|-
| Salamander Portable
+
|max_vita
| [https://archive.org/download/redump.psp.p2/Salamander%20Portable%20%28Japan%2C%20Asia%29.zip x.x]
+
|align=left|{{Icon|Vita}}
| Salamander Games
+
|[https://github.com/fgsfdsfgs/max_vita/releases git]
|}
+
|{{✗}} ||{{✓}} ||{{✓}}
 
+
|Max Payne
{| class="mw-collapsible mw-collapsed wikitable" style="width: 100%;"
 
! colspan=2 width="250"| Twinbee Collection (SNES Emulator)
 
 
|-
 
|-
|
+
!colspan="9"|Visual novel
Pop'n Twinbee, originally a SNES game, was included in this compilation. It was emulated. However, the emulator itself is hacky. While the game ROM hasn't been altered, it was instead fragmented into four individual pieces. This practice was used with the "I Love Mickey Mouse" emulated Saturn re-releases of Mickey/Donald Megadrive games, with the ROMs similarly divided.
 
 
 
Going through the trouble of taking a regular ROM from the exact same size and replacing it in the compilation (for example Tiny Toons Adventures) reveal the emulator can handle it well with occasional graphical glitches, and controller problems.
 
|}
 
 
 
{| class="mw-collapsible mw-collapsed wikitable" style="width: 100%;"
 
! colspan=2 width="250"| PC Engine Collections (PC Engine / PC Engine CD Emulators)
 
 
|-
 
|-
|
+
|NitroSharp
 
+
|align=left|{{Icon|Windows|Linux}}
Hudson Soft helped with designing the original PC Engine console (known as the TurboGrafx-16 in the US) back in the nineties and developed lots of exclusives for it. They also re-released many of those on compilations for the PSP, later released as standalone PS3 compilations on Japanese and Western PSN. These compilations are top-notch emulators with many scaling options, and injecting other games is easy.
+
|[https://github.com/CommitteeOfZero/nitrosharp/releases git]
 
+
|{{✗}} ||{{✓}} ||{{~}} <small>(WIP)</small>
For standard PC Engine cartridge releases (HuCard), the following compilations can be used as surrogates:
+
|ChäoS;HEAd NoAH
 
 
* Soldier Collection PC Engine Best Collection
 
 
 
For PC Engine CD games, the following compilations can be used as surrogates:
 
 
 
* Soldier Collection PC Engine Best Collection
 
* Far East of Eden Collection
 
* Ginga Oujou Sama Densetsu Collection
 
 
 
Dump the UMD to ISO format with the method of your choosing (like CFW), and open the ISO's contents with UMDGen.
 
 
 
The game images are usually under the directory <code>PSP_GAME/USRDIR/CONTENT/CDROM</code>:
 
* '''PCE HuCard Cartridge games:''' PCE files. Exact same as No-Intro dumps.
 
* '''PCE CD-ROM² games:''' folders named something like <code>HCDxxxx</code> (usually the release identifier). HCD/AT3/BIN files are inside, which are in fact a regular PCE-CD ISO in CUE/WAV/BIN format (TOC files are also used) with the WAV sound files converted to the native PSP audio format (AT3). Instructions about how to convert them can be found here [http://kaz0824.blog56.fc2.com/blog-entry-8.html in Japanese], and here's [http://www.mediafire.com/file/xd0nddlu5r2f9iz/pceconv_tools_net4.0.rar a mirror] to the pceconv tool used.
 
* '''BIOS file:''' SYSCARD3P.PCE, needed for CD emulation. '''Should not be replaced.'''
 
 
 
Rename your ROMs (HuCard games) or ISOs (CD games) to match the internal filenames, and drag and drop those in UMDGen to replace the existing files (confirm overwriting existing files). You can delete the PMF videos used by the collection's gallery mode to make the ISO smaller. When you're done go to File and Save as ISO (CSO is smaller but doesn't play well on real hardware).
 
 
 
You can do the same with standalone [https://en.wikipedia.org/wiki/List_of_PlayStation_Store_TurboGrafx-16_games PSN releases] of TG-16 games which were made available as well on the PSP/PS3/Vita PSN. You just have to sniff the PKG, extract it, decrypt it and replace the PCE files or ISO dumps just like with the other collections. After that, you just have to re-encrypt them and put the files on your console to play those. More detailed instructions are [http://wololo.net/2015/02/06/injecting-roms-into-psps-official-turbografx-16-emulator-by-reprep/ here].
 
 
|}
 
|}
  
==See also==
+
==Notes==
 
+
<references group=N />
* [[Emulators on Vita]]
 
* [[Emulators on Android OS]]
 
* [[Emulators on PS4]]
 
* [[Emulators on Switch]]
 
* [[Emulators on 3DS]]
 
 
 
* [[PlayStation Portable emulators]]
 
 
 
<!-- ==References==
 
{{reflist}} -->
 
 
 
=External links=
 
<B>
 
* [https://github.com/PSP-Archive/docs PSP Hombrews Library]
 
 
 
* [https://docs.google.com/spreadsheets/u/0/d/1tPiCXtLmJ5W3JSIciSAlItnpXNcSna3-Xe0gCXeLJ0A/htmlview?pli=1#gid=2012767625 List of homebrews to be tested]
 
 
 
* [https://docs.google.com/spreadsheets/u/0/d/11V_3Z18Va8iJxSsgaPAkEvirSF53O7oX40RvnBcEcNc/htmlview Collection PSP Hombrews Various Sites list]
 
 
 
* [https://archive.org/details/@pierre_lou_s Collection PSP Hombrews - {Archive.org}]
 
 
 
* [https://archive.org/download/PSPHomebrew/files/ PSP Hombrews - {Archive.org}]
 
 
 
* [https://archive.org/details/%40pierre_lou_s?and%5B%5D=subject%3A%22emulator%22&sort=&page=2 Collection PSP Hombrews Emulator - {Archive.org}]
 
 
 
* [https://www.psx-place.com/resources/categories/playstation-portable-psp.9/ PSP Resources - {PSX-Place}]
 
 
 
* [https://psp.scenebeta.com/search/apachesolr_search/Emuladors%20for%20psp Emuladors list for PSP - {PSPSceneBeta}]
 
 
 
* [http://wololo.net/talk/viewtopic.php?f=47&t=44039&fbclid=IwAR1fEvSi0FsPjMZsXKI572g1Q-N1mPdBEkksjpXo23_IIjXZHGmt8aWHpTw Emulation on PSP - {Wololo}]
 
 
 
* [https://wololo.net/talk/viewtopic.php?f=47&t=8026 PSP Emulators Bible list - {Wololo}]
 
 
 
* [https://wololo.net/talk/viewtopic.php?f=2&t=1879 Signed Hombrews - {Wololo}]
 
 
 
* [https://wololo.net/talk/viewforum.php?f=2 PSP Hombrews Forums - {Wololo}]
 
 
 
* [https://www.brewology.com/downloads/?dcid=111  Emulators for PSP - {Brewology}]
 
 
 
* [https://gbatemp.net/download/categories/emulators.1116/ Emulators for PSP - {GBATemp}]
 
 
 
* [http://psp-news.dcemu.co.uk/emulators-for-psp-1158256.html Emulators for PSP - {PSPNews-dcemu.co.uk}]
 
 
 
* [https://www.emu-land.net/portable/psp/emuls_for Emulators for PSP - {Emu-Land}]
 
 
 
* [https://emulationrealm.net/downloads/category/36-psp PSP Emulators list - {Emulation realm}]
 
 
 
* [https://wiki.gbatemp.net/wiki/Game_Engines_on_PSP Games Engines for PSP - {GBATemp}]
 
 
 
* [http://zx81.zx81.free.fr/serendipity/index.php?/categories/27-Emulators ZX81 Official Site][https://archive.org/details/psp-homebrew-library?and%5B%5D=creator%3A%22zx-81%22&sort=-reviewdate&page=2 Archive.org]
 
 
 
* [http://psp.akop.org/index.html Akop Karapetyan Official Site][https://github.com/8bitpsp GitHub][https://archive.org/details/psp-homebrew-library?and%5B%5D=creator%3A%22akop+karapetyan%22&sort=-reviewdate Archive.org][https://twitter.com/0xe1f Twitter]
 
 
 
* [https://mega.nz/file/53oWlaAL#vnNq62_gcOzBL6WZqba8HgJt0MYt05uwJgCgeR1Dvmk PSP Emulators Pack YT][https://drive.google.com/u/0/uc?id=1z4tiVKq4KzHRomVV0NrjfF4vXGs370J6&export=download YT]
 
 
 
* [https://youtu.be/n5zd_IArNzk PSP Emulators Info YT]
 
 
 
* [https://forums.exophase.com/threads/guides-guides-to-all-emulators-for-psp.2662/ Guides Emulators on PSP - {Exophas forums}]
 
 
 
* [https://forums.ppsspp.org/showthread.php?tid=2616 PSP Hombrews Emulators Test - {PPSSPP forums}]
 
 
 
* [https://www.gopsp.it/index.php?showforum=14 PSP Hombrews Forums - {Gopsp forums}]
 
  
* [http://psphunt.blogspot.com/p/psp-hombrew-apps.html?m=1 Ultimate PSP Hombrews list - {PSPhunt}]
+
==External links==
 +
* [https://osgameclones.com/ Open Source Game Clones] (Likely the best and most complete list.)
 +
* [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.)
 +
* [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]!)
 +
* [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.)
 +
* [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
 +
* [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.)
 +
* [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.)
  
* [http://psp-r.blogspot.com/2008/03/psp-emulators-and-homebrew-games.html?m=1 PSX2PSP]
+
:<u>Curated Lists:</u>
 +
:* [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.)
 +
:* [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.)
  
* [https://www.mediafire.com/toBsucht 400+ PSP Signed etc. Hombrews list][https://dfiles.eu/folders/WT29XIIGT list]
+
'''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.)
  
* [https://m.facebook.com/homebrewPSP/ Hombrews list FB]
 
</B>
 
  
[[Category:Recommendations]]
+
[[Category:Game engine recreations]]
[[Category:Emulators on consoles]]
+
[[Category:Not really emulators]]
[[Category:Emulators on handheld 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.)