Difference between revisions of "Emulators on macOS"

From Emulation General Wiki
Jump to navigation Jump to search
m (Atari)
 
(354 intermediate revisions by 30 users not shown)
Line 1: Line 1:
{{WIP}}
 
 
{{Infobox platform
 
{{Infobox platform
 
|title = macOS
 
|title = macOS
|logo = 1998 apple logo.png
+
|logo = Apple Computer (1998).jpg
 
|logowidth = 64px
 
|logowidth = 64px
 
|developer = Apple
 
|developer = Apple
 
|type = [[:Category:Emulators by operating system|Operating systems]]
 
|type = [[:Category:Emulators by operating system|Operating systems]]
|release = 1984
+
|release = 2001
|last-release = macOS Ventura
+
|last-release = macOS 14 Sonoma
 
}}
 
}}
:''This page is about emulators that run on macOS.'' {{for|software that emulates macOS (previously Mac OS X) on other hardware|Macintosh line}}  
+
:''This page is about emulators that run on macOS (previously Mac OS X).''  
 +
 
 +
{{for|software that emulates macOS on other hardware|MacOS}}
 +
{{for|emulators that run on Classic Mac OS|Emulators on Legacy systems#Classic Mac OS}}
 +
 
 
The Mac has changed considerably over the years, both in terms of hardware and software. It is important to understand these changes so you can choose the best emulators for your Mac.
 
The Mac has changed considerably over the years, both in terms of hardware and software. It is important to understand these changes so you can choose the best emulators for your Mac.
  
'''CPU Architecture:'''
+
;Operating System - Classic Mac OS | macOS
 +
The Mac has had two main operating systems over its history: The "Classic" Mac OS versions 1 through 9, and Mac OS X (Ten, not Ex) which is now referred to simply as macOS. Classic was a closed-source proprietary OS, whereas macOS is based on an open-source Unix variant called Darwin. This Unix base helps with Linux compatibility.
  
The Mac has gone through four major cpu architecture changes: Motorola 68k, IBM PowerPC (PPC), Intel x86/x64 and most recently Apple Silicon (Arm64). There have also been minor architectural changes such as moving from Intel's 32-bit x86 to 64-bit x64. Each time there was a hardware transition, Apple provided ways to continue to support older software on the new systems. Rosetta was a software emulation layer that helped PPC applications to run on x86/x64 Macs, but was dropped in macOS 10.6 Snow Leopard. Rosetta 2 currently facilitates x64 software to run on Arm Macs. While Rosetta performs very respectably for most software, it adds extra overhead which can reduce performance on demanding games and emulators.  
+
The first several releases of macOS up to 10.4 Tiger contained support for Classic applications, but this was later dropped.
  
'''Operating System:'''
+
;CPU Architecture - PowerPC | x86 | x64 | Arm64
 +
macOS has supported three major cpu architecture changes: IBM PowerPC (PPC), Intel x86/x64 and most recently Apple Silicon (Arm64). There have also been minor architectural changes such as moving from 32-bit PPC processors to the 64-bit PPC G5, or from Intel's 32-bit x86 to 64-bit x64. Each time there was a hardware transition, Apple provided ways to continue to support older software on the new systems.
  
The Mac has had two main operating systems over its history. The original System/Mac OS, which is now referred to as “Classic" macOS, was closed-source and proprietary. It had 9 major versions. However it had severe technical limitations, so Apple developed macOS which is Unix-based. The first several releases up to 10.4 Tiger contained support for Classic applications, but this was later dropped. Another major event for compatibility was the dropping of support for 32-bit x86 software in macOS 10.15 Catalina.  
+
Rosetta was a software emulation layer that helped PPC applications to run on x86/x64 Macs. It was built into 10.4.4 Tiger, but was an optional install in macOS 10.6 Snow Leopard and not available at all for 10.7 Lion. Rosetta 2 currently facilitates x64 software to run on Arm Macs. While Rosetta performs very respectably for most software, it adds extra overhead which can reduce performance on demanding games and emulators.  
  
'''Graphical Backend:'''
+
Apple also introduced Universal Binaries that bundle software for different architectures into a single app bundle. For example, Universal 2 app bundles contain x64 and Arm versions of software in one app. This is very useful for portability, or for people who don't know or care about their Mac's specs. If you know what CPU your Mac has, the advantage of getting the specific version for your CPU is that it will have a smaller file size than the universal binary. However the size difference is usually tiny, so just using the universal binary is usually the way to go.
  
 +
;Graphical Backend - OpenGL | MoltenVK | Metal
 
Another aspect to consider is the graphical backend of the emulator. For many years OpenGL was the main cross-platform standard for developing graphical software. However in recent times this has changed. More modern backends such as Vulkan and Metal are superseding it. OpenGL on macOS has now been marked as deprecated, meaning it is stuck on the older OGL 4.1. It doesn't receive any support or bug fixes and will someday be removed from macOS completely. Apple recommends for developers to create native Metal backends for their apps.  
 
Another aspect to consider is the graphical backend of the emulator. For many years OpenGL was the main cross-platform standard for developing graphical software. However in recent times this has changed. More modern backends such as Vulkan and Metal are superseding it. OpenGL on macOS has now been marked as deprecated, meaning it is stuck on the older OGL 4.1. It doesn't receive any support or bug fixes and will someday be removed from macOS completely. Apple recommends for developers to create native Metal backends for their apps.  
  
One issue with this is that a lot of emulators are cross platform, and Metal is for Macs and other Apple products only. The Vulkan backend for Windows and Linux is similar to Metal, but does not have support on macOS. So many emulators will develop a Vulkan backend and use the MoltenVK translation layer, which will take Vulkan instructions and convert them into their respective Metal equivalent. However not every Vulkan instruction has a Metal version, so either workarounds have to be designed, or some features cannot be supported at all.   
+
One issue with this is that a lot of emulators are cross platform, and Metal is only for Apple's platforms. The Vulkan backend for Windows and Linux is similar to Metal, but does not have support on macOS. So many emulators will develop a Vulkan backend and use the MoltenVK translation layer, which will take Vulkan instructions and convert them into their respective Metal equivalent. However not every Vulkan instruction has a Metal version, so either workarounds have to be designed, or some features cannot be supported at all.   
  
 
Using one of these backends is not mandatory, of course. Some emulators may use a different backend or handle graphics themselves.
 
Using one of these backends is not mandatory, of course. Some emulators may use a different backend or handle graphics themselves.
  
'''Choosing an Emulator:'''
+
;Before diving in;
 
+
;*Remember that emulators can have different levels of completion or compatibility. If a game you are trying to run does not work properly with a recommended emulator, try a different one. All this means that to find an emulator that works well for your Mac you should understand its specs first. Choose an emulator that supports your CPU architecture natively where possible. The emulators shown here will indicate the processor architecture it supports. Generally you should choose an emulator that supports Metal where available if you are on a modern Mac. MoltenVK should be more performant than OpenGL, although there may be compatibility issues. OpenGL may work, but some emulators need to use a version newer than OGL 4.1 that macOS doesn't support. In cases like this the emulator will be marked as not having OpenGL support. This list shows the latest versions of the emulator software. If you have an older CPU and the latest version does not support it, some emulators will keep archives of older versions that might, check out their website.
All this means that to find an emulator that works well for your Mac you should understand its specs first. Choose an emulator that supports your CPU architecture natively where possible. The emulators shown here will indicate the processor architecture it supports.
+
;*See each Wiki Category [[:Category:Consoles|Consoles]], [[:Category:Computers|Computers]] and [[:Category:Arcade|Arcade]] for individual dedicated system pages to see more detailed comparisons and information about software emulators. Dedicated system pages provide more up-to-date listings and in-depth information on specific aspects like hardware features, peripheral support, and compatibility etc.
 
+
;*Some games have native [[Source Ports on macOS]], which can be better than playing through an emulator. Also see [[Game engine recreations and source ports]] page for a list for all platforms.
Generally you should choose an emulator that supports Metal where available if you are on a modern Mac. MoltenVK should be more performant than OpenGL, although there may be compatibility issues. OpenGL may work, but some emulators need to use a version newer than OGL 4.1 that macOS doesn't support. In cases like this the emulator will be marked as not having OpenGL support.  
 
 
 
Lastly, remember that emulators can have different levels of completion or compatibility. If a game you are trying to run does not work properly with a recommended emulator, try a different one.  
 
  
 
==Frontends==
 
==Frontends==
 
===OpenEmu===
 
===OpenEmu===
Many emulators for macOS can be played very conveniently with [https://openemu.org OpenEmu] which provides an iTunes-like interface for your game collection and uses various different emulator cores to play them, including command line only emulators such as MAME and Mednafen. The systems emulated are listed [https://github.com/OpenEmu/OpenEmu/wiki#supported-systems here]. In keeping with their goal of simplicity, some advanced features such as upscaling are generally not available. There is also no Arm build of OpenEmu available at time of writing.
+
Many emulators for macOS can be played very conveniently with [https://openemu.org OpenEmu] which provides an iTunes-like interface for your game collection and uses various different emulator cores to play them, including command-line only emulators such as MAME and Mednafen. The systems emulated are listed [https://github.com/OpenEmu/OpenEmu/wiki#supported-systems here]. In keeping with their goal of simplicity, some advanced features such as upscaling are generally not available. There is also no Arm build of OpenEmu available at time of writing.
  
 
===Fightcade===
 
===Fightcade===
[https://www.fightcade.com Fightcade] is a matchmaking frontend for playing many arcade fighting games online with other players. There is no Arm build at time of writing.
+
[https://www.fightcade.com Fightcade] is a matchmaking frontend for playing many arcade fighting games online with other players. There is no Arm build at the time of writing.
  
 
==Game-Specific Emulators==
 
==Game-Specific Emulators==
Some emulators target specific games rather than emulating whole systems.
+
Some emulators target specific games rather than emulating whole systems, with ScummVM alone supporting over 300 games from various systems and more being added all the time.
 +
 
 +
Other projects are more considered source ports rather than emulators. See here for a list of [https://emulation.gametechwiki.com/index.php/Source_Ports_on_macOS source ports] that work on macOS.
  
 
{| class="wikitable" style="text-align:center;"
 
{| class="wikitable" style="text-align:center;"
Line 56: Line 61:
 
! scope="col"|MoltenVK
 
! scope="col"|MoltenVK
 
! scope="col"|Metal
 
! scope="col"|Metal
 +
! scope="col"|Gamepad Support
 
! scope="col"|<abbr title="Free/Libre and Open-Source Software">FLOSS</abbr>
 
! scope="col"|<abbr title="Free/Libre and Open-Source Software">FLOSS</abbr>
 
! scope="col"|Active
 
! scope="col"|Active
 +
! scope="col"|Games List
 
! scope="col"|[[Recommended Emulators|Recommended]]
 
! scope="col"|[[Recommended Emulators|Recommended]]
! scope="col"|Games List
 
 
|-
 
|-
 
| [[ScummVM]]
 
| [[ScummVM]]
 
| [https://www.scummvm.org/downloads/ {{ScummVMVer}}]
 
| [https://www.scummvm.org/downloads/ {{ScummVMVer}}]
|{{✓}}
+
| {{✓}}
|{{✓}}
+
| {{✓}}
|{{✓}}
+
| {{✓}}
|{{✓}}
+
| {{✓}}
|{{✗}}
+
| {{✗}}
|{{✗}}
+
| {{✗}}
|{{✗}}
+
| {{✗}}
|{{✓}}  
+
| {{✓}}  
|{{✓}}
+
| {{✓}}  
|{{✓}}  
+
| {{✓}}
 
| [https://www.scummvm.org/compatibility/ List]
 
| [https://www.scummvm.org/compatibility/ List]
 +
| {{✓}}
 
|-
 
|-
 
| [[DREAMM]]
 
| [[DREAMM]]
| [https://aarongiles.com/dreamm Site]
+
| [https://aarongiles.com/dreamm {{DREAMMVer}}]
|{{✗}}
+
| {{✗}}
|{{✗}}
+
| {{✗}}
|{{✓}}
+
| {{✓}}
|{{✓}}
+
| {{✓}}
|{{✗}}
+
| {{✗}}
|{{✗}}
+
| {{✗}}
|{{✗}}
+
| {{✗}}
|{{✗}}  
+
| {{✗}}  
|{{}}
+
| {{}}  
|{{✓}}  
+
| {{✓}}
| [https://aarongiles.com/dreamm/docs/#intro-games List]
+
| [https://aarongiles.com/dreamm/docs/v21/#intro-games List]
 +
| {{✓}}
 
|}
 
|}
  
Line 102: Line 110:
 
! scope="col"|MoltenVK
 
! scope="col"|MoltenVK
 
! scope="col"|Metal
 
! scope="col"|Metal
 +
! scope="col"|Gamepad Support
 
! scope="col"|<abbr title="Free/Libre and Open-Source Software">FLOSS</abbr>
 
! scope="col"|<abbr title="Free/Libre and Open-Source Software">FLOSS</abbr>
 
! scope="col"|Active
 
! scope="col"|Active
Line 107: Line 116:
 
|-
 
|-
 
| [[MAME]]
 
| [[MAME]]
| [https://wiki.mamedev.org/index.php/SDL_Supported_Platforms {{MAMEVer}}]
+
| [https://sdlmame.lngn.net {{MAMEVer}}]
|{{✗}}
+
| {{✗}}
|{{✗}}
+
| {{✗}}
|{{✓}}
+
| {{✓}}
|{{✓}} <ref group=N>No official Arm build. Needs to be built from source</ref>
+
| {{✓}}
|{{?}}
+
| {{?}}
|{{✗}}
+
| {{✗}}
|{{✗}}
+
| {{✗}}
|{{✓}}  
+
| {{✓}}
|{{✓}}
+
| {{✓}}  
|{{~}} <ref group=N>MAME is run through the command line or through a frontend like OpenEmu.</ref>
+
| {{✓}}
 +
| {{~}} <ref group=N name=openemu>Command line application. Best played using OpenEmu.</ref>
 
|}
 
|}
  
===Atomiswave===
+
===Sega Atomiswave===
 
{| class="wikitable" style="text-align:center;"
 
{| class="wikitable" style="text-align:center;"
 
! scope="col"|Name
 
! scope="col"|Name
Line 131: Line 141:
 
! scope="col"|MoltenVK
 
! scope="col"|MoltenVK
 
! scope="col"|Metal
 
! scope="col"|Metal
 +
! scope="col"|Gamepad Support
 
! scope="col"|<abbr title="Free/Libre and Open-Source Software">FLOSS</abbr>
 
! scope="col"|<abbr title="Free/Libre and Open-Source Software">FLOSS</abbr>
 
! scope="col"|Active
 
! scope="col"|Active
 
! scope="col"|[[Recommended Emulators|Recommended]]
 
! scope="col"|[[Recommended Emulators|Recommended]]
 
|-
 
|-
|[[Flycast]]
+
| [[Flycast]]
|[https://github.com/flyinghead/flycast/releases {{FlycastVer}}]
+
| [https://github.com/flyinghead/flycast/releases {{FlycastVer}}]
|{{✗}}
+
| {{✗}}
|{{✗}}
+
| {{✗}}
|{{✓}}
+
| {{✓}}
|{{✓}}
+
| {{✓}}
|{{✓}}
+
| {{✓}}
|{{✓}}
+
| {{✓}}
|{{✗}}
+
| {{✗}}
|{{✓}}
+
| {{✓}}
|{{✓}}
+
| {{✓}}
|{{✓}}
+
| {{✓}}
 +
| {{✓}}
 
|-
 
|-
 
| [[MAME]]
 
| [[MAME]]
| [https://wiki.mamedev.org/index.php/SDL_Supported_Platforms {{MAMEVer}}]
+
| [https://sdlmame.lngn.net {{MAMEVer}}]
|{{✗}}
+
| {{✗}}
|{{✗}}
+
| {{✗}}
|{{✓}}
+
| {{✓}}
|{{✓}} <ref group=N>No official Arm build. Needs to be built from source</ref>
+
| {{✓}}
|{{?}}
+
| {{?}}
|{{✗}}
+
| {{✗}}
|{{✗}}
+
| {{✗}}
|{{✓}}  
+
| {{✓}}
|{{✓}}
+
| {{✓}}  
|{{~}} <ref group=N>MAME is run through the command line or through a frontend like OpenEmu.</ref>
+
| {{✓}}
 +
| {{~}} <ref group=N name=openemu>Command line application. Best played using OpenEmu.</ref>
 
|}
 
|}
  
===Naomi/Naomi 2===
+
===Sega Model 3===
 
{| class="wikitable" style="text-align:center;"
 
{| class="wikitable" style="text-align:center;"
 
! scope="col"|Name
 
! scope="col"|Name
Line 173: Line 186:
 
! scope="col"|MoltenVK
 
! scope="col"|MoltenVK
 
! scope="col"|Metal
 
! scope="col"|Metal
 +
! scope="col"|Gamepad Support
 
! scope="col"|<abbr title="Free/Libre and Open-Source Software">FLOSS</abbr>
 
! scope="col"|<abbr title="Free/Libre and Open-Source Software">FLOSS</abbr>
 
! scope="col"|Active
 
! scope="col"|Active
 
! scope="col"|[[Recommended Emulators|Recommended]]
 
! scope="col"|[[Recommended Emulators|Recommended]]
 
|-
 
|-
|[[Flycast]]
+
| [[Supermodel]]
|[https://github.com/flyinghead/flycast/releases {{FlycastVer}}]
+
| [https://github.com/trzy/Supermodel 0.3a]
|{{✗}}
+
| {{}}
|{{}}
+
| {{✗}}
|{{}}
+
| {{~}}
|{{✓}}
+
| {{~}} <ref group=N name=compile-arm>No official Arm build. Needs to be built from source</ref>
|{{}}
+
| {{✓}}
|{{}}
+
| {{}}
|{{}}
+
| {{}}
|{{✓}}
+
| {{}}
|{{✓}}
+
| {{✓}}
|{{}}
+
| {{✓}}
 +
| {{}}
 
|-
 
|-
 
| [[MAME]]
 
| [[MAME]]
| [https://wiki.mamedev.org/index.php/SDL_Supported_Platforms {{MAMEVer}}]
+
| [https://sdlmame.lngn.net {{MAMEVer}}]
|{{✗}}
+
| {{✗}}
|{{✗}}
+
| {{✗}}
|{{✓}}
+
| {{✓}}
|{{✓}} <ref group=N>No official Arm build. Needs to be built from source</ref>
+
| {{✓}}
|{{?}}
+
| {{?}}
|{{✗}}
+
| {{✗}}
|{{✗}}
+
| {{✗}}
|{{✓}}  
+
| {{✓}}
|{{✓}}
+
| {{✓}}  
|{{~}} <ref group=N>MAME is run through the command line or through a frontend like OpenEmu.</ref>
+
| {{✓}}
 +
| {{~}} <ref group=N name=openemu>Command line application. Best played using OpenEmu.</ref>
 
|}
 
|}
  
===SNK Neo Geo AES/MVS===
+
===Sega NAOMI/NAOMI 2===
 
{| class="wikitable" style="text-align:center;"
 
{| class="wikitable" style="text-align:center;"
 
! scope="col"|Name
 
! scope="col"|Name
Line 215: Line 231:
 
! scope="col"|MoltenVK
 
! scope="col"|MoltenVK
 
! scope="col"|Metal
 
! scope="col"|Metal
 +
! scope="col"|Gamepad Support
 
! scope="col"|<abbr title="Free/Libre and Open-Source Software">FLOSS</abbr>
 
! scope="col"|<abbr title="Free/Libre and Open-Source Software">FLOSS</abbr>
 
! scope="col"|Active
 
! scope="col"|Active
 
! scope="col"|[[Recommended Emulators|Recommended]]
 
! scope="col"|[[Recommended Emulators|Recommended]]
 
|-
 
|-
|[[ares]]
+
| [[Flycast]]
|[https://github.com/ares-emulator/ares/releases {{aresVer}}]
+
| [https://github.com/flyinghead/flycast/releases {{FlycastVer}}]
 +
| {{✗}}
 
| {{✗}}
 
| {{✗}}
 +
| {{✓}}
 +
| {{✓}}
 +
| {{✓}}
 +
| {{✓}}
 
| {{✗}}
 
| {{✗}}
 
| {{✓}}
 
| {{✓}}
 
| {{✓}}
 
| {{✓}}
 
| {{✓}}
 
| {{✓}}
 +
| {{✓}}
 +
|-
 +
| [[MAME]]
 +
| [https://sdlmame.lngn.net {{MAMEVer}}]
 
| {{✗}}
 
| {{✗}}
 
| {{✗}}
 
| {{✗}}
 
| {{✓}}
 
| {{✓}}
 +
| {{✓}}
 +
| {{?}}
 +
| {{✗}}
 +
| {{✗}}
 
| {{✓}}
 
| {{✓}}
 
| {{✓}}  
 
| {{✓}}  
|-
+
| {{✓}}
|[[FinalBurn Neo]]
+
| {{~}} <ref group=N name=openemu>Command line application. Best played using OpenEmu.</ref>
|[https://github.com/finalburnneo/FBNeo/releases/ {{FinalBurnNeoVer}}]
+
|}
|{{✗}}
+
 
|{{✗}}
+
===SNK Neo Geo MVS===
|{{✓}}
 
|{{✓}}
 
|{{?}}
 
|{{✗}}
 
|{{✗}}
 
|{{✓}}
 
|{{✓}}
 
|{{~}} <ref group=N>Seems to have good compatibility, but has no controller support.</ref>
 
|-
 
| [[MAME]]
 
| [https://wiki.mamedev.org/index.php/SDL_Supported_Platforms {{MAMEVer}}]
 
|{{✗}}
 
|{{✗}}
 
|{{✓}}
 
|{{✓}} <ref group=N>No official Arm build. Needs to be built from source</ref>
 
|{{?}}
 
|{{✗}}
 
|{{✗}}
 
|{{✓}}
 
|{{✓}}
 
|{{~}} <ref group=N>MAME is run through the command line or through a frontend like OpenEmu.</ref>
 
|}
 
 
 
==Apple==
 
===Apple I + II + III===
 
 
{| class="wikitable" style="text-align:center;"
 
{| class="wikitable" style="text-align:center;"
 
! scope="col"|Name
 
! scope="col"|Name
Line 271: Line 276:
 
! scope="col"|MoltenVK
 
! scope="col"|MoltenVK
 
! scope="col"|Metal
 
! scope="col"|Metal
 +
! scope="col"|Gamepad Support
 
! scope="col"|<abbr title="Free/Libre and Open-Source Software">FLOSS</abbr>
 
! scope="col"|<abbr title="Free/Libre and Open-Source Software">FLOSS</abbr>
 
! scope="col"|Active
 
! scope="col"|Active
 
! scope="col"|[[Recommended Emulators|Recommended]]
 
! scope="col"|[[Recommended Emulators|Recommended]]
 
|-
 
|-
| [[OpenEmulator]]
+
|[[ares]]
|[http://openemulator.github.io/ 1.1.1]
+
|[https://github.com/ares-emulator/ares/releases {{aresVer}}]
|{{✗}}
+
| {{✗}}
|{{✗}}
+
| {{✗}}
|{{✓}}
+
| {{✓}}
|{{✓}}  
+
| {{✓}}
|{{✗}}
+
| {{✓}}
|{{}}
+
| {{✗}}
|{{}}
+
| {{}}
|{{✓}}  
+
| {{}}
|{{~}}
+
| {{✓}}
|{{✓}}
+
| {{}}
 +
| {{✓}}  
 
|-
 
|-
|[[CLK]]
+
| [[FinalBurn Neo]]
|[https://github.com/TomHarte/CLK/releases {{ClkVer}}]
+
| [https://github.com/finalburnneo/FBNeo/releases/ {{FinalBurnNeoVer}}]
|{{✗}}
+
| {{✗}}
|{{✗}}
+
| {{✗}}
|{{✓}}
+
| {{✓}}
|{{✓}}
+
| {{✓}}
|{{✗}}
+
| {{?}}
|{{✗}}
+
| {{✗}}
|{{}}
+
| {{✗}}
|{{}}
+
| {{}}
|{{✓}}
+
| {{NC}}
|{{}}
+
| {{✓}}
 +
| {{~}}
 
|-
 
|-
 
| [[MAME]]
 
| [[MAME]]
| [https://wiki.mamedev.org/index.php/SDL_Supported_Platforms {{MAMEVer}}]
+
| [https://sdlmame.lngn.net {{MAMEVer}}]
|{{✗}}
+
| {{✗}}
|{{✗}}
+
| {{✗}}
|{{✓}}
+
| {{✓}}
|{{✓}} <ref group=N>No official Arm build. Needs to be built from source</ref>
+
| {{✓}}
|{{?}}
+
| {{?}}
|{{✗}}
+
| {{✗}}
|{{✗}}
+
| {{✗}}
|{{✓}}  
+
| {{✓}}
|{{✓}}
+
| {{✓}}  
|{{~}} <ref group=N>MAME is run through the command line or through a frontend like OpenEmu.</ref>
+
| {{✓}}
 +
| {{~}} <ref group=N name=openemu>Command line application. Best played using OpenEmu.</ref>
 
|}
 
|}
  
==Nintendo==
+
===Arcade LaserDisc===
===NES/Famicom===
 
 
{| class="wikitable" style="text-align:center;"
 
{| class="wikitable" style="text-align:center;"
 
! scope="col"|Name
 
! scope="col"|Name
Line 327: Line 335:
 
! scope="col"|MoltenVK
 
! scope="col"|MoltenVK
 
! scope="col"|Metal
 
! scope="col"|Metal
 +
! scope="col"|Gamepad Support
 
! scope="col"|<abbr title="Free/Libre and Open-Source Software">FLOSS</abbr>
 
! scope="col"|<abbr title="Free/Libre and Open-Source Software">FLOSS</abbr>
 
! scope="col"|Active
 
! scope="col"|Active
 
! scope="col"|[[Recommended Emulators|Recommended]]
 
! scope="col"|[[Recommended Emulators|Recommended]]
 
|-
 
|-
|[[ares]]
+
| [[MAME]]
|[https://github.com/ares-emulator/ares/releases {{aresVer}}]
+
| [https://sdlmame.lngn.net {{MAMEVer}}]
|{{✗}}
+
| {{✗}}
|{{✗}}
+
| {{✗}}
|{{✓}}
+
| {{✓}}
|{{✓}}
+
| {{✓}}
|{{}}
+
| {{?}}
|{{✗}}
+
| {{✗}}
|{{✗}}
+
| {{✗}}
|{{✓}}
+
| {{✓}}
|{{✓}}
+
| {{✓}}  
|{{✓}}
+
| {{✓}}
 +
| {{~}} <ref group=N name=openemu>Command line application. Best played using OpenEmu.</ref>
 
|-
 
|-
|[[higan]]
+
| [[Hypseus Singe]]
|[https://github.com/higan-emu/higan/releases {{higanVer}}]
+
| [https://github.com/DirtBagXon/hypseus-singe/releases {{HypseusSingeVer}}]
|{{✗}}
+
| {{✗}}
|{{✗}}
+
| {{✗}}
|{{✓}}
+
| {{✓}}
|{{}}
+
| {{}}
|{{}}
+
| {{}}
|{{✗}}
+
| {{✗}}
|{{✗}}
+
| {{✗}}
|{{✓}}
+
| {{✓}}
|{{✓}}
+
| {{✓}}
|{{✓}}
+
| {{✓}}
 +
| {{✗}}
 +
|}
 +
 
 +
==Nintendo==
 +
===NES/Famicom===
 +
{| class="wikitable" style="text-align:center;"
 +
! scope="col"|Name
 +
! scope="col"|Latest Version
 +
! scope="col"|PPC
 +
! scope="col"|<abbr title="32-bit Intel">x86</abbr>
 +
! scope="col"|<abbr title="64-bit Intel">x64</abbr>
 +
! scope="col"|ARM
 +
! scope="col"|OpenGL
 +
! scope="col"|MoltenVK
 +
! scope="col"|Metal
 +
! scope="col"|Gamepad Support
 +
! scope="col"|<abbr title="Free/Libre and Open-Source Software">FLOSS</abbr>
 +
! scope="col"|Active
 +
! scope="col"|[[Recommended Emulators|Recommended]]
 
|-
 
|-
|Nes-emu-iOS
+
| [[ares]]
|[https://github.com/tsalvo/nes-emu-ios git]
+
| [https://github.com/ares-emulator/ares/releases {{aresVer}}]
|{{✗}}
+
| {{✗}}
|{{✗}}
+
| {{✗}}
|{{✓}}
+
| {{✓}}
|{{✓}}
+
| {{✓}}
|{{✗}}
+
| {{✓}}
|{{}}
+
| {{✗}}
|{{✓}}
+
| {{}}
|{{✓}}
+
| {{✓}}
|{{✓}}
+
| {{✓}}
|{{✓}}
+
| {{✓}}
 +
| {{✓}}
 
|-
 
|-
|SwiftNES
+
| Nes-emu-iOS
|[https://github.com/agg23/SwiftNES git]
+
| [https://github.com/tsalvo/nes-emu-ios/releases git]
|{{✗}}
+
| {{✗}}
|{{✗}}
+
| {{✗}}
|{{✓}}
+
| {{✓}}
|{{✓}}
+
| {{✓}}
|{{✗}}
+
| {{✗}}
|{{✗}}
+
| {{✗}}
|{{✓}}
+
| {{✓}}
|{{✓}}
+
| {{✓}}
|{{✓}}
+
| {{✓}}
|{{}}<ref group=N>Must compile from source.</ref>
+
| {{✓}}
 +
| {{✓}}
 
|-
 
|-
|[https://nin.nax.io Nin]
+
| SwiftNES
|[https://github.com/Nax/nin/releases git]
+
| [https://github.com/agg23/SwiftNES git]
|{{✗}}
+
| {{✗}}
|{{✗}}
+
| {{✗}}
|{{✓}}
+
| {{✓}}
|{{✗}}
+
| {{✓}}
|{{?}}
+
| {{✗}}
|{{}}
+
| {{}}
|{{✗}}
+
| {{}}
|{{✓}}
+
| {{✗}}
|{{~}}
+
| {{✓}}
|{{~}}
+
| {{}}
 +
| {{}} <ref group=N name=compile>Must compile from source.</ref>
 
|-
 
|-
|MetalNES
+
| [https://nin.nax.io Nin]
|[https://github.com/iaddis/metalnes git]
+
| [https://github.com/Nax/nin/releases git]
|{{✗}}
+
| {{}}
|{{✗}}
+
| {{✗}}
|{{✓}}
+
| {{}}
|{{✓}}
+
| {{✗}}
|{{✓}}
+
| {{?}}
|{{✗}}
+
| {{✗}}
|{{✓}}
 
|{{✓}}
 
|{{~}}
 
|{{✗}}<ref group=N>Must compile from source.</ref>
 
|-
 
| [[NESMac]]
 
| [http://hp.vector.co.jp/authors/VA009321/NESMac036a4j-68k.sit.hqx 0.3.6a 68k]<br/>[http://hp.vector.co.jp/authors/VA009321/NESMac036a4j-ppc.sit.hqx 0.3.6a PPC]
 
|{{}}
 
|{{✗}}
 
|{{}}
 
|{{✗}}
 
|{{?}}
 
|{{✗}}
 
|{{✗}}
 
|{{✗}}
 
|{{✗}}
 
|{{✗}} <ref group=N>Classic Mac OS only.</ref>
 
|}
 
 
 
===Super Nintendo===
 
{| class="wikitable" style="text-align:center;"
 
! scope="col"|Name
 
! scope="col"|Latest Version
 
! scope="col"|PPC
 
! scope="col"|<abbr title="32-bit Intel">x86</abbr>
 
! scope="col"|<abbr title="64-bit Intel">x64</abbr>
 
! scope="col"|ARM
 
! scope="col"|OpenGL
 
! scope="col"|MoltenVK
 
! scope="col"|Metal
 
! scope="col"|<abbr title="Free/Libre and Open-Source Software">FLOSS</abbr>
 
! scope="col"|Active
 
! scope="col"|[[Recommended Emulators|Recommended]]
 
|-
 
|[[ares]]
 
|[https://github.com/ares-emulator/ares/releases {{aresVer}}]
 
 
| {{✗}}
 
| {{✗}}
 
| {{✗}}
 
| {{✗}}
 
| {{✓}}
 
| {{✓}}
| {{}}
+
| {{~}}
| {{}}
+
| {{~}}
 +
|-
 +
| [[Mesen]]
 +
| [https://github.com/SourMesen/Mesen2 {{MesenVer}}]
 
| {{✗}}
 
| {{✗}}
 
| {{✗}}
 
| {{✗}}
 
| {{✓}}
 
| {{✓}}
 
| {{✓}}
 
| {{✓}}
| {{✓}}
 
|-
 
|[[Snes9x]]
 
|[https://sites.google.com/site/bearoso/ {{Snes9xVer}}] [https://github.com/snes9xgit/snes9x git]
 
| {{✗}}
 
 
| {{✗}}
 
| {{✗}}
| {{✓}}
 
| {{✓}}
 
| {{✓}}
 
 
| {{✗}}
 
| {{✗}}
 
| {{✗}}
 
| {{✗}}
| {{}} <ref group=N name=noncomm>Due to using a [[Licensing#Non-commercial licenses|non-commercial license]]. Source code is still publicly available.</ref>
+
| {{~}}
 
| {{✓}}
 
| {{✓}}
 
| {{✓}}
 
| {{✓}}
 +
| {{~}}  <ref group=N name=compile>Must compile from source.</ref>
 
|-
 
|-
|[[bsnes]]<br/><small>(Official)</small>
+
|MetalNES
|[https://github.com/bsnes-emu/bsnes/releases {{bsnesVer}}]
+
| [https://github.com/iaddis/metalnes git]
 
| {{✗}}
 
| {{✗}}
 
| {{✗}}
 
| {{✗}}
 
| {{✓}}
 
| {{✓}}
| {{✗}}
 
 
| {{✓}}
 
| {{✓}}
| {{✗}}
 
| {{✗}}
 
 
| {{✓}}
 
| {{✓}}
| {{✓}}
 
| {{✓}}
 
|-
 
|[[Bsnes#List_of_forks|bsnes-hd]]<br/><small>(forked bsnes)</small>
 
|[https://github.com/DerKoun/bsnes-hd/releases {{Bsnes-hdVer}}]
 
| {{✗}}
 
 
| {{✗}}
 
| {{✗}}
 
| {{✓}}
 
| {{✓}}
 
| {{✗}}
 
| {{✗}}
 
| {{✓}}
 
| {{✓}}
 +
| {{~}}
 +
| {{✗}} <ref group=N name=compile>Must compile from source.</ref>
 +
|-
 +
| [[Nestopia]]
 +
| [https://github.com/0ldsk00l/nestopia {{NestopiaVer}}]
 
| {{✗}}
 
| {{✗}}
 
| {{✗}}
 
| {{✗}}
 
| {{✓}}
 
| {{✓}}
 
| {{✓}}
 
| {{✓}}
| {{✓}}
 
|-
 
|[[higan]]
 
|[https://github.com/higan-emu/higan/releases {{higanVer}}]
 
 
| {{✗}}
 
| {{✗}}
| {{✗}}
 
| {{✓}}
 
| {{✗}}
 
| {{✓}}
 
 
| {{✗}}
 
| {{✗}}
 
| {{✗}}
 
| {{✗}}
 +
| {{?}}
 
| {{✓}}
 
| {{✓}}
 
| {{✓}}
 
| {{✓}}
| {{✓}}
+
| {{✗}} <ref group=N name=compile>Must compile from source.</ref>
|-
+
|}
|[[Mednafen]]
 
|[{{MednafenURL|releases/}} {{MednafenVer}}]
 
|{{✗}}
 
|{{✗}}
 
|{{✓}}
 
|{{✓}}
 
|{{✓}}
 
|{{✗}}
 
|{{✗}}
 
|{{✓}}
 
|{{✓}}
 
|{{~}} <ref group=N>Mednafen is run through the command line or through a frontend like OpenEmu.</ref>
 
|-
 
|[[Silhouette]]
 
|[https://www.zophar.net/fileuploads/1/816uajag/Silhouette.sit.hqx 1.0]
 
| {{✓}}
 
| {{✗}}
 
| {{✗}}
 
| {{✗}}
 
| {{?}}
 
| {{✗}}
 
| {{✗}}
 
| {{✗}}
 
| {{✗}}
 
| {{✗}} <ref group=N>Classic Mac OS only</ref>
 
|}
 
  
===N64===
+
===Super Nintendo===
 
{| class="wikitable" style="text-align:center;"
 
{| class="wikitable" style="text-align:center;"
 
! scope="col"|Name
 
! scope="col"|Name
Line 541: Line 496:
 
! scope="col"|MoltenVK
 
! scope="col"|MoltenVK
 
! scope="col"|Metal
 
! scope="col"|Metal
 +
! scope="col"|Gamepad Support
 
! scope="col"|<abbr title="Free/Libre and Open-Source Software">FLOSS</abbr>
 
! scope="col"|<abbr title="Free/Libre and Open-Source Software">FLOSS</abbr>
 
! scope="col"|Active
 
! scope="col"|Active
Line 553: Line 509:
 
| {{✓}}
 
| {{✓}}
 
| {{✗}}
 
| {{✗}}
| {{✗}}
 
 
| {{✓}}
 
| {{✓}}
 
| {{✓}}
 
| {{✓}}
| {{~}} <ref group=N>Your mileage may vary depending on the game.</ref>
+
| {{}}
|}
+
| {{✓}}
 
+
| {{✓}}
===GameCube===
+
|-
{| class="wikitable" style="text-align:center;"
+
|[[bsnes]]<br/><small>(Official)</small>
! scope="col"|Name
+
|[https://github.com/bsnes-emu/bsnes/releases {{bsnesVer}}]
! scope="col"|Latest Version
+
| {{✗}}
! scope="col"|PPC
+
| {{✗}}
! scope="col"|<abbr title="32-bit Intel">x86</abbr>
+
| {{✓}}
! scope="col"|<abbr title="64-bit Intel">x64</abbr>
+
| {{✗}}
! scope="col"|ARM
+
| {{✓}}
! scope="col"|OpenGL
+
| {{✗}}
! scope="col"|MoltenVK
+
| {{✗}}
! scope="col"|Metal
+
| {{✓}}
! scope="col"|<abbr title="Free/Libre and Open-Source Software">FLOSS</abbr>
+
| {{✓}}
! scope="col"|Active
+
| {{~}}
! scope="col"|[[Recommended Emulators|Recommended]]
+
| {{✓}}
 
|-
 
|-
|[[Dolphin]]
+
|[[Bsnes#List_of_forks|bsnes-hd]]<br/><small>(forked bsnes)</small>
|[https://dolphin-emu.org/download/?ref=btn {{DolphinVer}}]
+
|[https://github.com/DerKoun/bsnes-hd/releases {{Bsnes-hdVer}}]
|{{✗}}
+
| {{✗}}
|{{✗}}
+
| {{✗}}
|{{✓}}
+
| {{✓}}
|{{}}
+
| {{}}
|{{✓}}
+
| {{✓}}
|{{}}
+
| {{}}
|{{}}
+
| {{}}
|{{✓}}
+
| {{✓}}
|{{✓}}
+
| {{✓}}
|{{}}
+
| {{}}
|}
+
| {{✓}}
 
 
===Wii===
 
{| class="wikitable" style="text-align:center;"
 
! scope="col"|Name
 
! scope="col"|Latest Version
 
! scope="col"|PPC
 
! scope="col"|<abbr title="32-bit Intel">x86</abbr>
 
! scope="col"|<abbr title="64-bit Intel">x64</abbr>
 
! scope="col"|ARM
 
! scope="col"|OpenGL
 
! scope="col"|MoltenVK
 
! scope="col"|Metal
 
! scope="col"|<abbr title="Free/Libre and Open-Source Software">FLOSS</abbr>
 
! scope="col"|Active
 
! scope="col"|[[Recommended Emulators|Recommended]]
 
 
|-
 
|-
|[[Dolphin]]
+
| [[Mesen]]
|[https://dolphin-emu.org/download {{DolphinVer}}]
+
| [https://github.com/SourMesen/Mesen2 {{MesenVer}}]
|{{✗}}
+
| {{✗}}
|{{✗}}
+
| {{✗}}
|{{✓}}
+
| {{✓}}
|{{✓}}
+
| {{✓}}
|{{}}
+
| {{}}
|{{}}
+
| {{}}
|{{}}
+
| {{}}
|{{}}
+
| {{~}}
|{{✓}}
+
| {{✓}}
|{{✓}}
+
| {{✓}}
|}
+
| {{~}}  <ref group=N name=compile>Must compile from source.</ref>
 
+
|-
===Wii U===
+
| [[Mednafen]]
{| class="wikitable" style="text-align:center;"
+
| [{{MednafenURL|releases/}} {{MednafenVer}}]
! scope="col"|Name
+
| {{✗}}
! scope="col"|Latest Version
+
| {{✗}}
! scope="col"|PPC
+
| {{✓}}
! scope="col"|<abbr title="32-bit Intel">x86</abbr>
+
| {{✓}}
! scope="col"|<abbr title="64-bit Intel">x64</abbr>
+
| {{✓}}
! scope="col"|ARM
+
| {{✗}}
! scope="col"|OpenGL
+
| {{✗}}
! scope="col"|MoltenVK
+
| {{✓}}
! scope="col"|Metal
+
| {{✓}}
! scope="col"|<abbr title="Free/Libre and Open-Source Software">FLOSS</abbr>
+
| {{✓}}
! scope="col"|Active
+
| {{~}} <ref group=N name=openemu>Command line application. Best played using OpenEmu.</ref>
! scope="col"|[[Recommended Emulators|Recommended]]
+
|-
 +
|[[Snes9x]]
 +
| [https://github.com/snes9xgit/snes9x/releases {{Snes9xVer}}]
 +
| {{✗}}
 +
| {{✗}}
 +
| {{✓}}
 +
| {{✓}}
 +
| {{✓}}
 +
| {{✗}}
 +
| {{✗}}
 +
| {{✓}}
 +
| {{NC}}
 +
| {{✓}}
 +
| {{~}}
 
|-
 
|-
|[[Cemu]]
 
|[https://github.com/cemu-project/Cemu/releases {{CemuVer}}]
 
|{{✗}}
 
|{{✗}}
 
|{{✓}}
 
|{{✗}}
 
|{{✗}}
 
|{{✓}}
 
|{{✗}}
 
|{{✓}}
 
|{{✓}}
 
|{{✓}}
 
 
|}
 
|}
  
===Switch===
+
===N64===
 
{| class="wikitable" style="text-align:center;"
 
{| class="wikitable" style="text-align:center;"
 
! scope="col"|Name
 
! scope="col"|Name
Line 657: Line 598:
 
! scope="col"|MoltenVK
 
! scope="col"|MoltenVK
 
! scope="col"|Metal
 
! scope="col"|Metal
 +
! scope="col"|Gamepad Support
 
! scope="col"|<abbr title="Free/Libre and Open-Source Software">FLOSS</abbr>
 
! scope="col"|<abbr title="Free/Libre and Open-Source Software">FLOSS</abbr>
 
! scope="col"|Active
 
! scope="col"|Active
 
! scope="col"|[[Recommended Emulators|Recommended]]
 
! scope="col"|[[Recommended Emulators|Recommended]]
 
|-
 
|-
|[[Ryujinx]]
+
| [[ares]]
|[https://github.com/Ryujinx/release-channel-macos/releases Releases]
+
| [https://github.com/ares-emulator/ares/releases {{aresVer}}]
|{{✗}}
+
| {{✗}}
|{{✗}}
+
| {{✗}}
|{{~}} <ref group=N>Some games may work with an x64 Intel Mac, but performance will be sub-par.</ref>
+
| {{}}
|{{✓}}
+
| {{✓}}
|{{✗}}
+
| {{✗}}
|{{✓}}
+
| {{✓}}
|{{}}
+
| {{✓}}
|{{✓}}
+
| {{✓}}
|{{✓}}
+
| {{✓}}
|{{✓}}
+
| {{✓}}
 +
| {{✓}}  
 
|-
 
|-
|[[Yuzu]]
+
| [[Mupen64Plus]]
|[~]
+
| [https://openemu.org {{Mupen64PlusVer}}]
|{{✗}}
+
| {{✗}}
|{{✗}}
+
| {{✗}}
|{{?}}  
+
| {{✓}}
|{{✓}}
+
| {{✗}}
|{{✗}}
+
| {{✓}}
|{{}}
+
| {{✗}}
|{{}}
+
| {{}}
|{{✓}}
+
| {{}}
|{{✓}}
+
| {{✓}}
|{{}} <ref group=N>Must build yourself. Not stable, Mac not officially supported yet</ref>
+
| {{✓}}
|}
+
| {{~}} <ref group=N>Only available as a core. Best played using OpenEmu.</ref>
 +
|-
 +
| [[Rokuyon]]
 +
| [https://github.com/Hydr8gon/rokuyon/releases/tag/release Releases]
 +
| {{✗}}
 +
| {{✗}}
 +
| {{✓}}
 +
| {{✗}}
 +
| {{✗}}
 +
| {{✗}}
 +
| {{✗}}
 +
| {{✗}}
 +
| {{✓}}
 +
| {{✓}}
 +
| {{✗}}
 +
|-
 +
| [[simple64]]
 +
| [https://github.com/thekovic/simple64/releases/tag/v2021.5.30 v2021.5.30]
 +
| {{✗}}
 +
| {{✗}}
 +
| {{✓}}
 +
| {{✗}}
 +
| {{✗}}
 +
| {{✗}}
 +
| {{✗}}
 +
| {{?}}
 +
| {{✓}}
 +
| {{✗}}
 +
| {{✗}}
 +
|}
  
===Game Boy/Color===
+
===GameCube===
 
{| class="wikitable" style="text-align:center;"
 
{| class="wikitable" style="text-align:center;"
 
! scope="col"|Name
 
! scope="col"|Name
Line 699: Line 671:
 
! scope="col"|MoltenVK
 
! scope="col"|MoltenVK
 
! scope="col"|Metal
 
! scope="col"|Metal
! scope="col"|Game Link Support
+
! scope="col"|Gamepad Support
 
! scope="col"|<abbr title="Free/Libre and Open-Source Software">FLOSS</abbr>
 
! scope="col"|<abbr title="Free/Libre and Open-Source Software">FLOSS</abbr>
 
! scope="col"|Active
 
! scope="col"|Active
 
! scope="col"|[[Recommended Emulators|Recommended]]
 
! scope="col"|[[Recommended Emulators|Recommended]]
 
|-
 
|-
| [[SameBoy]]
+
| [[Dolphin]]
| [https://sameboy.github.io/downloads {{SameBoyVer}}]
+
| [https://dolphin-emu.org/download/?ref=btn {{DolphinVer}}]
 
| {{✗}}
 
| {{✗}}
 
| {{✗}}
 
| {{✗}}
Line 711: Line 683:
 
| {{✓}}
 
| {{✓}}
 
| {{✓}}
 
| {{✓}}
| {{✗}}
 
 
| {{✓}}
 
| {{✓}}
 
| {{✓}}
 
| {{✓}}
 
| {{✓}}
 
| {{✓}}
| {{✓}}
 
| {{✓}}
 
|-
 
| [[SkyEmu]]
 
| [https://github.com/skylersaleh/SkyEmu/releases releases]
 
| {{✗}}
 
| {{✗}}
 
| {{✓}}
 
| {{✓}}
 
| {{?}}
 
| {{?}}
 
| {{?}}
 
| {{✗}}
 
 
| {{✓}}
 
| {{✓}}
 
| {{✓}}
 
| {{✓}}
 
| {{✓}}
 
| {{✓}}
 +
|}
 +
 +
===Wii===
 +
{| class="wikitable" style="text-align:center;"
 +
! scope="col"|Name
 +
! scope="col"|Latest Version
 +
! scope="col"|PPC
 +
! scope="col"|<abbr title="32-bit Intel">x86</abbr>
 +
! scope="col"|<abbr title="64-bit Intel">x64</abbr>
 +
! scope="col"|ARM
 +
! scope="col"|OpenGL
 +
! scope="col"|MoltenVK
 +
! scope="col"|Metal
 +
! scope="col"|Gamepad Support
 +
! scope="col"|<abbr title="Free/Libre and Open-Source Software">FLOSS</abbr>
 +
! scope="col"|Active
 +
! scope="col"|[[Recommended Emulators|Recommended]]
 
|-
 
|-
| [[ares]]
+
| [[Dolphin]]
| [https://github.com/ares-emulator/ares/releases {{aresVer}}]
+
| [https://dolphin-emu.org/download {{DolphinVer}}]
 
| {{✗}}
 
| {{✗}}
 
| {{✗}}
 
| {{✗}}
Line 739: Line 714:
 
| {{✓}}
 
| {{✓}}
 
| {{✓}}
 
| {{✓}}
| {{✗}}
 
| {{✗}}
 
| {{✗}}
 
 
| {{✓}}
 
| {{✓}}
 
| {{✓}}
 
| {{✓}}
| {{✓}}
 
|-
 
| [[mGBA]]
 
| [https://mgba.io/downloads.html {{MGBAVer}}]
 
| {{✗}}
 
| {{✗}}
 
| {{✓}}
 
| {{✓}}
 
| {{✓}}
 
| {{✗}}
 
| {{✗}}
 
 
| {{✓}}
 
| {{✓}}
 
| {{✓}}
 
| {{✓}}
 
| {{✓}}
 
| {{✓}}
 
| {{✓}}
 
| {{✓}}
 +
|}
 +
 +
===Wii U===
 +
{| class="wikitable" style="text-align:center;"
 +
! scope="col"|Name
 +
! scope="col"|Latest Version
 +
! scope="col"|PPC
 +
! scope="col"|<abbr title="32-bit Intel">x86</abbr>
 +
! scope="col"|<abbr title="64-bit Intel">x64</abbr>
 +
! scope="col"|ARM
 +
! scope="col"|OpenGL
 +
! scope="col"|MoltenVK
 +
! scope="col"|Metal
 +
! scope="col"|Gamepad Support
 +
! scope="col"|<abbr title="Free/Libre and Open-Source Software">FLOSS</abbr>
 +
! scope="col"|Active
 +
! scope="col"|[[Recommended Emulators|Recommended]]
 
|-
 
|-
| [[KiGB]]
+
| [[Cemu]]
| [https://www.bannister.org/software/kigb.htm 2.09]
+
| [https://github.com/cemu-project/Cemu/releases {{CemuVer}}]
 
| {{✗}}
 
| {{✗}}
 
| {{✗}}
 
| {{✗}}
 
| {{✓}}
 
| {{✓}}
| {{✓}}
 
| {{?}}
 
 
| {{✗}}
 
| {{✗}}
 
| {{✗}}
 
| {{✗}}
 
| {{✓}}
 
| {{✓}}
 
| {{✗}}
 
| {{✗}}
| {{~}}
 
| {{~}} <ref group=N>Requires paid add-on to access extra features</ref>
 
|-
 
| [[Gearboy]]
 
| [https://github.com/drhelius/Gearboy/releases {{GearboyVer}}]
 
| {{✗}}
 
| {{?}}
 
 
| {{✓}}
 
| {{✓}}
| {{~}} <ref group=N>Must be built from source at time of writing.</ref>
 
| {{?}}
 
| {{?}}
 
| {{?}}
 
| {{✗}}
 
 
| {{✓}}
 
| {{✓}}
| {{~}}
+
| {{}}
| {{}} <ref group=N>v3.4.0 does not work with Rosetta. 3.4.1 should work when it is released.</ref>
+
| {{}}
 +
|}
 +
 
 +
===Switch===
 +
{| class="wikitable" style="text-align:center;"
 +
! scope="col"|Name
 +
! scope="col"|Latest Version
 +
! scope="col"|PPC
 +
! scope="col"|<abbr title="32-bit Intel">x86</abbr>
 +
! scope="col"|<abbr title="64-bit Intel">x64</abbr>
 +
! scope="col"|ARM
 +
! scope="col"|OpenGL
 +
! scope="col"|MoltenVK
 +
! scope="col"|Metal
 +
! scope="col"|Gamepad Support
 +
! scope="col"|<abbr title="Free/Libre and Open-Source Software">FLOSS</abbr>
 +
! scope="col"|Active
 +
! scope="col"|[[Recommended Emulators|Recommended]]
 
|-
 
|-
| [[higan]]
+
|[[Ryujinx]] (龍神X)
| [https://github.com/higan-emu/higan/releases {{higanVer}}]
+
| [https://ryujinx.org/download Releases]
 
| {{✗}}
 
| {{✗}}
 
| {{✗}}
 
| {{✗}}
 +
| {{~}} <ref group=N>Some games may work with an x64 Intel Mac, but performance will be sub-par.</ref>
 
| {{✓}}
 
| {{✓}}
 
| {{✗}}
 
| {{✗}}
| {{?}}
+
| {{}}
| {{✗}}
 
| {{✗}}
 
| {{✗}}
 
 
| {{✗}}
 
| {{✗}}
 
| {{✓}}
 
| {{✓}}
| {{}}
+
| {{✓}}
 +
| {{✓}}
 +
| {{✓}}
 
|-
 
|-
| [[VisualBoy Advance|VisualBoy Advance-M (VBA-M)]]
+
|[[Suyu]]
| [https://github.com/visualboyadvance-m/visualboyadvance-m/releases {{VBAMVer}}]
+
| ~
 
| {{✗}}
 
| {{✗}}
 
| {{✗}}
 
| {{✗}}
 +
| {{✗}}
 
| {{✓}}
 
| {{✓}}
 
| {{✗}}
 
| {{✗}}
 
| {{✓}}
 
| {{✓}}
| {{✗}}
 
 
| {{✗}}
 
| {{✗}}
 
| {{✓}}
 
| {{✓}}
 
| {{✓}}
 
| {{✓}}
| {{}}
+
| {{}} <ref group=N>Suyu was a Yuzu fork. It has been discontinued.</ref>
| {{~}}
+
| {{}}
 
|-
 
|-
| [[Swift-plays-Pokemon]]
+
|[[Yuzu]] (柚子)
| [https://github.com/LiarPrincess/Swift-plays-Pokemon git]
+
| ~
 
| {{✗}}
 
| {{✗}}
 
| {{✗}}
 
| {{✗}}
| {{}}
+
| {{}}  
 
| {{✓}}
 
| {{✓}}
| {{✗}}
 
 
| {{✗}}
 
| {{✗}}
 
| {{✓}}
 
| {{✓}}
 
| {{✗}}
 
| {{✗}}
 
| {{✓}}
 
| {{✓}}
| {{✗}}
 
| {{✗}} <ref group=N>No Audio. Must compile yourself and run from Terminal.</ref>
 
|-
 
| [[Gambatte]]
 
| [https://sourceforge.net/projects/gambatte/files/gambatte {{GambatteVer}}]
 
| {{✗}}
 
| {{✓}}
 
| {{✗}}
 
| {{✗}}
 
| {{?}}
 
| {{?}}
 
| {{?}}
 
| {{✗}}
 
 
| {{✓}}
 
| {{✓}}
| {{✗}}
+
| {{✗}}[[History_of_emulation#Lawsuits|*]]
| {{✗}}
+
| {{✗}} <ref group=N>Yuzu has been discontinued. Various forks are available.</ref>
|-
 
| [[GBMac]]
 
| [https://www.macintoshrepository.org/10592-gbmac 1.2.6b4]
 
| {{✓}}
 
| {{✗}}
 
| {{✗}}
 
| {{✗}}
 
| {{?}}
 
| {{✗}}
 
| {{✗}}
 
| {{✗}}
 
| {{✗}}
 
| {{✗}}
 
| {{✗}} <ref group=N>Classic Mac OS only</ref>
 
 
|}
 
|}
  
===Game Boy Advance===
+
===Game Boy/Color===
 
{| class="wikitable" style="text-align:center;"
 
{| class="wikitable" style="text-align:center;"
 
! scope="col"|Name
 
! scope="col"|Name
Line 871: Line 824:
 
! scope="col"|Metal
 
! scope="col"|Metal
 
! scope="col"|Game Link Support
 
! scope="col"|Game Link Support
 +
! scope="col"|Gamepad Support
 
! scope="col"|<abbr title="Free/Libre and Open-Source Software">FLOSS</abbr>
 
! scope="col"|<abbr title="Free/Libre and Open-Source Software">FLOSS</abbr>
 
! scope="col"|Active
 
! scope="col"|Active
 
! scope="col"|[[Recommended Emulators|Recommended]]
 
! scope="col"|[[Recommended Emulators|Recommended]]
 
|-
 
|-
| [[SkyEmu]]
+
| [[SameBoy]]
| [https://github.com/skylersaleh/SkyEmu/releases releases]
+
| [https://sameboy.github.io/downloads {{SameBoyVer}}]
 
| {{✗}}
 
| {{✗}}
 
| {{✗}}
 
| {{✗}}
 
| {{✓}}
 
| {{✓}}
 
| {{✓}}
 
| {{✓}}
| {{?}}
+
| {{}}
| {{?}}
 
| {{?}}
 
 
| {{✗}}
 
| {{✗}}
 +
| {{✓}}
 +
| {{✓}}
 +
| {{✓}}
 +
| {{✓}}
 +
| {{✓}}
 +
| {{✓}}
 +
|-
 +
| [[SkyEmu]]
 +
| [https://github.com/skylersaleh/SkyEmu/releases {{SkyEmuVer}}]
 +
| {{✗}}
 +
| {{✗}}
 +
| {{✓}}
 +
| {{✓}}
 +
| {{?}}
 +
| {{?}}
 +
| {{?}}
 +
| {{✗}}
 +
| {{✓}}
 
| {{✓}}
 
| {{✓}}
 
| {{✓}}
 
| {{✓}}
Line 897: Line 867:
 
| {{✓}}
 
| {{✓}}
 
| {{✗}}
 
| {{✗}}
 +
| {{✓}}
 
| {{✗}}
 
| {{✗}}
| {{}}
+
| {{}}
 
| {{✓}}
 
| {{✓}}
 
| {{✓}}
 
| {{✓}}
Line 912: Line 883:
 
| {{✗}}
 
| {{✗}}
 
| {{✗}}
 
| {{✗}}
 +
| {{✓}}
 
| {{✓}}
 
| {{✓}}
 
| {{✓}}
 
| {{✓}}
Line 917: Line 889:
 
| {{✓}}
 
| {{✓}}
 
|-
 
|-
| [[Boycott Advance]]
+
| [[KiGB]]
| [https://www.bannister.org/software/ba.htm 0.4.4]
+
| [https://www.bannister.org/software/kigb.htm 2.09]
 
| {{✗}}
 
| {{✗}}
 
| {{✗}}
 
| {{✗}}
Line 926: Line 898:
 
| {{✗}}
 
| {{✗}}
 
| {{✗}}
 
| {{✗}}
| {{}}
+
| {{✓}}
 +
| {{~}}
 
| {{✗}}
 
| {{✗}}
 
| {{~}}
 
| {{~}}
| {{~}} <ref group=N>Requires paid add-on to access extra features</ref>
+
| {{~}} <ref group=N name=paid>Requires paid version to access extra emulation features</ref>
 
|-
 
|-
 
| [[Gearboy]]
 
| [[Gearboy]]
 
| [https://github.com/drhelius/Gearboy/releases {{GearboyVer}}]
 
| [https://github.com/drhelius/Gearboy/releases {{GearboyVer}}]
 
| {{✗}}
 
| {{✗}}
| {{?}}
+
| {{}}
 
| {{✓}}
 
| {{✓}}
| {{~}} <ref group=N>Must be built from source at time of writing.</ref>
+
| {{}}  
 
| {{?}}
 
| {{?}}
 
| {{?}}
 
| {{?}}
 
| {{?}}
 
| {{?}}
 
| {{✗}}
 
| {{✗}}
 +
| {{✓}}
 
| {{✓}}
 
| {{✓}}
 
| {{~}}
 
| {{~}}
| {{✗}} <ref group=N>v3.4.0 does not work with Rosetta. v3.4.1 will have Arm support when released.</ref>
+
| {{✗}} <ref group=N name=gearboy>v3.5.0 builds are broken.</ref>
 
|-
 
|-
| [[higan]]
+
| [[Mesen]]
| [https://github.com/higan-emu/higan/releases {{higanVer}}]
+
| [https://github.com/SourMesen/Mesen2 {{MesenVer}}]
 
| {{✗}}
 
| {{✗}}
 
| {{✗}}
 
| {{✗}}
 
| {{✓}}
 
| {{✓}}
| {{✗}}
+
| {{}}
| {{?}}
 
| {{✗}}
 
 
| {{✗}}
 
| {{✗}}
 
| {{✗}}
 
| {{✗}}
 
| {{✗}}
 
| {{✗}}
 +
| {{?}}
 +
| {{~}}
 
| {{✓}}
 
| {{✓}}
| {{}}
+
| {{}}
 +
| {{~}}  <ref group=N name=compile>Must compile from source.</ref>
 
|-
 
|-
 
| [[VisualBoy Advance|VisualBoy Advance-M (VBA-M)]]
 
| [[VisualBoy Advance|VisualBoy Advance-M (VBA-M)]]
| [https://github.com/visualboyadvance-m/visualboyadvance-m/releases {{VBAMVer}}]
+
| [https://github.com/visualboyadvance-m/visualboyadvance-m/releases {{VBAMVer}}] <Br/> [https://nightly.vba-m.com Nightlies]
 
| {{✗}}
 
| {{✗}}
 
| {{✗}}
 
| {{✗}}
Line 968: Line 943:
 
| {{✗}}
 
| {{✗}}
 
| {{✗}}
 
| {{✗}}
 +
| {{✓}}
 
| {{✓}}
 
| {{✓}}
 
| {{✓}}
 
| {{✓}}
 
| {{✓}}
 
| {{✓}}
 
| {{~}}
 
| {{~}}
 +
|-
 +
| Swift-plays-Pokemon
 +
| [https://github.com/LiarPrincess/Swift-plays-Pokemon git]
 +
| {{✗}}
 +
| {{✗}}
 +
| {{✓}}
 +
| {{✓}}
 +
| {{✗}}
 +
| {{✗}}
 +
| {{✓}}
 +
| {{✗}}
 +
| {{✗}}
 +
| {{✓}}
 +
| {{✗}}
 +
| {{✗}} <ref group=N>No Audio. Must compile from source and run from command line.</ref>
 +
|-
 +
| [[Gambatte]]
 +
| [https://sourceforge.net/projects/gambatte/files/gambatte {{GambatteVer}}]
 +
| {{✗}}
 +
| {{✓}}
 +
| {{✗}}
 +
| {{✗}}
 +
| {{?}}
 +
| {{?}}
 +
| {{?}}
 +
| {{✗}}
 +
| {{?}}
 +
| {{✓}}
 +
| {{✗}}
 +
| {{✗}}
 
|}
 
|}
  
===DS===
+
===Game Boy Advance===
 
{| class="wikitable" style="text-align:center;"
 
{| class="wikitable" style="text-align:center;"
 
! scope="col"|Name
 
! scope="col"|Name
Line 985: Line 991:
 
! scope="col"|MoltenVK
 
! scope="col"|MoltenVK
 
! scope="col"|Metal
 
! scope="col"|Metal
 +
! scope="col"|Game Link Support
 +
! scope="col"|Gamepad Support
 
! scope="col"|<abbr title="Free/Libre and Open-Source Software">FLOSS</abbr>
 
! scope="col"|<abbr title="Free/Libre and Open-Source Software">FLOSS</abbr>
 
! scope="col"|Active
 
! scope="col"|Active
 
! scope="col"|[[Recommended Emulators|Recommended]]
 
! scope="col"|[[Recommended Emulators|Recommended]]
 
|-
 
|-
|[[DeSmuME]]
+
| [[SkyEmu]]
|[https://github.com/TASEmulators/desmume/releases {{DeSmuMEVer}}]
+
| [https://github.com/skylersaleh/SkyEmu/releases {{SkyEmuVer}}]
|{{✓}}
+
| {{✗}}
|{{✓}}
+
| {{✗}}
|{{}}
+
| {{✓}}
|{{}}
+
| {{✓}}
|{{}}
+
| {{?}}
|{{✗}}
+
| {{?}}
|{{}}
+
| {{?}}
|{{✓}}
+
| {{✗}}
|{{~}}  
+
| {{}}
|{{✓}}
+
| {{✓}}
 +
| {{}}
 +
| {{✓}}
 
|-
 
|-
|[[MelonDS]]
+
| [[ares]]
|[https://github.com/melonDS-emu/melonDS/releases {{MelonDSVer}}]
+
| [https://github.com/ares-emulator/ares/releases {{aresVer}}]
|{{✗}}
+
| {{✗}}
|{{✗}}
+
| {{✗}}
|{{✓}}
+
| {{✓}}
|{{✓}}
+
| {{✓}}
|{{✓}}
+
| {{✓}}
|{{✗}}
+
| {{✗}}
|{{✗}}
+
| {{✓}}
|{{✓}}
+
| {{✗}}
|{{✓}}  
+
| {{✓}}
|{{✓}}
+
| {{✓}}
 +
| {{✓}}
 +
| {{✓}}
 
|-
 
|-
|[[Medusa]]
+
| [[NanoBoyAdvance]]
|[https://mgba.io/downloads.html#medusa Beta]
+
| [https://github.com/nba-emu/NanoBoyAdvance/releases {{NanoBoyVer}}]
|{{✗}}
+
| {{✗}}
|{{✗}}
+
| {{✗}}
|{{✓}}
+
| {{✓}}
|{{}}
+
| {{}}
|{{✓}}
+
| {{✓}}
|{{✗}}
+
| {{✗}}
|{{✗}}
+
| {{✗}}
|{{~}} <ref group=N>Not open sourced yet, but will likely be opened later in development</ref>
+
| {{}}
|{{✓}}  
+
| {{✓}}
|{{}}
+
| {{}}
|}
+
| {{✓}}
 
+
| {{✓}}
===3DS===
 
{| class="wikitable" style="text-align:center;"
 
! scope="col"|Name
 
! scope="col"|Latest Version
 
! scope="col"|PPC
 
! scope="col"|<abbr title="32-bit Intel">x86</abbr>
 
! scope="col"|<abbr title="64-bit Intel">x64</abbr>
 
! scope="col"|ARM
 
! scope="col"|OpenGL
 
! scope="col"|MoltenVK
 
! scope="col"|Metal
 
! scope="col"|<abbr title="Free/Libre and Open-Source Software">FLOSS</abbr>
 
! scope="col"|Active
 
! scope="col"|[[Recommended Emulators|Recommended]]
 
 
|-
 
|-
|[[Citra]]
+
| Hades
|[https://citra-emu.org/download Downloads]
+
| [https://github.com/hades-emu/Hades/releases {{HadesVer}}]
|{{✗}}
+
| {{✗}}
|{{✗}}
+
| {{✗}}
|{{✓}}
+
| {{✓}}
|{{~}} <ref group=N>There are no official Arm releases yet, but some beta versions support Arm</ref>
+
| {{}}
|{{}}
+
| {{}}
|{{~}} <ref group=N>Vulkan/MoltenVK backends are currently in beta</ref>
+
| {{}}
|{{✗}}
+
| {{✗}}
|{{}}
+
| {{?}}
|{{}}
+
| {{?}}
|{{~}}
+
| {{}}
|}
+
| {{✓}}
 
+
| {{?}}
==Sega==
 
===SG-1000===
 
{| class="wikitable" style="text-align:center;"
 
! scope="col"|Name
 
! scope="col"|Latest Version
 
! scope="col"|PPC
 
! scope="col"|<abbr title="32-bit Intel">x86</abbr>
 
! scope="col"|<abbr title="64-bit Intel">x64</abbr>
 
! scope="col"|ARM
 
! scope="col"|OpenGL
 
! scope="col"|MoltenVK
 
! scope="col"|Metal
 
! scope="col"|<abbr title="Free/Libre and Open-Source Software">FLOSS</abbr>
 
! scope="col"|Active
 
! scope="col"|[[Recommended Emulators|Recommended]]
 
 
|-
 
|-
| [[ares]]
+
| [[mGBA]]
| [https://github.com/ares-emulator/ares/releases {{aresVer}}]
+
| [https://mgba.io/downloads.html {{MGBAVer}}]
 
| {{✗}}
 
| {{✗}}
 
| {{✗}}
 
| {{✗}}
Line 1,083: Line 1,066:
 
| {{✗}}
 
| {{✗}}
 
| {{✗}}
 
| {{✗}}
 +
| {{✓}}
 +
| {{✓}}
 
| {{✓}}
 
| {{✓}}
 
| {{✓}}
 
| {{✓}}
 
| {{✓}}
 
| {{✓}}
 
|-
 
|-
|[[RetroVM]]
+
| Boycott Advance
|[https://retrovirtualmachine.org Website]
+
| [https://www.bannister.org/software/ba.htm 0.4.4]
|{{✗}}
+
| {{✗}}
|{{✗}}
+
| {{✗}}
|{{✓}}
+
| {{✓}}
|{{✓}}
+
| {{✓}}
|{{✓}}
+
| {{?}}
|{{✗}}
 
|{{✗}}
 
|{{✗}}
 
|{{✓}}
 
|{{?}}
 
|}
 
 
 
===Master System===
 
{| class="wikitable" style="text-align:center;"
 
! scope="col"|Name
 
! scope="col"|Latest Version
 
! scope="col"|PPC
 
! scope="col"|<abbr title="32-bit Intel">x86</abbr>
 
! scope="col"|<abbr title="64-bit Intel">x64</abbr>
 
! scope="col"|ARM
 
! scope="col"|OpenGL
 
! scope="col"|MoltenVK
 
! scope="col"|Metal
 
! scope="col"|<abbr title="Free/Libre and Open-Source Software">FLOSS</abbr>
 
! scope="col"|Active
 
! scope="col"|[[Recommended Emulators|Recommended]]
 
|-
 
| [[ares]]
 
| [https://github.com/ares-emulator/ares/releases {{aresVer}}]
 
 
| {{✗}}
 
| {{✗}}
 
| {{✗}}
 
| {{✗}}
| {{✓}}
 
| {{✓}}
 
| {{✓}}
 
 
| {{✗}}
 
| {{✗}}
 +
| {{~}}
 +
| {{✗}}
 +
| {{~}}
 +
| {{~}} <ref group=N name=paid>Requires paid version to access extra emulation features</ref>
 +
|-
 +
| [[Gearboy]]
 +
| [https://github.com/drhelius/Gearboy/releases {{GearboyVer}}]
 +
| {{✗}}
 +
| {{?}}
 +
| {{✓}}
 +
| {{✓}} 
 +
| {{?}}
 +
| {{?}}
 +
| {{?}}
 
| {{✗}}
 
| {{✗}}
 
| {{✓}}
 
| {{✓}}
 
| {{✓}}
 
| {{✓}}
| {{}}
+
| {{~}}
 +
| {{✗}} <ref group=N name=gearboy>v3.5.0 builds are broken.</ref>
 
|-
 
|-
|[[CLK]]
+
| [[VisualBoy Advance|VisualBoy Advance-M (VBA-M)]]
|[https://github.com/TomHarte/CLK/releases {{ClkVer}}]
+
| [https://github.com/visualboyadvance-m/visualboyadvance-m/releases {{VBAMVer}}] <Br/> [https://nightly.vba-m.com Nightlies]
|{{✗}}
+
| {{✗}}
|{{✗}}
+
| {{✗}}
|{{✓}}
+
| {{✓}}
|{{✓}}
+
| {{✗}}
|{{✗}}
+
| {{✓}}
|{{✗}}
+
| {{✗}}
|{{✓}}
+
| {{✗}}
|{{✓}}
+
| {{✓}}
|{{✓}}
+
| {{✓}}
|{{✓}}
+
| {{✓}}
|-
+
| {{✓}}
|[[RetroVM]]
+
| {{~}}
|[https://retrovirtualmachine.org Website]
 
|{{✗}}
 
|{{✗}}
 
|{{✓}}
 
|{{✓}}
 
|{{✓}}
 
|{{✗}}
 
|{{✗}}
 
|{{✗}}
 
|{{✓}}
 
|{{?}}
 
 
|}
 
|}
  
===Mega Drive/Genesis===
+
===DS===
 
{| class="wikitable" style="text-align:center;"
 
{| class="wikitable" style="text-align:center;"
 
! scope="col"|Name
 
! scope="col"|Name
Line 1,167: Line 1,129:
 
! scope="col"|MoltenVK
 
! scope="col"|MoltenVK
 
! scope="col"|Metal
 
! scope="col"|Metal
 +
! scope="col"|Gamepad Support
 
! scope="col"|<abbr title="Free/Libre and Open-Source Software">FLOSS</abbr>
 
! scope="col"|<abbr title="Free/Libre and Open-Source Software">FLOSS</abbr>
 
! scope="col"|Active
 
! scope="col"|Active
 
! scope="col"|[[Recommended Emulators|Recommended]]
 
! scope="col"|[[Recommended Emulators|Recommended]]
 
|-
 
|-
| [[ares]]
+
|[[DeSmuME]]
| [https://github.com/ares-emulator/ares/releases {{aresVer}}]
+
|[https://github.com/TASEmulators/desmume/releases {{DeSmuMEVer}}]
| {{}}
+
|{{}}
| {{}}
+
|{{}}
| {{✓}}
+
|{{✓}}
| {{✓}}
+
|{{✓}}
| {{✓}}
+
|{{✓}}
| {{✗}}
+
|{{✗}}
| {{✗}}
+
|{{✗}}
| {{✓}}
+
|{{✓}}
| {{✓}}
+
|{{✓}}  
| {{✓}}
+
|{{✓}}  
|}
+
|{{✓}}
 
 
===Mega CD===
 
{| class="wikitable" style="text-align:center;"
 
! scope="col"|Name
 
! scope="col"|Latest Version
 
! scope="col"|PPC
 
! scope="col"|<abbr title="32-bit Intel">x86</abbr>
 
! scope="col"|<abbr title="64-bit Intel">x64</abbr>
 
! scope="col"|ARM
 
! scope="col"|OpenGL
 
! scope="col"|MoltenVK
 
! scope="col"|Metal
 
! scope="col"|<abbr title="Free/Libre and Open-Source Software">FLOSS</abbr>
 
! scope="col"|Active
 
! scope="col"|[[Recommended Emulators|Recommended]]
 
 
|-
 
|-
| [[ares]]
+
|[[MelonDS]]
| [https://github.com/ares-emulator/ares/releases {{aresVer}}]
+
|[https://github.com/melonDS-emu/melonDS/releases {{MelonDSVer}}]
| {{✗}}
+
|{{✗}}
| {{✗}}
+
|{{✗}}
| {{✓}}
+
|{{✓}}
| {{✓}}
+
|{{✓}}
| {{✓}}
+
|{{✓}}
| {{✗}}
+
|{{✗}}
| {{✗}}
+
|{{✗}}
| {{✓}}
+
|{{✓}}  
| {{✓}}
+
|{{✓}}
| {{✓}}
+
|{{✓}}  
|}
+
|{{✓}}
 
 
===32X===
 
{| class="wikitable" style="text-align:center;"
 
! scope="col"|Name
 
! scope="col"|Latest Version
 
! scope="col"|PPC
 
! scope="col"|<abbr title="32-bit Intel">x86</abbr>
 
! scope="col"|<abbr title="64-bit Intel">x64</abbr>
 
! scope="col"|ARM
 
! scope="col"|OpenGL
 
! scope="col"|MoltenVK
 
! scope="col"|Metal
 
! scope="col"|<abbr title="Free/Libre and Open-Source Software">FLOSS</abbr>
 
! scope="col"|Active
 
! scope="col"|[[Recommended Emulators|Recommended]]
 
 
|-
 
|-
| [[ares]]
+
|[[NooDS]]
| [https://github.com/ares-emulator/ares/releases {{aresVer}}]
+
|[https://github.com/Hydr8gon/NooDS/releases/tag/release Releases]
| {{✗}}
+
|{{✗}}
| {{✗}}
+
|{{✗}}
| {{}}
+
|{{✓}}
| {{✓}}
+
|{{✗}}
| {{✓}}
+
|{{?}}
| {{✗}}
+
|{{✗}}
| {{✗}}
+
|{{✗}}
| {{✓}}
+
|{{}}  
| {{✓}}
+
|{{✓}}
| {{✓}}
+
|{{✓}}  
 +
|{{~}}
 +
|-
 +
|[[mGBA#medusa|Medusa]]
 +
|[https://mgba.io/downloads.html#medusa Beta]
 +
|{{✗}}
 +
|{{✗}}
 +
|{{✓}}
 +
|{{✗}}
 +
|{{✓}}
 +
|{{✗}}
 +
|{{✗}}
 +
|{{✓}}
 +
|{{~}} <ref group=N>Not open sourced yet, but will likely be opened later in development</ref>
 +
|{{~}}
 +
|{{✗}}
 
|}
 
|}
  
===Saturn===
+
===3DS===
 
{| class="wikitable" style="text-align:center;"
 
{| class="wikitable" style="text-align:center;"
 
! scope="col"|Name
 
! scope="col"|Name
Line 1,254: Line 1,202:
 
! scope="col"|MoltenVK
 
! scope="col"|MoltenVK
 
! scope="col"|Metal
 
! scope="col"|Metal
 +
! scope="col"|Gamepad Support
 
! scope="col"|<abbr title="Free/Libre and Open-Source Software">FLOSS</abbr>
 
! scope="col"|<abbr title="Free/Libre and Open-Source Software">FLOSS</abbr>
 
! scope="col"|Active
 
! scope="col"|Active
 
! scope="col"|[[Recommended Emulators|Recommended]]
 
! scope="col"|[[Recommended Emulators|Recommended]]
 
|-
 
|-
|[[Mednafen]]
+
|[[Citra_(PabloMK7_fork)]]
|[{{MednafenURL|releases/}} {{MednafenVer}}]
+
|[https://github.com/PabloMK7/citra/releases Releases]
 
|{{✗}}
 
|{{✗}}
 
|{{✗}}
 
|{{✗}}
 
|{{✓}}
 
|{{✓}}
 +
|{{✓}}
 +
|{{✗}}
 +
|{{✓}}
 +
|{{✗}}
 +
|{{✓}}
 +
|{{✓}}
 +
|{{✓}}
 +
|{{✓}}
 +
|-
 +
|[[Lime3DS]]
 +
|[https://github.com/Lime3DS/Lime3DS/releases Releases]
 +
|{{✗}}
 +
|{{✗}}
 
|{{✓}}
 
|{{✓}}
|{{✓}}
+
|{{✓}}  
 
|{{✗}}
 
|{{✗}}
 +
|{{✓}}
 
|{{✗}}
 
|{{✗}}
 +
|{{✓}}
 +
|{{✓}}
 +
|{{✓}}
 
|{{✓}}  
 
|{{✓}}  
 +
|-
 +
|[[Panda3DS]]
 +
|[https://github.com/wheremyfoodat/Panda3DS/releases {{Panda3DSVer}}]
 +
|{{✗}}
 +
|{{✗}}
 
|{{✓}}
 
|{{✓}}
|{{~}} <ref group=N>Mednafen is run through the command line or through a frontend like OpenEmu.</ref>
+
|{{✗}}
 +
|{{✓}}
 +
|{{✓}}
 +
|{{✗}}
 +
|{{✓}}
 +
|{{✓}}
 +
|{{✓}}
 +
|{{✗}}  
 
|}
 
|}
  
===Dreamcast===
+
==Sega==
 +
===SG-1000===
 
{| class="wikitable" style="text-align:center;"
 
{| class="wikitable" style="text-align:center;"
 
! scope="col"|Name
 
! scope="col"|Name
Line 1,283: Line 1,262:
 
! scope="col"|MoltenVK
 
! scope="col"|MoltenVK
 
! scope="col"|Metal
 
! scope="col"|Metal
 +
! scope="col"|Gamepad Support
 
! scope="col"|<abbr title="Free/Libre and Open-Source Software">FLOSS</abbr>
 
! scope="col"|<abbr title="Free/Libre and Open-Source Software">FLOSS</abbr>
 
! scope="col"|Active
 
! scope="col"|Active
 
! scope="col"|[[Recommended Emulators|Recommended]]
 
! scope="col"|[[Recommended Emulators|Recommended]]
 
|-
 
|-
|[[Flycast]]
+
| [[ares]]
|[https://github.com/flyinghead/flycast/releases {{FlycastVer}}]
+
| [https://github.com/ares-emulator/ares/releases {{aresVer}}]
|{{✗}}
+
| {{✗}}
|{{✗}}
+
| {{✗}}
|{{✓}}
+
| {{✓}}
|{{✓}}
+
| {{✓}}
|{{✓}}
+
| {{✓}}
|{{✓}}
+
| {{✗}}
|{{}}
+
| {{✓}}
|{{✓}}
+
| {{}}
|{{✓}}
+
| {{✓}}
|{{✓}}
+
| {{✓}}
 +
| {{✓}}
 
|-
 
|-
|[[Redream]]
+
| [[RetroVM]]
|[https://redream.io/download {{RedreamVer}}]
+
| [https://retrovirtualmachine.org Website]
|{{✗}}
+
| {{✗}}
|{{✗}}
+
| {{✗}}
|{{✓}}
+
| {{✓}}
|{{✓}}
+
| {{✓}}
|{{✓}}
+
| {{}}
|{{✗}}
+
| {{✗}}
|{{✗}}
+
| {{✗}}
|{{✗}}
+
| {{✓}}
|{{✓}}
+
| {{✗}}
|{{~}} <ref group=N>Charges money for features such as upscaling</ref>
+
| {{✓}}
 +
| {{✓}}
 +
|-
 +
| [[GearSystem]]
 +
| [https://github.com/drhelius/Gearsystem/releases 3.5.0]
 +
| {{✗}}
 +
| {{✗}}
 +
| {{✓}}
 +
| {{✓}}
 +
| {{?}}
 +
| {{✗}}
 +
| {{✗}}
 +
| {{✓}}
 +
| {{✓}}
 +
| {{✓}}
 +
| {{✗}}
 
|}
 
|}
  
===Game Gear===
+
===Master System===
 
{| class="wikitable" style="text-align:center;"
 
{| class="wikitable" style="text-align:center;"
 
! scope="col"|Name
 
! scope="col"|Name
Line 1,325: Line 1,321:
 
! scope="col"|MoltenVK
 
! scope="col"|MoltenVK
 
! scope="col"|Metal
 
! scope="col"|Metal
 +
! scope="col"|Gamepad Support
 
! scope="col"|<abbr title="Free/Libre and Open-Source Software">FLOSS</abbr>
 
! scope="col"|<abbr title="Free/Libre and Open-Source Software">FLOSS</abbr>
 
! scope="col"|Active
 
! scope="col"|Active
Line 1,336: Line 1,333:
 
| {{✓}}
 
| {{✓}}
 
| {{✓}}
 
| {{✓}}
 +
| {{✗}}
 +
| {{✓}}
 +
| {{✓}}
 +
| {{✓}}
 +
| {{✓}}
 +
| {{✓}}
 +
|-
 +
| [[CLK]]
 +
| [https://github.com/TomHarte/CLK/releases {{ClkVer}}]
 
| {{✗}}
 
| {{✗}}
 
| {{✗}}
 
| {{✗}}
 +
| {{✓}}
 +
| {{✓}}
 +
| {{✗}}
 +
| {{✗}}
 +
| {{✓}}
 +
| {{✓}}
 
| {{✓}}
 
| {{✓}}
 
| {{✓}}
 
| {{✓}}
 
| {{✓}}
 
| {{✓}}
|}
+
|-
 
+
| [[RetroVM]]
==Sony==
+
| [https://retrovirtualmachine.org Website]
===PlayStation===
+
| {{✗}}
{| class="wikitable" style="text-align: center;"
+
| {{✗}}
 +
| {{✓}}
 +
| {{✓}}
 +
| {{✓}}
 +
| {{✗}}
 +
| {{✗}}
 +
| {{✓}}
 +
| {{✗}}
 +
| {{✓}}
 +
| {{~}}
 +
|-
 +
| [[GearSystem]]
 +
| [https://github.com/drhelius/Gearsystem/releases 3.5.0]
 +
| {{✗}}
 +
| {{✗}}
 +
| {{✓}}
 +
| {{✓}}
 +
| {{?}}
 +
| {{✗}}
 +
| {{✗}}
 +
| {{✓}}
 +
| {{✓}}
 +
| {{✓}}
 +
| {{✗}}
 +
|}
 +
 
 +
===Mega Drive/Genesis===
 +
{| class="wikitable" style="text-align:center;"
 
! scope="col"|Name
 
! scope="col"|Name
 
! scope="col"|Latest Version
 
! scope="col"|Latest Version
Line 1,355: Line 1,394:
 
! scope="col"|MoltenVK
 
! scope="col"|MoltenVK
 
! scope="col"|Metal
 
! scope="col"|Metal
 +
! scope="col"|Gamepad Support
 
! scope="col"|<abbr title="Free/Libre and Open-Source Software">FLOSS</abbr>
 
! scope="col"|<abbr title="Free/Libre and Open-Source Software">FLOSS</abbr>
 
! scope="col"|Active
 
! scope="col"|Active
 
! scope="col"|[[Recommended Emulators|Recommended]]
 
! scope="col"|[[Recommended Emulators|Recommended]]
 
|-
 
|-
|[[DuckStation]]
+
| [[ares]]
|[https://github.com/stenzek/duckstation/releases git]
+
| [https://github.com/ares-emulator/ares/releases {{aresVer}}]
|{{✗}}
+
| {{✗}}
|{{✗}}
+
| {{✗}}
|{{✓}}
+
| {{✓}}
|{{✓}}
+
| {{✓}}
|{{✓}}
+
| {{✓}}
|{{✓}}
+
| {{✗}}
|{{}}
+
| {{✓}}
|{{✓}}
+
| {{}}
|{{✓}}
+
| {{✓}}
|{{✓}}
+
| {{✓}}
 +
| {{✓}}
 
|-
 
|-
|[[ares]]
+
| Generator
|[https://github.com/ares-emulator/ares/releases {{aresVer}}]
+
| [https://www.bannister.org/software/generator.htm 0.4.8]
|{{✗}}
+
| {{}}
|{{}}
+
| {{✗}}
|{{✓}}
+
| {{}}
|{{}}
+
| {{✓}}
|{{}}
+
| {{}}
|{{✗}}
+
| {{}}
|{{}}
+
| {{✗}}
|{{}}  
+
| {{~}}
|{{✓}}
+
| {{}}
|{{}}
+
| {{✓}}
 +
| {{~}} <ref group=N name=paid>Requires paid version to access extra emulation features</ref>
 
|-
 
|-
|[[PCSX-Reloaded|PCSX-R]]
+
| Genesis Plus
|[https://github.com/pcsxr/PCSX-Reloaded git] </br>[https://macintoshgarden.org/apps/pcsxr-playstation-emulator MacGarden]
+
| [https://www.bannister.org/software/gplus.htm 1.3.5]
|{{✗}}
+
| {{✗}}
|{{✓}}
+
| {{✗}}
|{{✓}}
+
| {{✓}}
|{{✗}}
+
| {{✓}}
|{{✓}}
+
| {{✗}}
|{{✗}}
+
| {{✗}}
|{{✗}}
+
| {{✗}}
|{{✓}}
+
| {{~}}
|{{✗}}
+
| {{✗}}
|{{✓}}
+
| {{✓}}
|-
+
| {{~}} <ref group=N name=paid>Requires paid version to access extra emulation features</ref>
|PCSX-Redux
+
|}
|[https://github.com/grumpycoders/pcsx-redux git]
+
 
|{{✗}}
+
===Mega CD===
|{{✗}}
+
{| class="wikitable" style="text-align:center;"
|{{✓}}
+
! scope="col"|Name
|{{✗}}
 
|{{✓}}
 
|{{✗}}
 
|{{✗}}
 
|{{✓}}
 
|{{✓}}
 
|{{✗}}  
 
|-
 
|[[Mednafen]]
 
|[{{MednafenURL|releases/}} {{MednafenVer}}]
 
|{{✗}}
 
|{{✗}}
 
|{{✓}}
 
|{{✓}}
 
|{{✓}}
 
|{{✗}}
 
|{{✗}}
 
|{{✓}}  
 
|{{✓}}
 
|{{~}} <ref group=N>Mednafen is run through the command line only.</ref>
 
|-
 
|Connectix VGS
 
|[https://macintoshgarden.org/apps/connectix-virtual-game-station 1.4.1]
 
|{{✓}}
 
|{{✗}}
 
|{{✗}}
 
|{{✗}}
 
|{{?}}
 
|{{✗}}
 
|{{✗}}
 
|{{✗}}
 
|{{✗}}
 
|{{✗}} <ref group=N>Mac OS 9 only</ref>
 
|}
 
 
 
===PlayStation 2===
 
{| class="wikitable" style="text-align:center;"
 
! scope="col"|Name
 
 
! scope="col"|Latest Version
 
! scope="col"|Latest Version
 
! scope="col"|PPC
 
! scope="col"|PPC
Line 1,449: Line 1,453:
 
! scope="col"|MoltenVK
 
! scope="col"|MoltenVK
 
! scope="col"|Metal
 
! scope="col"|Metal
 +
! scope="col"|Gamepad Support
 
! scope="col"|<abbr title="Free/Libre and Open-Source Software">FLOSS</abbr>
 
! scope="col"|<abbr title="Free/Libre and Open-Source Software">FLOSS</abbr>
 
! scope="col"|Active
 
! scope="col"|Active
 
! scope="col"|[[Recommended Emulators|Recommended]]
 
! scope="col"|[[Recommended Emulators|Recommended]]
 
|-
 
|-
| [[PCSX2]]
+
| [[ares]]
| [https://pcsx2.net/downloads/#nightly-anchor Nightly]
+
| [https://github.com/ares-emulator/ares/releases {{aresVer}}]
| {{✗}}
 
| {{~}} <ref group=N>Unofficial 32-bit builds available [https://forums.pcsx2.net/Thread-Native-Mac-Testing-Build?pid=609196#pid609196 here].</ref>
 
| {{}}
 
 
| {{✗}}
 
| {{✗}}
 
| {{✗}}
 
| {{✗}}
Line 1,463: Line 1,465:
 
| {{✓}}
 
| {{✓}}
 
| {{✓}}
 
| {{✓}}
| {{✓}}
 
| {{✓}}
 
|-
 
| [[AetherSX2]]
 
| [https://aethersx2.com/archive/?dir=desktop%2Fmac Releases]
 
| {{✗}}
 
| {{✗}}
 
 
| {{✗}}
 
| {{✗}}
 
| {{✓}}
 
| {{✓}}
| {{✗}}
 
| {{✓}}
 
| {{✓}}
 
| {{~}} <ref group=N>Based on PCSX2, so it is partially FLOSS. The ARM parts are currently closed source. </ref>
 
 
| {{✓}}
 
| {{✓}}
 
| {{✓}}
 
| {{✓}}
|-
 
| [[Play!]]
 
| [http://purei.org/downloads.php {{Play!Ver}}]
 
| {{✗}}
 
| {{✗}}
 
 
| {{✓}}
 
| {{✓}}
 
| {{✓}}
 
| {{✓}}
| {{✓}}
 
| {{✓}}
 
| {{✗}}
 
| {{✓}}
 
| {{✓}}
 
| {{✗}}
 
 
|}
 
|}
  
===PlayStation 3===
+
===32X===
 
{| class="wikitable" style="text-align:center;"
 
{| class="wikitable" style="text-align:center;"
 
! scope="col"|Name
 
! scope="col"|Name
Line 1,504: Line 1,484:
 
! scope="col"|MoltenVK
 
! scope="col"|MoltenVK
 
! scope="col"|Metal
 
! scope="col"|Metal
 +
! scope="col"|Gamepad Support
 
! scope="col"|<abbr title="Free/Libre and Open-Source Software">FLOSS</abbr>
 
! scope="col"|<abbr title="Free/Libre and Open-Source Software">FLOSS</abbr>
 
! scope="col"|Active
 
! scope="col"|Active
 
! scope="col"|[[Recommended Emulators|Recommended]]
 
! scope="col"|[[Recommended Emulators|Recommended]]
 
|-
 
|-
|[[RPCS3]]
+
| [[ares]]
|[https://rpcs3.net/download {{RPCS3Ver}}]
+
| [https://github.com/ares-emulator/ares/releases {{aresVer}}]
 
| {{✗}}
 
| {{✗}}
 
| {{✗}}
 
| {{✗}}
 
| {{✓}}
 
| {{✓}}
| {{}}
+
| {{✓}}
 +
| {{✓}}
 
| {{✗}}
 
| {{✗}}
 
| {{✓}}
 
| {{✓}}
| {{✗}}
 
 
| {{✓}}
 
| {{✓}}
 
| {{✓}}
 
| {{✓}}
| {{~}} <ref group=N>Your mileage may vary depending on the title</ref>
+
| {{✓}}
 +
| {{✓}}
 
|}
 
|}
  
===PlayStation 4===
+
===Saturn===
 
{| class="wikitable" style="text-align:center;"
 
{| class="wikitable" style="text-align:center;"
 
! scope="col"|Name
 
! scope="col"|Name
Line 1,533: Line 1,515:
 
! scope="col"|MoltenVK
 
! scope="col"|MoltenVK
 
! scope="col"|Metal
 
! scope="col"|Metal
 +
! scope="col"|Gamepad Support
 
! scope="col"|<abbr title="Free/Libre and Open-Source Software">FLOSS</abbr>
 
! scope="col"|<abbr title="Free/Libre and Open-Source Software">FLOSS</abbr>
 
! scope="col"|Active
 
! scope="col"|Active
 
! scope="col"|[[Recommended Emulators|Recommended]]
 
! scope="col"|[[Recommended Emulators|Recommended]]
 
|-
 
|-
|[[Obliteration]]
+
|[[Mednafen]]
|[https://github.com/obhq/obliteration github]
+
|[{{MednafenURL|releases/}} {{MednafenVer}}]
 
|{{✗}}
 
|{{✗}}
 
|{{✗}}
 
|{{✗}}
 
|{{✓}}
 
|{{✓}}
 
|{{✓}}
 
|{{✓}}
 +
|{{✓}}
 +
|{{✗}}
 
|{{✗}}
 
|{{✗}}
 +
|{{✓}}
 +
|{{✓}}
 +
|{{✓}}
 +
|{{~}} <ref group=N name=openemu>Command line application. Best played using OpenEmu.</ref>
 +
|-
 +
|[[Yabause]]
 +
|[https://download.tuxfamily.org/yabause/releases/travis-ci/yabause-latest-mac.zip {{YabauseVer}}]
 
|{{✗}}
 
|{{✗}}
 
|{{✗}}
 
|{{✗}}
 
|{{✓}}
 
|{{✓}}
|{{✓}}
+
|{{✗}}
|{{✗}} <ref group=N>Very early in development. There is currently no graphics backend.</ref>
+
|{{✗}}
 +
|{{✗}}
 +
|{{✗}}
 +
|{{✗}}
 +
|{{✓}}  
 +
|{{✗}}
 +
|{{✗}}
 
|}
 
|}
  
===PlayStation Portable===
+
===Dreamcast===
 
{| class="wikitable" style="text-align:center;"
 
{| class="wikitable" style="text-align:center;"
 
! scope="col"|Name
 
! scope="col"|Name
Line 1,562: Line 1,560:
 
! scope="col"|MoltenVK
 
! scope="col"|MoltenVK
 
! scope="col"|Metal
 
! scope="col"|Metal
 +
! scope="col"|Gamepad Support
 
! scope="col"|<abbr title="Free/Libre and Open-Source Software">FLOSS</abbr>
 
! scope="col"|<abbr title="Free/Libre and Open-Source Software">FLOSS</abbr>
 
! scope="col"|Active
 
! scope="col"|Active
 
! scope="col"|[[Recommended Emulators|Recommended]]
 
! scope="col"|[[Recommended Emulators|Recommended]]
 
|-
 
|-
|[[PPSSPP]]
+
|[[Flycast]]
|[https://www.ppsspp.org/download {{PPSSPPVer}}]
+
|[https://github.com/flyinghead/flycast/releases {{FlycastVer}}]
 
|{{✗}}
 
|{{✗}}
 
|{{✗}}
 
|{{✗}}
Line 1,578: Line 1,577:
 
|{{✓}}
 
|{{✓}}
 
|{{✓}}
 
|{{✓}}
|}
+
|{{✓}}
 
+
|-
===PlayStation Vita===
+
|[[Redream]]
{| class="wikitable" style="text-align:center;"
+
|[https://redream.io/download 1.5]
! scope="col"|Name
+
|{{✗}}
! scope="col"|Latest Version
+
|{{✗}}
! scope="col"|PPC
+
|{{✓}}
! scope="col"|<abbr title="32-bit Intel">x86</abbr>
+
|{{✓}}
! scope="col"|<abbr title="64-bit Intel">x64</abbr>
 
! scope="col"|ARM
 
! scope="col"|OpenGL
 
! scope="col"|MoltenVK
 
! scope="col"|Metal
 
! scope="col"|<abbr title="Free/Libre and Open-Source Software">FLOSS</abbr>
 
! scope="col"|Active
 
! scope="col"|[[Recommended Emulators|Recommended]]
 
|-
 
|[[Vita3K]]
 
|[https://github.com/Vita3K/Vita3K/releases Releases]
 
|{{✗}}
 
|{{✗}}
 
 
|{{✓}}
 
|{{✓}}
 
|{{✗}}
 
|{{✗}}
Line 1,605: Line 1,591:
 
|{{✗}}
 
|{{✗}}
 
|{{✓}}
 
|{{✓}}
|{{✓}}
+
|{{~}} <ref group=N name=paid>Requires paid version to access extra emulation features</ref>
|{{~}}
 
 
|}
 
|}
  
==Microsoft==
+
===Game Gear===
===MSX/MSX2===
 
 
{| class="wikitable" style="text-align:center;"
 
{| class="wikitable" style="text-align:center;"
 
! scope="col"|Name
 
! scope="col"|Name
Line 1,621: Line 1,605:
 
! scope="col"|MoltenVK
 
! scope="col"|MoltenVK
 
! scope="col"|Metal
 
! scope="col"|Metal
 +
! scope="col"|Gamepad Support
 
! scope="col"|<abbr title="Free/Libre and Open-Source Software">FLOSS</abbr>
 
! scope="col"|<abbr title="Free/Libre and Open-Source Software">FLOSS</abbr>
 
! scope="col"|Active
 
! scope="col"|Active
 
! scope="col"|[[Recommended Emulators|Recommended]]
 
! scope="col"|[[Recommended Emulators|Recommended]]
 
|-
 
|-
|[[ares]]
+
| [[ares]]
|[https://github.com/ares-emulator/ares/releases {{aresVer}}]
+
| [https://github.com/ares-emulator/ares/releases {{aresVer}}]
 
| {{✗}}
 
| {{✗}}
 
| {{✗}}
 
| {{✗}}
Line 1,632: Line 1,617:
 
| {{✓}}
 
| {{✓}}
 
| {{✓}}
 
| {{✓}}
 +
| {{✗}}
 +
| {{✓}}
 +
| {{✓}}
 +
| {{✓}}
 +
| {{✓}}
 +
| {{✓}}
 +
|-
 +
| [[GearSystem]]
 +
| [https://github.com/drhelius/Gearsystem/releases 3.5.0]
 
| {{✗}}
 
| {{✗}}
 
| {{✗}}
 
| {{✗}}
 
| {{✓}}
 
| {{✓}}
 
| {{✓}}
 
| {{✓}}
 +
| {{?}}
 +
| {{✗}}
 +
| {{✗}}
 
| {{✓}}
 
| {{✓}}
|-
+
| {{✓}}
|[[CLK]]
+
| {{✓}}
|[https://github.com/TomHarte/CLK/releases {{ClkVer}}]
+
| {{✗}}
|{{✗}}
 
|{{✗}}
 
|{{✓}}
 
|{{✓}}
 
|{{✗}}
 
|{{✗}}
 
|{{✓}}
 
|{{✓}}
 
|{{✓}}
 
|{{✓}}
 
|-
 
|[[fMSX]]
 
|[https://www.bannister.org/software/fmsx.htm 6.0]
 
|{{✗}}
 
|{{✗}}
 
|{{✓}}
 
|{{✓}}
 
|{{✗}}
 
|{{✗}}
 
|{{✗}}
 
|{{✓}}
 
|{{✓}}
 
|{{~}}
 
 
|}
 
|}
  
===XBox===
+
==Sony==
{| class="wikitable" style="text-align:center;"
+
===PlayStation===
 +
{| class="wikitable" style="text-align: center;"
 
! scope="col"|Name
 
! scope="col"|Name
 
! scope="col"|Latest Version
 
! scope="col"|Latest Version
Line 1,676: Line 1,651:
 
! scope="col"|MoltenVK
 
! scope="col"|MoltenVK
 
! scope="col"|Metal
 
! scope="col"|Metal
 +
! scope="col"|Gamepad Support
 
! scope="col"|<abbr title="Free/Libre and Open-Source Software">FLOSS</abbr>
 
! scope="col"|<abbr title="Free/Libre and Open-Source Software">FLOSS</abbr>
 
! scope="col"|Active
 
! scope="col"|Active
 
! scope="col"|[[Recommended Emulators|Recommended]]
 
! scope="col"|[[Recommended Emulators|Recommended]]
 
|-
 
|-
|[[Xemu]]
+
| [[DuckStation]]
|[https://github.com/xemu-project/xemu/releases Releases]
+
| [https://github.com/stenzek/duckstation/releases git]
|{{✗}}
+
| {{✗}}
|{{✗}}
+
| {{✗}}
|{{✓}}
+
| {{✓}}
|{{✓}}
+
| {{✓}}
|{{✓}}
+
| {{✓}}
|{{}}
+
| {{}}
|{{}}
+
| {{}}
|{{✓}}
+
| {{✓}}
|{{✓}}
+
| {{✓}}
|{{✓}}
+
| {{✓}}
|}
+
| {{✓}}
 
 
==Commodore==
 
===C64===
 
{| class="wikitable" style="text-align:center;"
 
! scope="col"|Name
 
! scope="col"|Latest Version
 
! scope="col"|PPC
 
! scope="col"|<abbr title="32-bit Intel">x86</abbr>
 
! scope="col"|<abbr title="64-bit Intel">x64</abbr>
 
! scope="col"|ARM
 
! scope="col"|OpenGL
 
! scope="col"|MoltenVK
 
! scope="col"|Metal
 
! scope="col"|<abbr title="Free/Libre and Open-Source Software">FLOSS</abbr>
 
! scope="col"|Active
 
! scope="col"|[[Recommended Emulators|Recommended]]
 
 
|-
 
|-
|[[VirtualC64]]
+
| [[ares]]
|[https://github.com/dirkwhoffmann/virtualc64/releases Releases]
+
| [https://github.com/ares-emulator/ares/releases {{aresVer}}]
|{{✗}}
+
| {{✗}}
|{{✗}}
+
| {{✗}}
|{{✓}}
+
| {{✓}}
|{{✓}}
+
| {{✓}}
|{{✗}}
+
| {{✓}}
|{{✗}}
+
| {{✗}}
|{{✓}}
+
| {{✓}}
|{{✓}}
+
| {{✓}}
|{{✓}}
+
| {{✓}}
|{{✓}}
+
| {{✓}}
|}
+
| {{~}}
 
+
|-
===Amiga===
+
| [[PCSX-Reloaded|PCSX-R]]
{| class="wikitable" style="text-align:center;"
+
| [https://github.com/pcsxr/PCSX-Reloaded git] </br>[https://macintoshgarden.org/apps/pcsx-playstation-emulator PPC 1.6.0] </br>[https://macintoshgarden.org/apps/pcsxr-playstation-emulator Intel 1.9.93]
! scope="col"|Name
+
| {{✓}}
! scope="col"|Latest Version
+
| {{✓}}
! scope="col"|PPC
+
| {{✓}}
 +
| {{✗}}
 +
| {{✓}}
 +
| {{✗}}
 +
| {{✗}}
 +
| {{✓}}
 +
| {{✓}}
 +
| {{✗}}
 +
| {{✓}}
 +
|-
 +
| PCSX-Redux
 +
| [https://github.com/grumpycoders/pcsx-redux git]
 +
| {{✗}}
 +
| {{✗}}
 +
| {{✓}}
 +
| {{✗}}
 +
| {{✓}}
 +
| {{✗}}
 +
| {{✗}}
 +
| {{✓}}
 +
| {{✓}}
 +
| {{✓}}
 +
| {{~}}
 +
|-
 +
| [[Mednafen]]
 +
| [{{MednafenURL|releases/}} {{MednafenVer}}]
 +
| {{✗}}
 +
| {{✗}}
 +
| {{✓}}
 +
| {{✓}}
 +
| {{✓}}
 +
| {{✗}}
 +
| {{✗}}
 +
| {{✓}}
 +
| {{✓}}
 +
| {{✓}}
 +
| {{~}} <ref group=N name=openemu>Command line application. Best played using OpenEmu.</ref>
 +
|}
 +
 
 +
===PlayStation 2===
 +
{| class="wikitable" style="text-align:center;"
 +
! scope="col"|Name
 +
! scope="col"|Latest Version
 +
! scope="col"|PPC
 
! scope="col"|<abbr title="32-bit Intel">x86</abbr>
 
! scope="col"|<abbr title="32-bit Intel">x86</abbr>
 
! scope="col"|<abbr title="64-bit Intel">x64</abbr>
 
! scope="col"|<abbr title="64-bit Intel">x64</abbr>
Line 1,735: Line 1,738:
 
! scope="col"|MoltenVK
 
! scope="col"|MoltenVK
 
! scope="col"|Metal
 
! scope="col"|Metal
 +
! scope="col"|Gamepad Support
 
! scope="col"|<abbr title="Free/Libre and Open-Source Software">FLOSS</abbr>
 
! scope="col"|<abbr title="Free/Libre and Open-Source Software">FLOSS</abbr>
 
! scope="col"|Active
 
! scope="col"|Active
 
! scope="col"|[[Recommended Emulators|Recommended]]
 
! scope="col"|[[Recommended Emulators|Recommended]]
 
|-
 
|-
|[[vAmiga]]
+
| [[PCSX2]]
|[https://github.com/dirkwhoffmann/vAmiga/releases Releases]
+
| [https://pcsx2.net/downloads/#nightly-anchor Nightly]
|{{✗}}
+
| {{✗}}
|{{}}
+
| {{~}} <ref group=N>Unofficial 32-bit builds and builds for older versions of macOS are available [https://macintoshgarden.org/apps/pcsx2-32-bit here]. Compatible with macOS 10.9 Mavericks to 10.14 Mojave.</ref>
|{{✓}}
+
| {{✓}}
|{{}}
+
| {{}}
|{{✗}}
+
| {{✗}}
|{{}}
+
| {{✓}}
|{{✓}}
+
| {{✓}}
|{{✓}}
+
| {{✓}}
|{{✓}}
+
| {{✓}}
|{{✓}}
+
| {{✓}}
 +
| {{✓}}
 
|-
 
|-
|[[FS-UAE]]
+
| [[AetherSX2]]
|[https://fs-uae.net/download#macosx {{FS-UAEVer}}]
+
| [https://aethersx2.com/archive/?dir=desktop%2Fmac 1.5-3939]
|{{✗}}
+
| {{}}
|{{✗}}
+
| {{✗}}
|{{✓}}
+
| {{✗}}
|{{}}
+
| {{✓}}
|{{✓}}
+
| {{}}
|{{}}
+
| {{✓}}
|{{}}
+
| {{}}
|{{}}
+
| {{}}
|{{}}
+
| {{~}} <ref group=N>Based on PCSX2, so it is partially FLOSS. The ARM parts are currently closed source. </ref>
|{{✓}}
+
| {{}}
 +
| {{✓}} <ref group=N>Recommended on Apple Silicon except for where there are game-specific bugs that are fixed in PCSX2.</ref>
 
|-
 
|-
|[[CLK]]
+
| [[Play!]]
|[https://github.com/TomHarte/CLK/releases {{ClkVer}}]
+
| [http://purei.org/downloads.php {{Play!Ver}}]
|{{✗}}
+
| {{✗}}
|{{✗}}
+
| {{✗}}
|{{✓}}
+
| {{✓}}
|{{✓}}
+
| {{✓}}
|{{}}
+
| {{✓}}
|{{✗}}
+
| {{✓}}
|{{✓}}
+
| {{✗}}
|{{✓}}
+
| {{✓}}
|{{✓}}
+
| {{✓}}
|{{✗}}
+
| {{✓}}
 +
| {{✗}}
 
|}
 
|}
  
==Atari==
+
===PlayStation 3===
===Atari 8-bit family===
 
 
{| class="wikitable" style="text-align:center;"
 
{| class="wikitable" style="text-align:center;"
 
! scope="col"|Name
 
! scope="col"|Name
Line 1,791: Line 1,797:
 
! scope="col"|MoltenVK
 
! scope="col"|MoltenVK
 
! scope="col"|Metal
 
! scope="col"|Metal
 +
! scope="col"|Gamepad Support
 
! scope="col"|<abbr title="Free/Libre and Open-Source Software">FLOSS</abbr>
 
! scope="col"|<abbr title="Free/Libre and Open-Source Software">FLOSS</abbr>
 
! scope="col"|Active
 
! scope="col"|Active
 
! scope="col"|[[Recommended Emulators|Recommended]]
 
! scope="col"|[[Recommended Emulators|Recommended]]
 
|-
 
|-
|Rainbow
+
|[[RPCS3]]
|[https://www.bannister.org/software/rainbow.htm 1.6.1]
+
|[https://rpcs3.net/download {{RPCS3Ver}}]
|{{✗}}
+
| {{✗}}
|{{✗}}
+
| {{✗}}
|{{✗}}
+
| {{✓}}
|{{✗}}
+
| {{✗}}
|{{}}
+
| {{✗}}
|{{✗}}
+
| {{}}
|{{}}
+
| {{✗}}
|{{}}
+
| {{}}
|{{✓}}
+
| {{}}
|?
+
| {{✓}}
 +
| {{~}} <ref group=N name=compat>Compatibility varies greatly depending on the title</ref>
 
|}
 
|}
  
===Atari 2600===
+
===PlayStation 4===
 
{| class="wikitable" style="text-align:center;"
 
{| class="wikitable" style="text-align:center;"
 
! scope="col"|Name
 
! scope="col"|Name
Line 1,820: Line 1,828:
 
! scope="col"|MoltenVK
 
! scope="col"|MoltenVK
 
! scope="col"|Metal
 
! scope="col"|Metal
 +
! scope="col"|Gamepad Support
 
! scope="col"|<abbr title="Free/Libre and Open-Source Software">FLOSS</abbr>
 
! scope="col"|<abbr title="Free/Libre and Open-Source Software">FLOSS</abbr>
 
! scope="col"|Active
 
! scope="col"|Active
 
! scope="col"|[[Recommended Emulators|Recommended]]
 
! scope="col"|[[Recommended Emulators|Recommended]]
 
|-
 
|-
|[[CLK]]
+
| [[Obliteration]]
|[https://github.com/TomHarte/CLK/releases {{ClkVer}}]
+
| [https://github.com/obhq/obliteration github]
|{{✗}}
+
| {{}}
|{{}}
+
| {{✗}}
|{{}}
+
| {{}}
|{{}}
+
| {{}}
|{{✗}}
+
| {{}}
|{{✗}}
+
| {{✗}}
|{{}}
+
| {{✗}}
|{{✓}}
+
| {{}}
|{{✓}}
+
| {{✓}}
|{{}}
+
| {{✓}}
 +
| {{}} <ref group=N>Very early in development. There is currently no graphics backend.</ref>
 
|}
 
|}
===Atari 5200===
+
 
 +
===PlayStation Portable===
 
{| class="wikitable" style="text-align:center;"
 
{| class="wikitable" style="text-align:center;"
 
! scope="col"|Name
 
! scope="col"|Name
Line 1,848: Line 1,859:
 
! scope="col"|MoltenVK
 
! scope="col"|MoltenVK
 
! scope="col"|Metal
 
! scope="col"|Metal
 +
! scope="col"|Gamepad Support
 
! scope="col"|<abbr title="Free/Libre and Open-Source Software">FLOSS</abbr>
 
! scope="col"|<abbr title="Free/Libre and Open-Source Software">FLOSS</abbr>
 
! scope="col"|Active
 
! scope="col"|Active
 
! scope="col"|[[Recommended Emulators|Recommended]]
 
! scope="col"|[[Recommended Emulators|Recommended]]
 
|-
 
|-
|Rainbow
+
| [[PPSSPP]]
|[https://www.bannister.org/software/rainbow.htm 1.6.1]
+
| [https://www.ppsspp.org/download {{PPSSPPVer}}]
|{{✗}}
+
| {{✗}}
|{{✗}}
+
| {{✗}}
|{{}}
+
| {{✓}}
|{{}}
+
| {{✓}}
|{{}}
+
| {{}}
|{{✗}}
+
| {{}}
|{{}}
+
| {{✗}}
|{{}}
+
| {{}}
|{{✓}}
+
| {{}}
|?
+
| {{✓}}
 +
| {{✓}}
 
|}
 
|}
  
===Atari ST===
+
===PlayStation Vita===
 
{| class="wikitable" style="text-align:center;"
 
{| class="wikitable" style="text-align:center;"
 
! scope="col"|Name
 
! scope="col"|Name
Line 1,877: Line 1,890:
 
! scope="col"|MoltenVK
 
! scope="col"|MoltenVK
 
! scope="col"|Metal
 
! scope="col"|Metal
 +
! scope="col"|Gamepad Support
 
! scope="col"|<abbr title="Free/Libre and Open-Source Software">FLOSS</abbr>
 
! scope="col"|<abbr title="Free/Libre and Open-Source Software">FLOSS</abbr>
 
! scope="col"|Active
 
! scope="col"|Active
 
! scope="col"|[[Recommended Emulators|Recommended]]
 
! scope="col"|[[Recommended Emulators|Recommended]]
 
|-
 
|-
|[[Hatari]]
+
| [[Vita3K]]
|[https://sync.wtf/hatari_macos/ {{HatariVer}}]
+
| [https://github.com/Vita3K/Vita3K/releases {{Vita3KVer}}]
|{{✗}}
+
| {{✗}}
|{{✗}}
+
| {{✗}}
|{{✓}}
+
| {{✓}}
|{{✓}}
+
| {{✗}}
|{{✗}}
+
| {{✗}}
|{{✗}}
+
| {{✓}}
|{{✗}}
+
| {{✗}}
|{{✓}}
+
| {{✓}}
|{{✓}}
+
| {{✓}}
|{{✓}}
+
| {{✓}}
|-
+
| {{~}} <ref group=N name=compat>Compatibility varies greatly depending on the title</ref>
|[[CLK]]
 
|[https://github.com/TomHarte/CLK/releases {{ClkVer}}]
 
|{{✗}}
 
|{{✗}}
 
|{{✓}}
 
|{{✓}}
 
|{{✗}}
 
|{{✗}}
 
|{{✓}}
 
|{{✓}}
 
|{{✓}}
 
|{{}}
 
 
|}
 
|}
  
==NEC==
+
==Microsoft==
===PC-98===
+
===MSX/MSX2===
 
{| class="wikitable" style="text-align:center;"
 
{| class="wikitable" style="text-align:center;"
 
! scope="col"|Name
 
! scope="col"|Name
Line 1,920: Line 1,922:
 
! scope="col"|MoltenVK
 
! scope="col"|MoltenVK
 
! scope="col"|Metal
 
! scope="col"|Metal
 +
! scope="col"|Gamepad Support
 
! scope="col"|<abbr title="Free/Libre and Open-Source Software">FLOSS</abbr>
 
! scope="col"|<abbr title="Free/Libre and Open-Source Software">FLOSS</abbr>
 
! scope="col"|Active
 
! scope="col"|Active
 
! scope="col"|[[Recommended Emulators|Recommended]]
 
! scope="col"|[[Recommended Emulators|Recommended]]
 
|-
 
|-
| [[SL9821]]
+
|[[ares]]
| [http://www.satotomi.com/sl9821/sl9821_dl.html Website]
+
|[https://github.com/ares-emulator/ares/releases {{aresVer}}]
 +
| {{✗}}
 
| {{✗}}
 
| {{✗}}
 +
| {{✓}}
 +
| {{✓}}
 +
| {{✓}}
 
| {{✗}}
 
| {{✗}}
 
| {{✓}}
 
| {{✓}}
 
| {{✓}}
 
| {{✓}}
 +
| {{✓}}
 +
| {{✓}}
 +
| {{✓}}
 +
|-
 +
| [[CLK]]
 +
| [https://github.com/TomHarte/CLK/releases {{ClkVer}}]
 +
| {{✗}}
 
| {{✗}}
 
| {{✗}}
 +
| {{✓}}
 +
| {{✓}}
 
| {{✗}}
 
| {{✗}}
 
| {{✗}}
 
| {{✗}}
 
| {{✓}}
 
| {{✓}}
| {{~}}
+
| {{✓}}
 +
| {{✓}}
 +
| {{✓}}
 
| {{✓}}
 
| {{✓}}
 
|-
 
|-
| [[Neko Project II]]
+
| CocoaMSX
| [https://www.yui.ne.jp/np2/ Website]
+
| [https://github.com/CocoaMSX/CocoaMSX/releases git]
| {{}}
+
| {{}}
 
| {{✗}}
 
| {{✗}}
 
| {{✓}}
 
| {{✓}}
 +
| {{~}} <ref group=N name=compile-arm>No official Arm build. Needs to be built from source</ref> 
 
| {{✗}}
 
| {{✗}}
 
| {{✗}}
 
| {{✗}}
 +
| {{✗}}
 +
| {{✓}}
 +
| {{✓}}
 +
| {{~}}
 +
| {{~}}
 +
|-
 +
| [[fMSX]]
 +
| [https://www.bannister.org/software/fmsx.htm 6.0]
 
| {{✗}}
 
| {{✗}}
 
| {{✗}}
 
| {{✗}}
 +
| {{✓}}
 +
| {{✓}}
 
| {{✗}}
 
| {{✗}}
 
| {{✗}}
 
| {{✗}}
 
| {{✗}}
 
| {{✗}}
|}
+
| {{~}}
 +
| {{✗}}
 +
| {{✓}}
 +
| {{~}} <ref group=N name=paid>Requires paid version to access extra emulation features</ref>
 +
|-
 +
| [[RetroVM]]
 +
| [https://retrovirtualmachine.org Website]
 +
| {{✗}}
 +
| {{✗}}
 +
| {{✓}}
 +
| {{✓}}
 +
| {{✓}}
 +
| {{✗}}
 +
| {{✗}}
 +
| {{✓}}
 +
| {{✗}}
 +
| {{✓}}
 +
| {{✓}}
 +
|}
  
===PC-Engine/TurboGrafx/SuperGrafx===
+
===Xbox===
 
{| class="wikitable" style="text-align:center;"
 
{| class="wikitable" style="text-align:center;"
 
! scope="col"|Name
 
! scope="col"|Name
Line 1,962: Line 2,009:
 
! scope="col"|MoltenVK
 
! scope="col"|MoltenVK
 
! scope="col"|Metal
 
! scope="col"|Metal
 +
! scope="col"|Gamepad Support
 
! scope="col"|<abbr title="Free/Libre and Open-Source Software">FLOSS</abbr>
 
! scope="col"|<abbr title="Free/Libre and Open-Source Software">FLOSS</abbr>
 
! scope="col"|Active
 
! scope="col"|Active
 
! scope="col"|[[Recommended Emulators|Recommended]]
 
! scope="col"|[[Recommended Emulators|Recommended]]
 
|-
 
|-
|[[ares]]
+
| [[Xemu]]
|[https://github.com/ares-emulator/ares/releases {{aresVer}}]
+
| [https://github.com/xemu-project/xemu/releases {{XemuVer}}]
 
| {{✗}}
 
| {{✗}}
 
| {{✗}}
 
| {{✗}}
Line 1,978: Line 2,026:
 
| {{✓}}
 
| {{✓}}
 
| {{✓}}
 
| {{✓}}
|-
+
| {{✓}}
|[[Mednafen]]
 
|[{{MednafenURL|releases/}} {{MednafenVer}}]
 
|{{✗}}
 
|{{✗}}
 
|{{✓}}
 
|{{✓}}
 
|{{✓}}
 
|{{✗}}
 
|{{✗}}
 
|{{✓}}
 
|{{✓}}
 
|{{~}} <ref group=N>Mednafen is run through the command line or through a frontend like OpenEmu.</ref>
 
 
|}
 
|}
  
==Tandy==
+
==Commodore==
===TRS-80===
+
===Vic-20===
 
{| class="wikitable" style="text-align:center;"
 
{| class="wikitable" style="text-align:center;"
 
! scope="col"|Name
 
! scope="col"|Name
Line 2,005: Line 2,041:
 
! scope="col"|MoltenVK
 
! scope="col"|MoltenVK
 
! scope="col"|Metal
 
! scope="col"|Metal
 +
! scope="col"|Gamepad Support
 
! scope="col"|<abbr title="Free/Libre and Open-Source Software">FLOSS</abbr>
 
! scope="col"|<abbr title="Free/Libre and Open-Source Software">FLOSS</abbr>
 
! scope="col"|Active
 
! scope="col"|Active
 
! scope="col"|[[Recommended Emulators|Recommended]]
 
! scope="col"|[[Recommended Emulators|Recommended]]
 
|-
 
|-
| [[TRS80GP]]
+
| [[CLK]]
| [http://48k.ca/trs80gp.html Website]
+
| [https://github.com/TomHarte/CLK/releases {{ClkVer}}]
| {{✗}}
+
| {{✗}}
 
| {{✗}}
 
| {{✗}}
 
| {{✓}}
 
| {{✓}}
 
| {{✓}}
 
| {{✓}}
| {{✗}}
 
 
| {{✗}}
 
| {{✗}}
 
| {{✗}}
 
| {{✗}}
Line 2,021: Line 2,057:
 
| {{✓}}
 
| {{✓}}
 
| {{✓}}
 
| {{✓}}
|-
 
| [[SDLTRS2]]
 
| [https://gitlab.com/jengun/sdltrs git]
 
| {{✗}}
 
| {{✗}}
 
| {{✓}}
 
| {{?}}
 
| {{✗}}
 
| {{✗}}
 
| {{✗}}
 
 
| {{✓}}
 
| {{✓}}
 
| {{✓}}
 
| {{✓}}
| {{✗}}
 
 
|-
 
|-
| [[TRS-80 Emulator for Mac OS]]
+
| Power20
| [https://www.macintoshrepository.org/17139-trs-80-emulator-for-mac-os v1.6]
+
| [https://www.infinite-loop.at/Power20/Download.html 4.9.5]
 
| {{✓}}
 
| {{✓}}
 
| {{✗}}
 
| {{✗}}
 
| {{✗}}
 
| {{✗}}
 
| {{✗}}
 
| {{✗}}
 +
| {{✓}}
 
| {{✗}}
 
| {{✗}}
 
| {{✗}}
 
| {{✗}}
Line 2,046: Line 2,072:
 
| {{✗}}
 
| {{✗}}
 
| {{✗}}
 
| {{✗}}
| {{}}
+
| {{~}} <ref group=N name=shareware>Shareware. Requires license to unlock full version.</ref>
 
|}
 
|}
  
==Sinclair==
+
===C64===
===ZX Spectrum===
 
 
{| class="wikitable" style="text-align:center;"
 
{| class="wikitable" style="text-align:center;"
 
! scope="col"|Name
 
! scope="col"|Name
Line 2,061: Line 2,086:
 
! scope="col"|MoltenVK
 
! scope="col"|MoltenVK
 
! scope="col"|Metal
 
! scope="col"|Metal
 +
! scope="col"|Gamepad Support
 
! scope="col"|<abbr title="Free/Libre and Open-Source Software">FLOSS</abbr>
 
! scope="col"|<abbr title="Free/Libre and Open-Source Software">FLOSS</abbr>
 
! scope="col"|Active
 
! scope="col"|Active
 
! scope="col"|[[Recommended Emulators|Recommended]]
 
! scope="col"|[[Recommended Emulators|Recommended]]
 
|-
 
|-
|[[ares]]
+
| VirtualC64
|[https://github.com/ares-emulator/ares/releases {{aresVer}}]
+
| [https://github.com/dirkwhoffmann/virtualc64/releases {{VirtualC64Ver}}]
 +
| {{✗}}
 +
| {{✗}}
 +
| {{✓}}
 +
| {{✓}}
 
| {{✗}}
 
| {{✗}}
 
| {{✗}}
 
| {{✗}}
Line 2,072: Line 2,102:
 
| {{✓}}
 
| {{✓}}
 
| {{✓}}
 
| {{✓}}
 +
| {{✓}}
 +
| {{✓}}
 +
|-
 +
| Denise
 +
| [https://sourceforge.net/projects/deniseemu/ {{DeniseVer}}]
 +
| {{✗}}
 +
| {{✗}}
 +
| {{✓}}
 +
| {{✓}}
 +
| {{✗}}
 
| {{✗}}
 
| {{✗}}
 
| {{✗}}
 
| {{✗}}
 +
| {{✓}}
 
| {{✓}}
 
| {{✓}}
 
| {{✓}}
 
| {{✓}}
 
| {{✓}}
 
| {{✓}}
 
|-
 
|-
|[[RetroVM]]
+
| [[Frodo]]
|[https://retrovirtualmachine.org Website]
+
| [https://www.bannister.org/software/frodo.htm 4.4.4]
|{{✗}}
+
| {{✗}}
|{{✗}}
+
| {{✗}}
|{{✓}}
+
| {{✓}}
|{{✓}}
+
| {{✓}}
|{{}}
+
| {{}}
|{{✗}}
+
| {{✗}}
|{{✗}}
+
| {{✗}}
|{{}}
+
| {{~}}
|{{✓}}
+
| {{✓}}
|{{?}}
+
| {{✓}}
 +
| {{~}} <ref group=N name=paid>Requires paid version to access extra emulation features</ref>
 
|-
 
|-
|[[Fuse]]
+
| [[VICE]]
|[https://fuse-for-macosx.sourceforge.io Releases]
+
| [https://vice-emu.sourceforge.io/index.html#download {{VICEVer}}]
|{{✗}}
+
| {{✗}}
|{{✗}}
+
| {{✗}}
|{{✓}}
+
| {{✓}}
|{{✗}}
+
| {{✓}}
|{{?}}
+
| {{✗}}
|{{✗}}
+
| {{}}
|{{✗}}
+
| {{✗}}
|{{✓}}
+
| {{✗}}
|{{}}
+
| {{✓}}
|{{✗}}
+
| {{}}
 +
| {{✗}}
 
|-
 
|-
|[[Mac Spectacle]]
+
| Power64
|[https://www.macintoshrepository.org/2641-mac-spectacle Mac Spectacle]
+
| [https://www.infinite-loop.at/Power64/Download.html 4.9.5]
|{{✓}}
+
| {{✓}}
|{{✗}}
+
| {{✗}}
|{{✗}}
+
| {{✗}}
|{{✗}}
+
| {{✗}}
|{{?}}
+
| {{}}
|{{✗}}
+
| {{✗}}
|{{✗}}
+
| {{✗}}
|{{✗}}
+
| {{✗}}
|{{✗}}
+
| {{✗}}
|{{✗}}
+
| {{✗}}
 +
| {{~}} <ref group=N name=shareware>Shareware. Requires license to unlock full version.</ref>
 
|}
 
|}
  
==Amstrad==
+
===Amiga===
===Amstrad CPC===
 
 
{| class="wikitable" style="text-align:center;"
 
{| class="wikitable" style="text-align:center;"
 
! scope="col"|Name
 
! scope="col"|Name
Line 2,130: Line 2,173:
 
! scope="col"|MoltenVK
 
! scope="col"|MoltenVK
 
! scope="col"|Metal
 
! scope="col"|Metal
 +
! scope="col"|Gamepad Support
 
! scope="col"|<abbr title="Free/Libre and Open-Source Software">FLOSS</abbr>
 
! scope="col"|<abbr title="Free/Libre and Open-Source Software">FLOSS</abbr>
 
! scope="col"|Active
 
! scope="col"|Active
 
! scope="col"|[[Recommended Emulators|Recommended]]
 
! scope="col"|[[Recommended Emulators|Recommended]]
 
|-
 
|-
|[[CLK]]
+
| vAmiga
|[https://github.com/TomHarte/CLK/releases {{ClkVer}}]
+
| [https://github.com/dirkwhoffmann/vAmiga/releases 2.5]
|{{✗}}
+
| {{}}
|{{}}
+
| {{✗}}
|{{✓}}
+
| {{}}
|{{}}
+
| {{✓}}
|{{✗}}
+
| {{}}
|{{}}
+
| {{✗}}
|{{✓}}
+
| {{}}
|{{✓}}
+
| {{✓}}
|{{✓}}
+
| {{✓}}
|{{✓}}
+
| {{✓}}
 +
| {{✓}}
 
|-
 
|-
|[[RetroVM]]
+
| [[FS-UAE]]
|[https://retrovirtualmachine.org Website]
+
| [https://fs-uae.net/download#macosx {{FS-UAEVer}}]
|{{✗}}
+
| {{✗}}
|{{✗}}
+
| {{✗}}
|{{✓}}
+
| {{✓}}
|{{✓}}
+
| {{✓}}
|{{✓}}
+
| {{✓}}
|{{✗}}
+
| {{✗}}
|{{✗}}
+
| {{✗}}
|{{}}
+
| {{}}
|{{✓}}
+
| {{✓}}
|{{?}}
+
| {{}}
|}
+
| {{✓}}
 
 
==Acorn==
 
===Electron===
 
{| class="wikitable" style="text-align:center;"
 
! scope="col"|Name
 
! scope="col"|Latest Version
 
! scope="col"|PPC
 
! scope="col"|<abbr title="32-bit Intel">x86</abbr>
 
! scope="col"|<abbr title="64-bit Intel">x64</abbr>
 
! scope="col"|ARM
 
! scope="col"|OpenGL
 
! scope="col"|MoltenVK
 
! scope="col"|Metal
 
! scope="col"|<abbr title="Free/Libre and Open-Source Software">FLOSS</abbr>
 
! scope="col"|Active
 
! scope="col"|[[Recommended Emulators|Recommended]]
 
 
|-
 
|-
|[[CLK]]
+
| [[Denise]]
|[https://github.com/TomHarte/CLK/releases {{ClkVer}}]
+
| [https://sourceforge.net/projects/deniseemu/ {{DeniseVer}}]
|{{✗}}
+
| {{✗}}
|{{✗}}
+
| {{✗}}
|{{✓}}
+
| {{✓}}
|{{✓}}
+
| {{✓}}
|{{✗}}
+
| {{✗}}
|{{✗}}
+
| {{✗}}
|{{}}
+
| {{}}
|{{✓}}
+
| {{✓}}
|{{✓}}
+
| {{✓}}
|{{✓}}
+
| {{✓}}
|}
+
| {{✓}}
 
 
===BBC Micro===
 
{| class="wikitable" style="text-align:center;"
 
! scope="col"|Name
 
! scope="col"|Latest Version
 
! scope="col"|PPC
 
! scope="col"|<abbr title="32-bit Intel">x86</abbr>
 
! scope="col"|<abbr title="64-bit Intel">x64</abbr>
 
! scope="col"|ARM
 
! scope="col"|OpenGL
 
! scope="col"|MoltenVK
 
! scope="col"|Metal
 
! scope="col"|<abbr title="Free/Libre and Open-Source Software">FLOSS</abbr>
 
! scope="col"|Active
 
! scope="col"|[[Recommended Emulators|Recommended]]
 
 
|-
 
|-
|[[Horizon]]
+
| [[Amiberry]]
|[https://www.bannister.org/software/horizon.htm 2.1.1]
+
| [https://github.com/BlitterStudio/amiberry/releases {{AmiberryVer}}]
|{{✗}}
+
| {{✗}}
|{{✗}}
+
| {{✗}}
|{{✓}}
+
| {{✓}}
|{{✓}}
+
| {{✓}}
|{{?}}
+
| {{✗}}
|{{✗}}
+
| {{✗}}
|{{✗}}
+
| {{✗}}
|{{✗}}
+
| {{?}}
|{{✓}}
+
| {{✓}}
|{{✓}}
+
| {{✓}}
 +
| {{~}}
 +
|-
 +
| [[CLK]]
 +
| [https://github.com/TomHarte/CLK/releases {{ClkVer}}]
 +
| {{✗}}
 +
| {{✗}}
 +
| {{✓}}
 +
| {{✓}}
 +
| {{✗}}
 +
| {{✗}}
 +
| {{✓}}
 +
| {{✓}}
 +
| {{✓}}
 +
| {{✓}}
 +
| {{✗}}
 
|}
 
|}
===RISC PC===
+
 
 +
==Atari==
 +
===Atari 8-bit family===
 
{| class="wikitable" style="text-align:center;"
 
{| class="wikitable" style="text-align:center;"
 
! scope="col"|Name
 
! scope="col"|Name
Line 2,230: Line 2,261:
 
! scope="col"|MoltenVK
 
! scope="col"|MoltenVK
 
! scope="col"|Metal
 
! scope="col"|Metal
 +
! scope="col"|Gamepad Support
 
! scope="col"|<abbr title="Free/Libre and Open-Source Software">FLOSS</abbr>
 
! scope="col"|<abbr title="Free/Libre and Open-Source Software">FLOSS</abbr>
 
! scope="col"|Active
 
! scope="col"|Active
 
! scope="col"|[[Recommended Emulators|Recommended]]
 
! scope="col"|[[Recommended Emulators|Recommended]]
 
|-
 
|-
|[[RPCEmu]]
+
| Rainbow
|[https://github.com/Septercius/rpcemu-dev/releases Releases]
+
| [https://www.bannister.org/software/rainbow.htm 1.6.1]
|{{✗}}
+
| {{✗}}
|{{✗}}
+
| {{✗}}
|{{✓}}
+
| {{✓}}
|{{✓}}
+
| {{✓}}
|{{✗}}
+
| {{✗}}
|{{✗}}
+
| {{✗}}
|{{✗}}
+
| {{✗}}
|{{}}
+
| {{~}}
|{{✗}}
+
| {{✗}}
|{{~}}
+
| {{✓}}
 +
| {{~}} <ref group=N name=paid>Requires paid version to access extra emulation features</ref>
 
|}
 
|}
  
==Thompson==
+
===Atari 2600===
===MO5===
 
 
{| class="wikitable" style="text-align:center;"
 
{| class="wikitable" style="text-align:center;"
 
! scope="col"|Name
 
! scope="col"|Name
Line 2,260: Line 2,292:
 
! scope="col"|MoltenVK
 
! scope="col"|MoltenVK
 
! scope="col"|Metal
 
! scope="col"|Metal
 +
! scope="col"|Gamepad Support
 
! scope="col"|<abbr title="Free/Libre and Open-Source Software">FLOSS</abbr>
 
! scope="col"|<abbr title="Free/Libre and Open-Source Software">FLOSS</abbr>
 
! scope="col"|Active
 
! scope="col"|Active
 
! scope="col"|[[Recommended Emulators|Recommended]]
 
! scope="col"|[[Recommended Emulators|Recommended]]
 
|-
 
|-
|[[MO5]]
+
| [[CLK]]
|[https://www.bannister.org/software/mo5.htm 2.6.7]
+
| [https://github.com/TomHarte/CLK/releases {{ClkVer}}]
|{{✗}}
+
| {{✗}}
|{{✗}}
+
| {{✗}}
|{{✓}}
+
| {{✓}}
|{{✓}}
+
| {{✓}}
|{{?}}
+
| {{}}
|{{✗}}
+
| {{✗}}
|{{}}
+
| {{✓}}
|{{}}
+
| {{✓}}
|{{✓}}
+
| {{}}
|{{✓}}
+
| {{✓}}
 +
| {{✓}}
 
|}
 
|}
  
===TO7===
+
===Atari 5200===
 
{| class="wikitable" style="text-align:center;"
 
{| class="wikitable" style="text-align:center;"
 
! scope="col"|Name
 
! scope="col"|Name
Line 2,289: Line 2,323:
 
! scope="col"|MoltenVK
 
! scope="col"|MoltenVK
 
! scope="col"|Metal
 
! scope="col"|Metal
 +
! scope="col"|Gamepad Support
 
! scope="col"|<abbr title="Free/Libre and Open-Source Software">FLOSS</abbr>
 
! scope="col"|<abbr title="Free/Libre and Open-Source Software">FLOSS</abbr>
 
! scope="col"|Active
 
! scope="col"|Active
 
! scope="col"|[[Recommended Emulators|Recommended]]
 
! scope="col"|[[Recommended Emulators|Recommended]]
 
|-
 
|-
|[[Thom]]
+
| Jum52
|[https://www.bannister.org/software/thom.htm 1.6.5]
+
| [https://www.bannister.org/software/jum52.htm 1.1.4]
|{{✗}}
+
| {{✗}}
|{{✗}}
+
| {{✗}}
|{{✓}}
+
| {{✓}}
|{{✓}}
+
| {{✓}}
|{{?}}
+
| {{}}
|{{✗}}
+
| {{✗}}
|{{✗}}
+
| {{✗}}
|{{✗}}
+
| {{~}}
|{{✓}}
+
| {{✗}}
|{{}}
+
| {{✓}}
 +
| {{~}} <ref group=N name=paid>Requires paid version to access extra emulation features</ref>
 
|}
 
|}
  
===TO8===
+
===Atari ST===
 
{| class="wikitable" style="text-align:center;"
 
{| class="wikitable" style="text-align:center;"
 
! scope="col"|Name
 
! scope="col"|Name
Line 2,318: Line 2,354:
 
! scope="col"|MoltenVK
 
! scope="col"|MoltenVK
 
! scope="col"|Metal
 
! scope="col"|Metal
 +
! scope="col"|Gamepad Support
 
! scope="col"|<abbr title="Free/Libre and Open-Source Software">FLOSS</abbr>
 
! scope="col"|<abbr title="Free/Libre and Open-Source Software">FLOSS</abbr>
 
! scope="col"|Active
 
! scope="col"|Active
 
! scope="col"|[[Recommended Emulators|Recommended]]
 
! scope="col"|[[Recommended Emulators|Recommended]]
 
|-
 
|-
|[[TEO]]
+
| [[Hatari]]
|[https://www.bannister.org/software/teo.htm 1.8.7]
+
| [https://sync.wtf/hatari_macos/ {{HatariVer}}]
|{{✗}}
+
| {{✗}}
|{{✗}}
+
| {{✗}}
|{{✓}}
+
| {{✓}}
 +
| {{✓}}
 +
| {{✗}}
 +
| {{✗}}
 +
| {{✗}}
 +
| {{✓}}
 +
| {{✓}}
 +
| {{✓}}
 +
| {{✓}}
 +
|-
 +
| [[CLK]]
 +
| [https://github.com/TomHarte/CLK/releases {{ClkVer}}]
 +
| {{✗}}
 +
| {{✗}}
 +
| {{✓}}
 +
| {{✓}}
 +
| {{✗}}
 +
| {{✗}}
 +
| {{✓}}
 +
| {{✓}}
 +
| {{✓}}
 +
| {{✓}}
 +
| {{✓}}
 +
|}
 +
 
 +
===Atari Lynx===
 +
{| class="wikitable" style="text-align:center;"
 +
! scope="col"|Name
 +
! scope="col"|Latest Version
 +
! scope="col"|PPC
 +
! scope="col"|<abbr title="32-bit Intel">x86</abbr>
 +
! scope="col"|<abbr title="64-bit Intel">x64</abbr>
 +
! scope="col"|ARM
 +
! scope="col"|OpenGL
 +
! scope="col"|MoltenVK
 +
! scope="col"|Metal
 +
! scope="col"|Gamepad Support
 +
! scope="col"|<abbr title="Free/Libre and Open-Source Software">FLOSS</abbr>
 +
! scope="col"|Active
 +
! scope="col"|[[Recommended Emulators|Recommended]]
 +
|-
 +
| [[Mednafen]]
 +
| [{{MednafenURL|releases/}} {{MednafenVer}}]
 +
| {{✗}}
 +
| {{✗}}
 +
| {{✓}}
 +
| {{✓}}
 +
| {{✓}}
 +
| {{✗}}
 +
| {{✗}}
 +
| {{✓}}
 +
| {{✓}}
 +
| {{✓}}
 +
| {{~}} <ref group=N name=openemu>Command line application. Best played using OpenEmu.</ref>
 +
|-
 +
| [[Handy]]
 +
| [https://www.bannister.org/software/handy.htm 0.9.11]
 +
| {{✗}}
 +
| {{✗}}
 +
| {{✓}}
 +
| {{✓}}
 +
| {{✗}}
 +
| {{✗}}
 +
| {{✗}}
 +
| {{~}}
 +
| {{✗}}
 +
| {{✓}}
 +
| {{~}}  <ref group=N name=paid>Requires paid version to access extra emulation features</ref>
 +
|}
 +
 
 +
==SNK==
 +
===Neo Geo AES/CD===
 +
{| class="wikitable" style="text-align:center;"
 +
! scope="col"|Name
 +
! scope="col"|Latest Version
 +
! scope="col"|PPC
 +
! scope="col"|<abbr title="32-bit Intel">x86</abbr>
 +
! scope="col"|<abbr title="64-bit Intel">x64</abbr>
 +
! scope="col"|ARM
 +
! scope="col"|OpenGL
 +
! scope="col"|MoltenVK
 +
! scope="col"|Metal
 +
! scope="col"|Gamepad Support
 +
! scope="col"|<abbr title="Free/Libre and Open-Source Software">FLOSS</abbr>
 +
! scope="col"|Active
 +
! scope="col"|[[Recommended Emulators|Recommended]]
 +
|-
 +
|[[ares]]
 +
|[https://github.com/ares-emulator/ares/releases {{aresVer}}]
 +
| {{✗}}
 +
| {{✗}}
 +
| {{✓}}
 +
| {{✓}}
 +
| {{✓}}
 +
| {{✗}}
 +
| {{✓}}
 +
| {{✓}}
 +
| {{✓}}
 +
| {{✓}}
 +
| {{✓}}
 +
|-
 +
| [[FinalBurn Neo]]
 +
| [https://github.com/finalburnneo/FBNeo/releases/ {{FinalBurnNeoVer}}]
 +
| {{✗}}
 +
| {{✗}}
 +
| {{✓}}
 +
| {{✓}}
 +
| {{?}}
 +
| {{✗}}
 +
| {{✗}}
 +
| {{✗}}
 +
| {{NC}}
 +
| {{✓}}
 +
| {{~}}
 +
|-
 +
| [[MAME]]
 +
| [https://sdlmame.lngn.net {{MAMEVer}}]
 +
| {{✗}}
 +
| {{✗}}
 +
| {{✓}}
 +
| {{✓}}
 +
| {{?}}
 +
| {{✗}}
 +
| {{✗}}
 +
| {{✓}}
 +
| {{✓}}
 +
| {{✓}}
 +
| {{~}} <ref group=N name=openemu>Command line application. Best played using OpenEmu.</ref>
 +
|}
 +
 
 +
===Neo Geo Pocket/Color===
 +
{| class="wikitable" style="text-align:center;"
 +
! scope="col"|Name
 +
! scope="col"|Latest Version
 +
! scope="col"|PPC
 +
! scope="col"|<abbr title="32-bit Intel">x86</abbr>
 +
! scope="col"|<abbr title="64-bit Intel">x64</abbr>
 +
! scope="col"|ARM
 +
! scope="col"|OpenGL
 +
! scope="col"|MoltenVK
 +
! scope="col"|Metal
 +
! scope="col"|Gamepad Support
 +
! scope="col"|<abbr title="Free/Libre and Open-Source Software">FLOSS</abbr>
 +
! scope="col"|Active
 +
! scope="col"|[[Recommended Emulators|Recommended]]
 +
|-
 +
|[[ares]]
 +
|[https://github.com/ares-emulator/ares/releases {{aresVer}}]
 +
| {{✗}}
 +
| {{✗}}
 +
| {{✓}}
 +
| {{✓}}
 +
| {{✓}}
 +
| {{✗}}
 +
| {{✓}}
 +
| {{✓}}
 +
| {{✓}}
 +
| {{✓}}
 +
| {{✓}}
 +
|-
 +
| [[Mednafen]]
 +
| [{{MednafenURL|releases/}} {{MednafenVer}}]
 +
| {{✗}}
 +
| {{✗}}
 +
| {{✓}}
 +
| {{✓}}
 +
| {{✓}}
 +
| {{✗}}
 +
| {{✗}}
 +
| {{✓}}
 +
| {{✓}}
 +
| {{✓}}
 +
| {{~}} <ref group=N name=openemu>Command line application. Best played using OpenEmu.</ref>
 +
|-
 +
| Neopocott
 +
| [https://www.bannister.org/software/neopocott.htm 0.5.5]
 +
| {{✗}}
 +
| {{✗}}
 +
| {{✓}}
 +
| {{✓}}
 +
| {{✗}}
 +
| {{✗}}
 +
| {{✗}}
 +
| {{~}}
 +
| {{✗}}
 +
| {{✓}}
 +
| {{~}}  <ref group=N name=paid>Requires paid version to access extra emulation features</ref>
 +
|}
 +
 
 +
==Coleco==
 +
===ColecoVision===
 +
{| class="wikitable" style="text-align:center;"
 +
! scope="col"|Name
 +
! scope="col"|Latest Version
 +
! scope="col"|PPC
 +
! scope="col"|<abbr title="32-bit Intel">x86</abbr>
 +
! scope="col"|<abbr title="64-bit Intel">x64</abbr>
 +
! scope="col"|ARM
 +
! scope="col"|OpenGL
 +
! scope="col"|MoltenVK
 +
! scope="col"|Metal
 +
! scope="col"|Gamepad Support
 +
! scope="col"|<abbr title="Free/Libre and Open-Source Software">FLOSS</abbr>
 +
! scope="col"|Active
 +
! scope="col"|[[Recommended Emulators|Recommended]]
 +
|-
 +
|[[ares]]
 +
|[https://github.com/ares-emulator/ares/releases {{aresVer}}]
 +
| {{✗}}
 +
| {{✗}}
 +
| {{✓}}
 +
| {{✓}}
 +
| {{✓}}
 +
| {{✗}}
 +
| {{✓}}
 +
| {{✓}}
 +
| {{✓}}
 +
| {{✓}}
 +
| {{✓}}
 +
|-
 +
| [[CLK]]
 +
| [https://github.com/TomHarte/CLK/releases {{ClkVer}}]
 +
| {{✗}}
 +
| {{✗}}
 +
| {{✓}}
 +
| {{✓}}
 +
| {{✗}}
 +
| {{✗}}
 +
| {{✓}}
 +
| {{✓}}
 +
| {{✓}}
 +
| {{✓}}
 +
| {{✓}}
 +
|-
 +
| Mugrat
 +
| [https://www.bannister.org/software/mugrat.htm 0.5.0]
 +
| {{✗}}
 +
| {{✗}}
 +
| {{✓}}
 +
| {{✓}}
 +
| {{✗}}
 +
| {{✗}}
 +
| {{✗}}
 +
| {{~}}
 +
| {{✗}}
 +
| {{✓}}
 +
| {{~}}  <ref group=N name=paid>Requires paid version to access extra emulation features</ref>
 +
|-
 +
| Gearcoleco
 +
| [https://github.com/drhelius/Gearcoleco/releases 1.1.0]
 +
| {{✗}}
 +
| {{✗}}
 +
| {{✓}}
 +
| {{✓}}
 +
| {{?}}
 +
| {{✗}}
 +
| {{✗}}
 +
| {{✓}}
 +
| {{✓}}
 +
| {{✓}}
 +
| {{✗}}
 +
|}
 +
 
 +
==Bandai==
 +
===WonderSwan/Color===
 +
{| class="wikitable" style="text-align:center;"
 +
! scope="col"|Name
 +
! scope="col"|Latest Version
 +
! scope="col"|PPC
 +
! scope="col"|<abbr title="32-bit Intel">x86</abbr>
 +
! scope="col"|<abbr title="64-bit Intel">x64</abbr>
 +
! scope="col"|ARM
 +
! scope="col"|OpenGL
 +
! scope="col"|MoltenVK
 +
! scope="col"|Metal
 +
! scope="col"|Gamepad Support
 +
! scope="col"|<abbr title="Free/Libre and Open-Source Software">FLOSS</abbr>
 +
! scope="col"|Active
 +
! scope="col"|[[Recommended Emulators|Recommended]]
 +
|-
 +
|[[ares]]
 +
|[https://github.com/ares-emulator/ares/releases {{aresVer}}]
 +
| {{✗}}
 +
| {{✗}}
 +
| {{✓}}
 +
| {{✓}}
 +
| {{✓}}
 +
| {{✗}}
 +
| {{✓}}
 +
| {{✓}}
 +
| {{✓}}
 +
| {{✓}}
 +
| {{✓}}
 +
|-
 +
| [[Mednafen]]
 +
| [{{MednafenURL|releases/}} {{MednafenVer}}]
 +
| {{✗}}
 +
| {{✗}}
 +
| {{✓}}
 +
| {{✓}}
 +
| {{✓}}
 +
| {{✗}}
 +
| {{✗}}
 +
| {{✓}}
 +
| {{✓}}
 +
| {{✓}}
 +
| {{~}} <ref group=N name=openemu>Command line application. Best played using OpenEmu.</ref>
 +
|-
 +
| Oswan
 +
| [https://www.bannister.org/software/oswan.htm 0.8.6]
 +
| {{✗}}
 +
| {{✗}}
 +
| {{✓}}
 +
| {{✓}}
 +
| {{✗}}
 +
| {{✗}}
 +
| {{✗}}
 +
| {{~}}
 +
| {{✗}}
 +
| {{✓}}
 +
| {{~}}  <ref group=N name=paid>Requires paid version to access extra emulation features</ref>
 +
|}
 +
 
 +
==Apple==
 +
===Apple I + II + III===
 +
{| class="wikitable" style="text-align:center;"
 +
! scope="col"|Name
 +
! scope="col"|Latest Version
 +
! scope="col"|PPC
 +
! scope="col"|<abbr title="32-bit Intel">x86</abbr>
 +
! scope="col"|<abbr title="64-bit Intel">x64</abbr>
 +
! scope="col"|ARM
 +
! scope="col"|OpenGL
 +
! scope="col"|MoltenVK
 +
! scope="col"|Metal
 +
! scope="col"|<abbr title="Free/Libre and Open-Source Software">FLOSS</abbr>
 +
! scope="col"|Active
 +
! scope="col"|[[Recommended Emulators|Recommended]]
 +
|-
 +
| [[CLK]]
 +
| [https://github.com/TomHarte/CLK/releases {{ClkVer}}]
 +
| {{✗}}
 +
| {{✗}}
 +
| {{✓}}
 +
| {{✓}}
 +
| {{✗}}
 +
| {{✗}}
 +
| {{✓}}
 +
| {{✓}}
 +
| {{✓}}
 +
| {{✓}}
 +
|-
 +
| OpenEmulator
 +
| [http://openemulator.github.io/ 1.1.1]
 +
| {{✗}}
 +
| {{✗}}
 +
| {{✓}}
 +
| {{✓}}
 +
| {{✗}}
 +
| {{✗}}
 +
| {{✗}}
 +
| {{✓}}
 +
| {{~}}
 +
| {{✓}}
 +
|-
 +
| [[KEGS]]
 +
| [https://kegs.sourceforge.net {{KEGSVer}}]
 +
| {{✗}}
 +
| {{✗}}
 +
| {{✓}}
 +
| {{✓}}
 +
| {{✗}}
 +
| {{✗}}
 +
| {{✗}}
 +
| {{✓}}
 +
| {{✓}}
 +
| {{?}}
 +
|-
 +
| [[Sara]]
 +
| [http://www.blackcatsystems.com/software/sara.html 0.5.1]
 +
| {{✓}}
 +
| {{✓}}
 +
| {{✗}}
 +
| {{✗}}
 +
| {{✗}}
 +
| {{✗}}
 +
| {{✗}}
 +
| {{✗}}
 +
| {{✗}}
 +
| {{?}}
 +
|-
 +
| [[GSplus]]
 +
| [https://apple2.gs/plus 0.14]
 +
| {{✗}}
 +
| {{✗}}
 +
| {{✓}}
 +
| {{✗}}
 +
| {{✗}}
 +
| {{✗}}
 +
| {{✗}}
 +
| {{✓}}
 +
| {{✗}}
 +
| {{?}}
 +
|-
 +
| [https://david-schmidt.github.io/gsport GSport]
 +
| [https://github.com/david-schmidt/gsport/releases 0.31]
 +
| {{✓}}
 +
| {{✓}}
 +
| {{✗}}
 +
| {{✗}}
 +
| {{✗}}
 +
| {{✗}}
 +
| {{✗}}
 +
| {{✓}}
 +
| {{✗}}
 +
| {{?}}
 +
|-
 +
| [[MAME]]
 +
| [https://sdlmame.lngn.net {{MAMEVer}}]
 +
| {{✗}}
 +
| {{✗}}
 +
| {{✓}}
 +
| {{✓}}
 +
| {{?}}
 +
| {{✗}}
 +
| {{✗}}
 +
| {{✓}}
 +
| {{✓}}
 +
| {{✗}}
 +
|}
 +
 
 +
===Apple Lisa===
 +
{| class="wikitable" style="text-align:center;"
 +
! scope="col"|Name
 +
! scope="col"|Latest Version
 +
! scope="col"|PPC
 +
! scope="col"|<abbr title="32-bit Intel">x86</abbr>
 +
! scope="col"|<abbr title="64-bit Intel">x64</abbr>
 +
! scope="col"|ARM
 +
! scope="col"|OpenGL
 +
! scope="col"|MoltenVK
 +
! scope="col"|Metal
 +
! scope="col"|<abbr title="Free/Libre and Open-Source Software">FLOSS</abbr>
 +
! scope="col"|Active
 +
! scope="col"|[[Recommended Emulators|Recommended]]
 +
|-
 +
| [[LisaEm]]
 +
| [https://lisa.sunder.net/downloads.html 1.2.7]
 +
| {{✓}}
 +
| {{✓}}
 +
| {{✓}}
 +
| {{✓}}
 +
| {{✗}}
 +
| {{✗}}
 +
| {{✗}}
 +
| {{✓}}
 +
| {{✓}}
 +
| {{?}}
 +
|}
 +
 
 +
===Macintosh 68k===
 +
{| class="wikitable" style="text-align:center;"
 +
! scope="col"|Name
 +
! scope="col"|Latest Version
 +
! scope="col"|PPC
 +
! scope="col"|<abbr title="32-bit Intel">x86</abbr>
 +
! scope="col"|<abbr title="64-bit Intel">x64</abbr>
 +
! scope="col"|ARM
 +
! scope="col"|OpenGL
 +
! scope="col"|MoltenVK
 +
! scope="col"|Metal
 +
! scope="col"|<abbr title="Free/Libre and Open-Source Software">FLOSS</abbr>
 +
! scope="col"|Active
 +
! scope="col"|[[Recommended Emulators|Recommended]]
 +
|-
 +
| [[CLK]]
 +
| [https://github.com/TomHarte/CLK/releases {{ClkVer}}]
 +
| {{✗}}
 +
| {{✗}}
 +
| {{✓}}
 +
| {{✓}}
 +
| {{✗}}
 +
| {{✗}}
 +
| {{✓}}
 +
| {{✓}}
 +
| {{✓}}
 +
| {{✓}}
 +
|-
 +
| [[Basilisk II]]
 +
| [https://www.emaculation.com/forum/viewtopic.php?f=6&t=7361 Download] </br> [https://github.com/kanjitalk755/macemu/ git]
 +
| {{✗}}
 +
| {{✗}}
 +
| {{✓}}
 +
| {{✓}}
 +
| {{✗}}
 +
| {{✗}}
 +
| {{✗}}
 +
| {{✓}}
 +
| {{✓}}
 +
| {{?}}
 +
|-
 +
| Mini vMac
 +
| [https://www.gryphel.com/c/minivmac/dnld_std.html 36.04]
 +
| {{✓}}
 +
| {{✓}}
 +
| {{✓}}
 +
| {{✓}}
 +
| {{✗}}
 +
| {{✗}}
 +
| {{✗}}
 +
| {{✓}}
 +
| {{✓}}
 +
| {{?}}
 +
|}
 +
 
 +
===Macintosh PPC===
 +
{| class="wikitable" style="text-align:center;"
 +
! scope="col"|Name
 +
! scope="col"|Latest Version
 +
! scope="col"|PPC
 +
! scope="col"|<abbr title="32-bit Intel">x86</abbr>
 +
! scope="col"|<abbr title="64-bit Intel">x64</abbr>
 +
! scope="col"|ARM
 +
! scope="col"|OpenGL
 +
! scope="col"|MoltenVK
 +
! scope="col"|Metal
 +
! scope="col"|<abbr title="Free/Libre and Open-Source Software">FLOSS</abbr>
 +
! scope="col"|Active
 +
! scope="col"|[[Recommended Emulators|Recommended]]
 +
|-
 +
| [[UTM]]
 +
| [https://mac.getutm.app site] </br> [https://github.com/utmapp/UTM/releases git]
 +
| {{✗}}
 +
| {{✗}}
 +
| {{~}}
 +
| {{✓}}
 +
| {{✗}}
 +
| {{✗}}
 +
| {{✓}}
 +
| {{✓}}
 +
| {{✓}}
 +
| {{✓}}
 +
|-
 +
| [[SheepShaver]]
 +
|[https://www.emaculation.com/forum/viewtopic.php?t=7360 29-12-2023 (Mac OS X)]<br/>[https://github.com/kanjitalk755/macemu/ git]
 +
| {{✗}}
 +
| {{✗}}
 +
| {{✓}}
 +
| {{✓}}
 +
| {{✗}}
 +
| {{✗}}
 +
| {{✗}}
 +
| {{✓}}
 +
| {{✓}}
 +
| {{?}}
 +
|}
 +
 
 +
==NEC==
 +
===PC-98===
 +
{| class="wikitable" style="text-align:center;"
 +
! scope="col"|Name
 +
! scope="col"|Latest Version
 +
! scope="col"|PPC
 +
! scope="col"|<abbr title="32-bit Intel">x86</abbr>
 +
! scope="col"|<abbr title="64-bit Intel">x64</abbr>
 +
! scope="col"|ARM
 +
! scope="col"|OpenGL
 +
! scope="col"|MoltenVK
 +
! scope="col"|Metal
 +
! scope="col"|<abbr title="Free/Libre and Open-Source Software">FLOSS</abbr>
 +
! scope="col"|Active
 +
! scope="col"|[[Recommended Emulators|Recommended]]
 +
|-
 +
| [[SL9821]]
 +
| [http://www.satotomi.com/sl9821/sl9821_dl.html Website]
 +
| {{✗}}
 +
| {{✗}}
 +
| {{✓}}
 +
| {{✓}}
 +
| {{✗}}
 +
| {{✗}}
 +
| {{✗}}
 +
| {{✓}}
 +
| {{~}}
 +
| {{✓}}
 +
|-
 +
|[[Neko Project II]] (猫Project II)
 +
| [https://www.yui.ne.jp/np2/ Website]
 +
| {{✓}}
 +
| {{✗}}
 +
| {{✓}}
 +
| {{✗}}
 +
| {{✗}}
 +
| {{✗}}
 +
| {{✗}}
 +
| {{✗}}
 +
| {{✗}}
 +
| {{✗}}
 +
|}
 +
 
 +
===PC-Engine/TurboGrafx/SuperGrafx===
 +
{| class="wikitable" style="text-align:center;"
 +
! scope="col"|Name
 +
! scope="col"|Latest Version
 +
! scope="col"|PPC
 +
! scope="col"|<abbr title="32-bit Intel">x86</abbr>
 +
! scope="col"|<abbr title="64-bit Intel">x64</abbr>
 +
! scope="col"|ARM
 +
! scope="col"|OpenGL
 +
! scope="col"|MoltenVK
 +
! scope="col"|Metal
 +
! scope="col"|Gamepad Support
 +
! scope="col"|<abbr title="Free/Libre and Open-Source Software">FLOSS</abbr>
 +
! scope="col"|Active
 +
! scope="col"|[[Recommended Emulators|Recommended]]
 +
|-
 +
|[[ares]]
 +
|[https://github.com/ares-emulator/ares/releases {{aresVer}}]
 +
| {{✗}}
 +
| {{✗}}
 +
| {{✓}}
 +
| {{✓}}
 +
| {{✓}}
 +
| {{✗}}
 +
| {{✓}}
 +
| {{✓}}
 +
| {{✓}}
 +
| {{✓}}
 +
| {{✓}}
 +
|-
 +
| [[Mednafen]]
 +
| [{{MednafenURL|releases/}} {{MednafenVer}}]
 +
| {{✗}}
 +
| {{✗}}
 +
| {{✓}}
 +
| {{✓}}
 +
| {{✓}}
 +
| {{✗}}
 +
| {{✗}}
 +
| {{✓}}
 +
| {{✓}}
 +
| {{✓}}
 +
| {{~}} <ref group=N name=openemu>Command line application. Best played using OpenEmu.</ref>
 +
|-
 +
| [[Mesen]]
 +
| [https://github.com/SourMesen/Mesen2 {{MesenVer}}]
 +
| {{✗}}
 +
| {{✗}}
 +
| {{✓}}
 +
| {{✓}}
 +
| {{✗}}
 +
| {{✗}}
 +
| {{✗}}
 +
| {{~}}
 +
| {{✓}}
 +
| {{✓}}
 +
| {{~}}  <ref group=N name=compile>Must compile from source.</ref>
 +
|-
 +
| [[TGEmu]]
 +
| [https://www.bannister.org/software/tgemu.htm 0.3.8]
 +
| {{✗}}
 +
| {{✗}}
 +
| {{✓}}
 +
| {{✓}}
 +
| {{?}}
 +
| {{✗}}
 +
| {{?}}
 +
| {{~}}
 +
| {{✗}}
 +
| {{✓}}
 +
| {{~}}  <ref group=N name=paid>Requires paid version to access extra emulation features</ref>
 +
|}
 +
 
 +
==Fujitsu==
 +
===FM Towns===
 +
{| class="wikitable" style="text-align:center;"
 +
! scope="col"|Name
 +
! scope="col"|Latest Version
 +
! scope="col"|PPC
 +
! scope="col"|<abbr title="32-bit Intel">x86</abbr>
 +
! scope="col"|<abbr title="64-bit Intel">x64</abbr>
 +
! scope="col"|ARM
 +
! scope="col"|OpenGL
 +
! scope="col"|MoltenVK
 +
! scope="col"|Metal
 +
! scope="col"|Gamepad Support
 +
! scope="col"|<abbr title="Free/Libre and Open-Source Software">FLOSS</abbr>
 +
! scope="col"|Active
 +
! scope="col"|[[Recommended Emulators|Recommended]]
 +
|-
 +
|Tsugaru (津軽)
 +
| [https://github.com/captainys/TOWNSEMU/releases Releases]
 +
| {{✗}}
 +
| {{✗}}
 +
| {{✓}}
 +
| {{✗}}
 +
| {{✗}}
 +
| {{✗}}
 +
| {{✗}}
 +
| {{✗}}
 +
| {{✓}}
 +
| {{✓}}
 +
| {{?}}
 +
|}
 +
 
 +
==Sinclair==
 +
===ZX Spectrum===
 +
{| class="wikitable" style="text-align:center;"
 +
! scope="col"|Name
 +
! scope="col"|Latest Version
 +
! scope="col"|PPC
 +
! scope="col"|<abbr title="32-bit Intel">x86</abbr>
 +
! scope="col"|<abbr title="64-bit Intel">x64</abbr>
 +
! scope="col"|ARM
 +
! scope="col"|OpenGL
 +
! scope="col"|MoltenVK
 +
! scope="col"|Metal
 +
! scope="col"|<abbr title="Free/Libre and Open-Source Software">FLOSS</abbr>
 +
! scope="col"|Active
 +
! scope="col"|[[Recommended Emulators|Recommended]]
 +
|-
 +
|[[ares]]
 +
|[https://github.com/ares-emulator/ares/releases {{aresVer}}]
 +
| {{✗}}
 +
| {{✗}}
 +
| {{✓}}
 +
| {{✓}}
 +
| {{✓}}
 +
| {{✗}}
 +
| {{✓}}
 +
| {{✓}}
 +
| {{✓}}
 +
| {{✓}}
 +
|-
 +
|[[CLK]]
 +
|[https://github.com/TomHarte/CLK/releases {{ClkVer}}]
 +
|{{✗}}
 +
|{{✗}}
 +
|{{✓}}
 +
|{{✓}}
 +
|{{✗}}
 +
|{{✗}}
 +
|{{✓}}
 +
|{{✓}}
 +
|{{✓}}
 +
|{{✓}}
 +
|-
 +
| [[ZEsarUX]]
 +
|[https://github.com/chernandezba/zesarux/releases {{ZEsarUXVer}}]
 +
|{{✗}}
 +
|{{✗}}
 +
|{{✓}}
 +
|{{✗}}
 +
|{{✗}}
 +
|{{✗}}
 +
|{{✗}}
 +
|{{✓}}
 +
|{{✓}}
 +
|{{?}}
 +
|-
 +
|[[RetroVM]]
 +
|[https://retrovirtualmachine.org Website]
 +
|{{✗}}
 +
|{{✗}}
 +
|{{✓}}
 +
|{{✓}}
 +
|{{✓}}
 +
|{{✗}}
 +
|{{✗}}
 +
|{{✗}}
 +
|{{✓}}
 +
|{{?}}
 +
|-
 +
|Fuzzbug
 +
|[https://www.bannister.org/software/fuzzbug.htm 0.0.5]
 +
|{{✗}}
 +
|{{✗}}
 +
|{{✓}}
 +
|{{✓}}
 +
|{{?}}
 +
|{{✗}}
 +
|{{✗}}
 +
|{{✗}}
 +
|{{✓}}
 +
|{{✗}}  <ref group=N name=paid>Requires paid version to access extra emulation features</ref>
 +
|-
 +
|Fuse
 +
|[https://fuse-for-macosx.sourceforge.io Releases]
 +
|{{✗}}
 +
|{{✗}}
 +
|{{✓}}
 +
|{{✗}}
 +
|{{?}}
 +
|{{✗}}
 +
|{{✗}}
 +
|{{✓}}
 +
|{{✗}}
 +
|{{✗}}
 +
|}
 +
 
 +
==Tandy==
 +
===TRS-80===
 +
{| class="wikitable" style="text-align:center;"
 +
! scope="col"|Name
 +
! scope="col"|Latest Version
 +
! scope="col"|PPC
 +
! scope="col"|<abbr title="32-bit Intel">x86</abbr>
 +
! scope="col"|<abbr title="64-bit Intel">x64</abbr>
 +
! scope="col"|ARM
 +
! scope="col"|OpenGL
 +
! scope="col"|MoltenVK
 +
! scope="col"|Metal
 +
! scope="col"|<abbr title="Free/Libre and Open-Source Software">FLOSS</abbr>
 +
! scope="col"|Active
 +
! scope="col"|[[Recommended Emulators|Recommended]]
 +
|-
 +
| [[TRS80GP]]
 +
| [http://48k.ca/trs80gp.html Website]
 +
| {{✗}}
 +
| {{✗}}
 +
| {{✓}}
 +
| {{✓}}
 +
| {{✗}}
 +
| {{✗}}
 +
| {{✗}}
 +
| {{✓}}
 +
| {{✓}}
 +
| {{✓}}
 +
|-
 +
| [[SDLTRS2]]
 +
| [https://gitlab.com/jengun/sdltrs git]
 +
| {{✗}}
 +
| {{✗}}
 +
| {{✓}}
 +
| {{?}}
 +
| {{✗}}
 +
| {{✗}}
 +
| {{✗}}
 +
| {{✓}}
 +
| {{✓}}
 +
| {{✗}}
 +
|}
 +
 
 +
==Dragon Data==
 +
===Dragon 32/64===
 +
{| class="wikitable" style="text-align:center;"
 +
! scope="col"|Name
 +
! scope="col"|Latest Version
 +
! scope="col"|PPC
 +
! scope="col"|<abbr title="32-bit Intel">x86</abbr>
 +
! scope="col"|<abbr title="64-bit Intel">x64</abbr>
 +
! scope="col"|ARM
 +
! scope="col"|OpenGL
 +
! scope="col"|MoltenVK
 +
! scope="col"|Metal
 +
! scope="col"|<abbr title="Free/Libre and Open-Source Software">FLOSS</abbr>
 +
! scope="col"|Active
 +
! scope="col"|[[Recommended Emulators|Recommended]]
 +
|-
 +
| [[XRoar]]
 +
| [http://www.6809.org.uk/xroar/ git]
 +
| {{✗}}
 +
| {{✗}}
 +
| {{✓}}
 +
| {{✗}}
 +
| {{✗}}
 +
| {{✗}}
 +
| {{✗}}
 +
| {{✓}}
 +
| {{✓}}
 +
| {{?}}
 +
|}
 +
 
 +
==Oric==
 +
===Oric 1 / Atmos===
 +
{| class="wikitable" style="text-align:center;"
 +
! scope="col"|Name
 +
! scope="col"|Latest Version
 +
! scope="col"|PPC
 +
! scope="col"|<abbr title="32-bit Intel">x86</abbr>
 +
! scope="col"|<abbr title="64-bit Intel">x64</abbr>
 +
! scope="col"|ARM
 +
! scope="col"|OpenGL
 +
! scope="col"|MoltenVK
 +
! scope="col"|Metal
 +
! scope="col"|<abbr title="Free/Libre and Open-Source Software">FLOSS</abbr>
 +
! scope="col"|Active
 +
! scope="col"|[[Recommended Emulators|Recommended]]
 +
|-
 +
|[[CLK]]
 +
|[https://github.com/TomHarte/CLK/releases {{ClkVer}}]
 +
|{{✗}}
 +
|{{✗}}
 +
|{{✓}}
 +
|{{✓}}
 +
|{{✗}}
 +
|{{✗}}
 +
|{{✓}}
 +
|{{✓}}
 +
|{{✓}}
 +
|{{✓}}
 +
|}
 +
 
 +
==Amstrad==
 +
===Amstrad CPC===
 +
{| class="wikitable" style="text-align:center;"
 +
! scope="col"|Name
 +
! scope="col"|Latest Version
 +
! scope="col"|PPC
 +
! scope="col"|<abbr title="32-bit Intel">x86</abbr>
 +
! scope="col"|<abbr title="64-bit Intel">x64</abbr>
 +
! scope="col"|ARM
 +
! scope="col"|OpenGL
 +
! scope="col"|MoltenVK
 +
! scope="col"|Metal
 +
! scope="col"|<abbr title="Free/Libre and Open-Source Software">FLOSS</abbr>
 +
! scope="col"|Active
 +
! scope="col"|[[Recommended Emulators|Recommended]]
 +
|-
 +
|[[CLK]]
 +
|[https://github.com/TomHarte/CLK/releases {{ClkVer}}]
 +
|{{✗}}
 +
|{{✗}}
 +
|{{✓}}
 +
|{{✓}}
 +
|{{✗}}
 +
|{{✗}}
 +
|{{✓}}
 +
|{{✓}}
 +
|{{✓}}
 +
|{{✓}}
 +
|-
 +
|[[Retro Virtual Machine]]
 +
|[https://retrovirtualmachine.org {{Retro Virtual MachineVer}}]
 +
|{{✗}}
 +
|{{✗}}
 +
|{{✓}}
 +
|{{✓}}
 +
|{{✓}}
 +
|{{✗}}
 +
|{{✗}}
 +
|{{✗}}
 +
|{{✓}}
 +
|{{?}}
 +
|-
 +
|ACE-DL
 +
|[http://www.roudoudou.com/ACE-DL/ {{ACE-DLVer}}]
 +
|{{✗}}
 +
|{{✗}}
 +
|{{✓}}
 +
|{{✓}}
 +
|{{?}}
 +
|{{✗}}
 +
|{{✗}}
 +
|{{?}}
 +
|{{✓}}
 +
|{{?}}
 +
|}
 +
 
 +
==Acorn==
 +
===Electron===
 +
{| class="wikitable" style="text-align:center;"
 +
! scope="col"|Name
 +
! scope="col"|Latest Version
 +
! scope="col"|PPC
 +
! scope="col"|<abbr title="32-bit Intel">x86</abbr>
 +
! scope="col"|<abbr title="64-bit Intel">x64</abbr>
 +
! scope="col"|ARM
 +
! scope="col"|OpenGL
 +
! scope="col"|MoltenVK
 +
! scope="col"|Metal
 +
! scope="col"|<abbr title="Free/Libre and Open-Source Software">FLOSS</abbr>
 +
! scope="col"|Active
 +
! scope="col"|[[Recommended Emulators|Recommended]]
 +
|-
 +
|[[CLK]]
 +
|[https://github.com/TomHarte/CLK/releases {{ClkVer}}]
 +
|{{✗}}
 +
|{{✗}}
 +
|{{✓}}
 +
|{{✓}}
 +
|{{✗}}
 +
|{{✗}}
 +
|{{✓}}
 +
|{{✓}}
 +
|{{✓}}
 +
|{{✓}}
 +
|}
 +
 
 +
===BBC Micro===
 +
{| class="wikitable" style="text-align:center;"
 +
! scope="col"|Name
 +
! scope="col"|Latest Version
 +
! scope="col"|PPC
 +
! scope="col"|<abbr title="32-bit Intel">x86</abbr>
 +
! scope="col"|<abbr title="64-bit Intel">x64</abbr>
 +
! scope="col"|ARM
 +
! scope="col"|OpenGL
 +
! scope="col"|MoltenVK
 +
! scope="col"|Metal
 +
! scope="col"|<abbr title="Free/Libre and Open-Source Software">FLOSS</abbr>
 +
! scope="col"|Active
 +
! scope="col"|[[Recommended Emulators|Recommended]]
 +
|-
 +
|b2
 +
|[https://github.com/tom-seddon/b2 2024/04/23]
 +
|{{✗}}
 +
|{{✗}}
 +
|{{✓}}
 +
|{{✗}}
 +
|{{✗}}
 +
|{{✗}}
 +
|{{✓}}
 +
|{{✓}}
 +
|{{✓}}
 +
|{{✓}}
 +
|-
 +
|Horizon
 +
|[https://www.bannister.org/software/horizon.htm 2.1.1]
 +
|{{✗}}
 +
|{{✗}}
 +
|{{✓}}
 +
|{{✓}}
 +
|{{?}}
 +
|{{✗}}
 +
|{{✗}}
 +
|{{✗}}
 +
|{{✓}}
 +
|{{~}}  <ref group=N name=paid>Requires paid version to access extra emulation features</ref>
 +
|}
 +
 
 +
===RISC PC===
 +
{| class="wikitable" style="text-align:center;"
 +
! scope="col"|Name
 +
! scope="col"|Latest Version
 +
! scope="col"|PPC
 +
! scope="col"|<abbr title="32-bit Intel">x86</abbr>
 +
! scope="col"|<abbr title="64-bit Intel">x64</abbr>
 +
! scope="col"|ARM
 +
! scope="col"|OpenGL
 +
! scope="col"|MoltenVK
 +
! scope="col"|Metal
 +
! scope="col"|<abbr title="Free/Libre and Open-Source Software">FLOSS</abbr>
 +
! scope="col"|Active
 +
! scope="col"|[[Recommended Emulators|Recommended]]
 +
|-
 +
|RPCEmu
 +
|[https://github.com/Septercius/rpcemu-dev/releases Releases]
 +
|{{✗}}
 +
|{{✗}}
 +
|{{✓}}
 +
|{{✓}}
 +
|{{✗}}
 +
|{{✗}}
 +
|{{✗}}
 +
|{{✓}}
 +
|{{✗}}
 +
|{{~}}
 +
|}
 +
 
 +
==Thompson==
 +
===MO5===
 +
{| class="wikitable" style="text-align:center;"
 +
! scope="col"|Name
 +
! scope="col"|Latest Version
 +
! scope="col"|PPC
 +
! scope="col"|<abbr title="32-bit Intel">x86</abbr>
 +
! scope="col"|<abbr title="64-bit Intel">x64</abbr>
 +
! scope="col"|ARM
 +
! scope="col"|OpenGL
 +
! scope="col"|MoltenVK
 +
! scope="col"|Metal
 +
! scope="col"|<abbr title="Free/Libre and Open-Source Software">FLOSS</abbr>
 +
! scope="col"|Active
 +
! scope="col"|[[Recommended Emulators|Recommended]]
 +
|-
 +
|MO5
 +
|[https://www.bannister.org/software/mo5.htm 2.6.7]
 +
|{{✗}}
 +
|{{✗}}
 +
|{{✓}}
 +
|{{✓}}
 +
|{{?}}
 +
|{{✗}}
 +
|{{✗}}
 +
|{{✗}}
 +
|{{✓}}
 +
|{{~}}  <ref group=N name=paid>Requires paid version to access extra emulation features</ref>
 +
|}
 +
 
 +
===TO7===
 +
{| class="wikitable" style="text-align:center;"
 +
! scope="col"|Name
 +
! scope="col"|Latest Version
 +
! scope="col"|PPC
 +
! scope="col"|<abbr title="32-bit Intel">x86</abbr>
 +
! scope="col"|<abbr title="64-bit Intel">x64</abbr>
 +
! scope="col"|ARM
 +
! scope="col"|OpenGL
 +
! scope="col"|MoltenVK
 +
! scope="col"|Metal
 +
! scope="col"|<abbr title="Free/Libre and Open-Source Software">FLOSS</abbr>
 +
! scope="col"|Active
 +
! scope="col"|[[Recommended Emulators|Recommended]]
 +
|-
 +
|Thom
 +
|[https://www.bannister.org/software/thom.htm 1.6.5]
 +
|{{✗}}
 +
|{{✗}}
 +
|{{✓}}
 +
|{{✓}}
 +
|{{?}}
 +
|{{✗}}
 +
|{{✗}}
 +
|{{✗}}
 +
|{{✓}}
 +
|{{~}}  <ref group=N name=paid>Requires paid version to access extra emulation features</ref>
 +
|}
 +
 
 +
===TO8===
 +
{| class="wikitable" style="text-align:center;"
 +
! scope="col"|Name
 +
! scope="col"|Latest Version
 +
! scope="col"|PPC
 +
! scope="col"|<abbr title="32-bit Intel">x86</abbr>
 +
! scope="col"|<abbr title="64-bit Intel">x64</abbr>
 +
! scope="col"|ARM
 +
! scope="col"|OpenGL
 +
! scope="col"|MoltenVK
 +
! scope="col"|Metal
 +
! scope="col"|<abbr title="Free/Libre and Open-Source Software">FLOSS</abbr>
 +
! scope="col"|Active
 +
! scope="col"|[[Recommended Emulators|Recommended]]
 +
|-
 +
|TEO
 +
|[https://www.bannister.org/software/teo.htm 1.8.7]
 +
|{{✗}}
 +
|{{✗}}
 +
|{{✓}}
 +
|{{✓}}
 +
|{{?}}
 +
|{{✗}}
 +
|{{✗}}
 +
|{{✗}}
 +
|{{✓}}
 +
|{{~}}  <ref group=N name=paid>Requires paid version to access extra emulation features</ref>
 +
|}
 +
 
 +
==Commander X16==
 +
{| class="wikitable" style="text-align:center;"
 +
! scope="col"|Name
 +
! scope="col"|Latest Version
 +
! scope="col"|PPC
 +
! scope="col"|<abbr title="32-bit Intel">x86</abbr>
 +
! scope="col"|<abbr title="64-bit Intel">x64</abbr>
 +
! scope="col"|ARM
 +
! scope="col"|OpenGL
 +
! scope="col"|MoltenVK
 +
! scope="col"|Metal
 +
! scope="col"|<abbr title="Free/Libre and Open-Source Software">FLOSS</abbr>
 +
! scope="col"|Active
 +
! scope="col"|[[Recommended Emulators|Recommended]]
 +
|-
 +
| X16 Emulator
 +
| [https://github.com/X16Community/x16-emulator r46]
 +
|{{✗}}
 +
|{{✗}}
 +
|{{✓}}
 +
|{{~}} <ref group=N name=compile-arm>No official Arm build. Needs to be built from source</ref>
 +
|{{✗}}
 +
|{{✗}}
 +
|{{✗}}
 +
|{{✓}}
 +
|{{~}}
 +
|{{~}} <ref group=N name=command-line>Command-line only application. No app bundle provided.</ref>
 +
|}
 +
 
 +
==IBM PC Compatible / MSDOS==
 +
{| class="wikitable" style="text-align:center;"
 +
! scope="col"|Name
 +
! scope="col"|Latest Version
 +
! scope="col"|PPC
 +
! scope="col"|<abbr title="32-bit Intel">x86</abbr>
 +
! scope="col"|<abbr title="64-bit Intel">x64</abbr>
 +
! scope="col"|ARM
 +
! scope="col"|OpenGL
 +
! scope="col"|MoltenVK
 +
! scope="col"|Metal
 +
! scope="col"|<abbr title="Free/Libre and Open-Source Software">FLOSS</abbr>
 +
! scope="col"|Active
 +
! scope="col"|[[Recommended Emulators|Recommended]]
 +
|-
 +
| [[Boxer]]
 +
| [http://boxerapp.com/ Website]  <br />  [https://github.com/MaddTheSane/Boxer/releases Fork]
 +
|{{✗}}
 +
|{{✓}}
 +
|{{✓}} <ref group=N name=boxer>There is a fork of Boxer that supports x64 and Arm</ref>
 +
|{{✓}} <ref group=N name=boxer>There is a fork of Boxer that supports x64 and Arm</ref>
 +
|{{?}}
 +
|{{✗}}
 +
|{{✗}}
 +
|{{✓}}
 +
|{{~}}
 +
|{{✓}}
 +
|-
 +
|[[86Box]]
 +
|[https://github.com/86Box/86Box {{86BoxVer}}]
 +
|{{✗}}
 +
|{{✗}}
 +
|{{✓}}
 +
|{{✓}}
 +
|{{✓}}
 +
|{{✓}}
 +
|{{✗}}
 +
|{{✓}}
 +
|{{✓}}
 +
|{{✓}}
 +
|-
 +
|[[DOSBox#Forks|DOSBox Staging]]
 +
|[https://github.com/dosbox-staging/dosbox-staging/releases Releases]
 +
|{{✗}}
 +
|{{✗}}
 +
|{{✓}}
 +
|{{✓}}
 +
|{{✓}}
 +
|{{✗}}
 +
|{{✗}}
 
|{{✓}}
 
|{{✓}}
|{{?}}
 
|{{✗}}
 
|{{✗}}
 
|{{✗}}
 
 
|{{✓}}
 
|{{✓}}
 
|{{✓}}
 
|{{✓}}
|}
 
 
==IBM PC Compatible / MSDOS==
 
{| class="wikitable" style="text-align:center;"
 
! scope="col"|Name
 
! scope="col"|Latest Version
 
! scope="col"|PPC
 
! scope="col"|<abbr title="32-bit Intel">x86</abbr>
 
! scope="col"|<abbr title="64-bit Intel">x64</abbr>
 
! scope="col"|ARM
 
! scope="col"|OpenGL
 
! scope="col"|MoltenVK
 
! scope="col"|Metal
 
! scope="col"|<abbr title="Free/Libre and Open-Source Software">FLOSS</abbr>
 
! scope="col"|Active
 
! scope="col"|[[Recommended Emulators|Recommended]]
 
 
|-
 
|-
| [[Boxer]]
+
|[[DOSBox#Forks|DOSBox-X]]
| [http://boxerapp.com/ Website]  <br />  [https://github.com/MaddTheSane/Boxer/releases Fork]
+
|[https://github.com/joncampbell123/dosbox-x/releases {{DOSBox-XVer}}]
 +
|{{✗}}
 
|{{✗}}
 
|{{✗}}
 
|{{✓}}
 
|{{✓}}
|{{✓}} <ref group=N>There is a fork of Boxer that supports x64</ref>
 
|{{✓}} <ref group=N>There is a fork of Boxer that supports Arm</ref>
 
|{{?}}
 
|{{✗}}
 
|{{✗}}
 
|{{✓}}
 
 
|{{✓}}
 
|{{✓}}
 
|{{✓}}
 
|{{✓}}
|-
 
|[[86Box]]
 
|[https://github.com/86Box/86Box {{86BoxVer}}]
 
 
|{{✗}}
 
|{{✗}}
 
|{{✗}}
 
|{{✗}}
Line 2,371: Line 3,606:
 
|{{✓}}
 
|{{✓}}
 
|{{✓}}
 
|{{✓}}
|{{✓}}
+
|-
|{{✗}}
+
|[[DOSBox]]
 +
|[http://www.dosbox.com/download.php?main=1 0.74-3] <br /> [http://www.dosbox.com/wiki/SVN_Builds#List_of_SVN_Builds SVN]
 
|{{✓}}
 
|{{✓}}
 
|{{✓}}
 
|{{✓}}
 
|{{✓}}
 
|{{✓}}
|-
 
|[[DOSBox Staging]]
 
|[https://github.com/dosbox-staging/dosbox-staging/releases Releases]
 
 
|{{✗}}
 
|{{✗}}
|{{✗}}
+
|{{?}}
|{{✓}}
 
|{{✓}}
 
|{{✓}}
 
 
|{{✗}}
 
|{{✗}}
 
|{{✗}}
 
|{{✗}}
 
|{{✓}}
 
|{{✓}}
 
|{{✓}}
 
|{{✓}}
|{{}}
+
|{{~}}  
 
|-
 
|-
|[[DOSBox#Forks|DOSBox-X]]
+
|Dapplegrey
|[https://github.com/joncampbell123/dosbox-x/releases {{DOSBox-XVer}}]
+
|[http://www.classics-for-x.info/csx/dapplegrey/index.htm Website]
|{{✗}}
 
 
|{{✗}}
 
|{{✗}}
|{{✓}}
 
|{{✓}}
 
|{{✓}}
 
 
|{{✗}}
 
|{{✗}}
|{{✗}}
 
|{{✓}}
 
|{{✓}}
 
|{{✓}}
 
|-
 
|[[DOSBox]]
 
|[http://www.dosbox.com/download.php?main=1 0.74-3] <br /> [http://www.dosbox.com/wiki/SVN_Builds#List_of_SVN_Builds SVN]
 
 
|{{✓}}
 
|{{✓}}
 
|{{✓}}
 
|{{✓}}
|{{✓}}
 
|{{✗}}
 
 
|{{?}}
 
|{{?}}
 
|{{✗}}
 
|{{✗}}
 
|{{✗}}
 
|{{✗}}
|{{✓}}
 
|{{✓}}
 
|{{~}}
 
|-
 
| [[MAME]]
 
| [https://wiki.mamedev.org/index.php/SDL_Supported_Platforms {{MAMEVer}}]
 
|{{✗}}
 
|{{✗}}
 
|{{✓}}
 
|{{✓}} <ref group=N>No official Arm build. Needs to be built from source</ref>
 
 
|{{?}}
 
|{{?}}
|{{✗}}
 
|{{✗}}
 
|{{✓}}
 
 
|{{✓}}
 
|{{✓}}
|{{~}} <ref group=N>MAME is run through the command line or through a frontend like OpenEmu.</ref>
 
|-
 
|[[Dapplegrey]]
 
|[http://www.classics-for-x.info/csx/dapplegrey/index.htm Website]
 
|{{✗}}
 
|{{✗}}
 
|{{✓}}
 
|{{✓}}
 
|{{?}}
 
|{{✗}}
 
|{{✗}}
 
|{{?}}
 
|{{~}}
 
 
|{{✗}}
 
|{{✗}}
 
|-
 
|-
Line 2,455: Line 3,646:
 
|{{✗}}
 
|{{✗}}
 
|}
 
|}
 
+
{{NEL}}
 
==References==
 
==References==
 
<references group=N />
 
<references group=N />
  
[[Category:Emulators by operating system]]
+
[[Category:macOS emulation software|*]]
 +
[[Category:Shareware emulators|*]]

Latest revision as of 01:44, 24 May 2024

macOS
Apple Computer (1998).jpg
Developer Apple
Type Operating systems
Release date 2001
Latest release macOS 14 Sonoma
This page is about emulators that run on macOS (previously Mac OS X).
For software that emulates macOS on other hardware, see MacOS.
For emulators that run on Classic Mac OS, see Emulators on Legacy systems#Classic Mac OS.

The Mac has changed considerably over the years, both in terms of hardware and software. It is important to understand these changes so you can choose the best emulators for your Mac.

Operating System - Classic Mac OS | macOS

The Mac has had two main operating systems over its history: The "Classic" Mac OS versions 1 through 9, and Mac OS X (Ten, not Ex) which is now referred to simply as macOS. Classic was a closed-source proprietary OS, whereas macOS is based on an open-source Unix variant called Darwin. This Unix base helps with Linux compatibility.

The first several releases of macOS up to 10.4 Tiger contained support for Classic applications, but this was later dropped.

CPU Architecture - PowerPC | x86 | x64 | Arm64

macOS has supported three major cpu architecture changes: IBM PowerPC (PPC), Intel x86/x64 and most recently Apple Silicon (Arm64). There have also been minor architectural changes such as moving from 32-bit PPC processors to the 64-bit PPC G5, or from Intel's 32-bit x86 to 64-bit x64. Each time there was a hardware transition, Apple provided ways to continue to support older software on the new systems.

Rosetta was a software emulation layer that helped PPC applications to run on x86/x64 Macs. It was built into 10.4.4 Tiger, but was an optional install in macOS 10.6 Snow Leopard and not available at all for 10.7 Lion. Rosetta 2 currently facilitates x64 software to run on Arm Macs. While Rosetta performs very respectably for most software, it adds extra overhead which can reduce performance on demanding games and emulators.

Apple also introduced Universal Binaries that bundle software for different architectures into a single app bundle. For example, Universal 2 app bundles contain x64 and Arm versions of software in one app. This is very useful for portability, or for people who don't know or care about their Mac's specs. If you know what CPU your Mac has, the advantage of getting the specific version for your CPU is that it will have a smaller file size than the universal binary. However the size difference is usually tiny, so just using the universal binary is usually the way to go.

Graphical Backend - OpenGL | MoltenVK | Metal

Another aspect to consider is the graphical backend of the emulator. For many years OpenGL was the main cross-platform standard for developing graphical software. However in recent times this has changed. More modern backends such as Vulkan and Metal are superseding it. OpenGL on macOS has now been marked as deprecated, meaning it is stuck on the older OGL 4.1. It doesn't receive any support or bug fixes and will someday be removed from macOS completely. Apple recommends for developers to create native Metal backends for their apps.

One issue with this is that a lot of emulators are cross platform, and Metal is only for Apple's platforms. The Vulkan backend for Windows and Linux is similar to Metal, but does not have support on macOS. So many emulators will develop a Vulkan backend and use the MoltenVK translation layer, which will take Vulkan instructions and convert them into their respective Metal equivalent. However not every Vulkan instruction has a Metal version, so either workarounds have to be designed, or some features cannot be supported at all.

Using one of these backends is not mandatory, of course. Some emulators may use a different backend or handle graphics themselves.

Before diving in;
  • Remember that emulators can have different levels of completion or compatibility. If a game you are trying to run does not work properly with a recommended emulator, try a different one. All this means that to find an emulator that works well for your Mac you should understand its specs first. Choose an emulator that supports your CPU architecture natively where possible. The emulators shown here will indicate the processor architecture it supports. Generally you should choose an emulator that supports Metal where available if you are on a modern Mac. MoltenVK should be more performant than OpenGL, although there may be compatibility issues. OpenGL may work, but some emulators need to use a version newer than OGL 4.1 that macOS doesn't support. In cases like this the emulator will be marked as not having OpenGL support. This list shows the latest versions of the emulator software. If you have an older CPU and the latest version does not support it, some emulators will keep archives of older versions that might, check out their website.
  • See each Wiki Category Consoles, Computers and Arcade for individual dedicated system pages to see more detailed comparisons and information about software emulators. Dedicated system pages provide more up-to-date listings and in-depth information on specific aspects like hardware features, peripheral support, and compatibility etc.
  • Some games have native Source Ports on macOS, which can be better than playing through an emulator. Also see Game engine recreations and source ports page for a list for all platforms.

Frontends[edit]

OpenEmu[edit]

Many emulators for macOS can be played very conveniently with OpenEmu which provides an iTunes-like interface for your game collection and uses various different emulator cores to play them, including command-line only emulators such as MAME and Mednafen. The systems emulated are listed here. In keeping with their goal of simplicity, some advanced features such as upscaling are generally not available. There is also no Arm build of OpenEmu available at time of writing.

Fightcade[edit]

Fightcade is a matchmaking frontend for playing many arcade fighting games online with other players. There is no Arm build at the time of writing.

Game-Specific Emulators[edit]

Some emulators target specific games rather than emulating whole systems, with ScummVM alone supporting over 300 games from various systems and more being added all the time.

Other projects are more considered source ports rather than emulators. See here for a list of source ports that work on macOS.

Name Latest Version PPC x86 x64 ARM OpenGL MoltenVK Metal Gamepad Support FLOSS Active Games List Recommended
ScummVM 2.8.1 List
DREAMM 2.1.2 List

Arcade[edit]

Most Arcade Cabinets[edit]

Name Latest Version PPC x86 x64 ARM OpenGL MoltenVK Metal Gamepad Support FLOSS Active Recommended
MAME 0.265 ? ~ [N 1]

Sega Atomiswave[edit]

Name Latest Version PPC x86 x64 ARM OpenGL MoltenVK Metal Gamepad Support FLOSS Active Recommended
Flycast 2.3
MAME 0.265 ? ~ [N 1]

Sega Model 3[edit]

Name Latest Version PPC x86 x64 ARM OpenGL MoltenVK Metal Gamepad Support FLOSS Active Recommended
Supermodel 0.3a ~ ~ [N 2]
MAME 0.265 ? ~ [N 1]

Sega NAOMI/NAOMI 2[edit]

Name Latest Version PPC x86 x64 ARM OpenGL MoltenVK Metal Gamepad Support FLOSS Active Recommended
Flycast 2.3
MAME 0.265 ? ~ [N 1]

SNK Neo Geo MVS[edit]

Name Latest Version PPC x86 x64 ARM OpenGL MoltenVK Metal Gamepad Support FLOSS Active Recommended
ares v138
FinalBurn Neo 1.0.0.2 ? NC ~
MAME 0.265 ? ~ [N 1]

Arcade LaserDisc[edit]

Name Latest Version PPC x86 x64 ARM OpenGL MoltenVK Metal Gamepad Support FLOSS Active Recommended
MAME 0.265 ? ~ [N 1]
Hypseus Singe 2.11.2

Nintendo[edit]

NES/Famicom[edit]

Name Latest Version PPC x86 x64 ARM OpenGL MoltenVK Metal Gamepad Support FLOSS Active Recommended
ares v138
Nes-emu-iOS git
SwiftNES git [N 3]
Nin git ? ~ ~
Mesen 2.0.0 (preview) ~ ~ [N 3]
MetalNES git ~ [N 3]
Nestopia 1.52.1 ? [N 3]

Super Nintendo[edit]

Name Latest Version PPC x86 x64 ARM OpenGL MoltenVK Metal Gamepad Support FLOSS Active Recommended
ares v138
bsnes
(Official)
v115 ~
bsnes-hd
(forked bsnes)
beta 10.6
Mesen 2.0.0 (preview) ~ ~ [N 3]
Mednafen 1.32.1 ~ [N 1]
Snes9x 1.62.3 NC ~

N64[edit]

Name Latest Version PPC x86 x64 ARM OpenGL MoltenVK Metal Gamepad Support FLOSS Active Recommended
ares v138
Mupen64Plus 2.5.9 ~ [N 4]
Rokuyon Releases
simple64 v2021.5.30 ?

GameCube[edit]

Name Latest Version PPC x86 x64 ARM OpenGL MoltenVK Metal Gamepad Support FLOSS Active Recommended
Dolphin 5.0

Wii[edit]

Name Latest Version PPC x86 x64 ARM OpenGL MoltenVK Metal Gamepad Support FLOSS Active Recommended
Dolphin 5.0

Wii U[edit]

Name Latest Version PPC x86 x64 ARM OpenGL MoltenVK Metal Gamepad Support FLOSS Active Recommended
Cemu 2.0-80

Switch[edit]

Name Latest Version PPC x86 x64 ARM OpenGL MoltenVK Metal Gamepad Support FLOSS Active Recommended
Ryujinx (龍神X) Releases ~ [N 5]
Suyu ~ [N 6]
Yuzu (柚子) ~ * [N 7]

Game Boy/Color[edit]

Name Latest Version PPC x86 x64 ARM OpenGL MoltenVK Metal Game Link Support Gamepad Support FLOSS Active Recommended
SameBoy 0.16.3
SkyEmu v3 ? ? ?
ares v138
mGBA 0.10.3
KiGB 2.09 ? ~ ~ ~ [N 8]
Gearboy 3.5.0 ? ? ? ~ [N 9]
Mesen 2.0.0 (preview) ? ~ ~ [N 3]
VisualBoy Advance-M (VBA-M) 2.1.9
Nightlies
~
Swift-plays-Pokemon git [N 10]
Gambatte r571 ? ? ? ?

Game Boy Advance[edit]

Name Latest Version PPC x86 x64 ARM OpenGL MoltenVK Metal Game Link Support Gamepad Support FLOSS Active Recommended
SkyEmu v3 ? ? ?
ares v138
NanoBoyAdvance 1.7.1
Hades 1.0.0 ? ? ?
mGBA 0.10.3
Boycott Advance 0.4.4 ? ~ ~ ~ [N 8]
Gearboy 3.5.0 ? ? ? ? ~ [N 9]
VisualBoy Advance-M (VBA-M) 2.1.9
Nightlies
~

DS[edit]

Name Latest Version PPC x86 x64 ARM OpenGL MoltenVK Metal Gamepad Support FLOSS Active Recommended
DeSmuME 0.9.13
MelonDS 0.9.5
NooDS Releases ? ~
Medusa Beta ~ [N 11] ~

3DS[edit]

Name Latest Version PPC x86 x64 ARM OpenGL MoltenVK Metal Gamepad Support FLOSS Active Recommended
Citra_(PabloMK7_fork) Releases
Lime3DS Releases
Panda3DS 0.8

Sega[edit]

SG-1000[edit]

Name Latest Version PPC x86 x64 ARM OpenGL MoltenVK Metal Gamepad Support FLOSS Active Recommended
ares v138
RetroVM Website
GearSystem 3.5.0 ?

Master System[edit]

Name Latest Version PPC x86 x64 ARM OpenGL MoltenVK Metal Gamepad Support FLOSS Active Recommended
ares v138
CLK 2024-05-05
RetroVM Website ~
GearSystem 3.5.0 ?

Mega Drive/Genesis[edit]

Name Latest Version PPC x86 x64 ARM OpenGL MoltenVK Metal Gamepad Support FLOSS Active Recommended
ares v138
Generator 0.4.8 ~ ~ [N 8]
Genesis Plus 1.3.5 ~ ~ [N 8]

Mega CD[edit]

Name Latest Version PPC x86 x64 ARM OpenGL MoltenVK Metal Gamepad Support FLOSS Active Recommended
ares v138

32X[edit]

Name Latest Version PPC x86 x64 ARM OpenGL MoltenVK Metal Gamepad Support FLOSS Active Recommended
ares v138

Saturn[edit]

Name Latest Version PPC x86 x64 ARM OpenGL MoltenVK Metal Gamepad Support FLOSS Active Recommended
Mednafen 1.32.1 ~ [N 1]
Yabause 0.9.15

Dreamcast[edit]

Name Latest Version PPC x86 x64 ARM OpenGL MoltenVK Metal Gamepad Support FLOSS Active Recommended
Flycast 2.3
Redream 1.5 ~ [N 8]

Game Gear[edit]

Name Latest Version PPC x86 x64 ARM OpenGL MoltenVK Metal Gamepad Support FLOSS Active Recommended
ares v138
GearSystem 3.5.0 ?

Sony[edit]

PlayStation[edit]

Name Latest Version PPC x86 x64 ARM OpenGL MoltenVK Metal Gamepad Support FLOSS Active Recommended
DuckStation git
ares v138 ~
PCSX-R git
PPC 1.6.0
Intel 1.9.93
PCSX-Redux git ~
Mednafen 1.32.1 ~ [N 1]

PlayStation 2[edit]

Name Latest Version PPC x86 x64 ARM OpenGL MoltenVK Metal Gamepad Support FLOSS Active Recommended
PCSX2 Nightly ~ [N 12]
AetherSX2 1.5-3939 ~ [N 13] [N 14]
Play! 0.65

PlayStation 3[edit]

Name Latest Version PPC x86 x64 ARM OpenGL MoltenVK Metal Gamepad Support FLOSS Active Recommended
RPCS3 0.0.32 Alpha ~ [N 15]

PlayStation 4[edit]

Name Latest Version PPC x86 x64 ARM OpenGL MoltenVK Metal Gamepad Support FLOSS Active Recommended
Obliteration github [N 16]

PlayStation Portable[edit]

Name Latest Version PPC x86 x64 ARM OpenGL MoltenVK Metal Gamepad Support FLOSS Active Recommended
PPSSPP 1.17.1

PlayStation Vita[edit]

Name Latest Version PPC x86 x64 ARM OpenGL MoltenVK Metal Gamepad Support FLOSS Active Recommended
Vita3K 0.2.0 ~ [N 15]

Microsoft[edit]

MSX/MSX2[edit]

Name Latest Version PPC x86 x64 ARM OpenGL MoltenVK Metal Gamepad Support FLOSS Active Recommended
ares v138
CLK 2024-05-05
CocoaMSX git ~ [N 2] ~ ~
fMSX 6.0 ~ ~ [N 8]
RetroVM Website

Xbox[edit]

Name Latest Version PPC x86 x64 ARM OpenGL MoltenVK Metal Gamepad Support FLOSS Active Recommended
Xemu 0.7.122

Commodore[edit]

Vic-20[edit]

Name Latest Version PPC x86 x64 ARM OpenGL MoltenVK Metal Gamepad Support FLOSS Active Recommended
CLK 2024-05-05
Power20 4.9.5 ~ [N 17]

C64[edit]

Name Latest Version PPC x86 x64 ARM OpenGL MoltenVK Metal Gamepad Support FLOSS Active Recommended
VirtualC64 4.7
Denise 2.2.1
Frodo 4.4.4 ~ ~ [N 8]
VICE 3.8
Power64 4.9.5 ~ [N 17]

Amiga[edit]

Name Latest Version PPC x86 x64 ARM OpenGL MoltenVK Metal Gamepad Support FLOSS Active Recommended
vAmiga 2.5
FS-UAE 3.1.66
Denise 2.2.1
Amiberry 6.3.0 Preview ? ~
CLK 2024-05-05

Atari[edit]

Atari 8-bit family[edit]

Name Latest Version PPC x86 x64 ARM OpenGL MoltenVK Metal Gamepad Support FLOSS Active Recommended
Rainbow 1.6.1 ~ ~ [N 8]

Atari 2600[edit]

Name Latest Version PPC x86 x64 ARM OpenGL MoltenVK Metal Gamepad Support FLOSS Active Recommended
CLK 2024-05-05

Atari 5200[edit]

Name Latest Version PPC x86 x64 ARM OpenGL MoltenVK Metal Gamepad Support FLOSS Active Recommended
Jum52 1.1.4 ~ ~ [N 8]

Atari ST[edit]

Name Latest Version PPC x86 x64 ARM OpenGL MoltenVK Metal Gamepad Support FLOSS Active Recommended
Hatari 2.5.0
CLK 2024-05-05

Atari Lynx[edit]

Name Latest Version PPC x86 x64 ARM OpenGL MoltenVK Metal Gamepad Support FLOSS Active Recommended
Mednafen 1.32.1 ~ [N 1]
Handy 0.9.11 ~ ~ [N 8]

SNK[edit]

Neo Geo AES/CD[edit]

Name Latest Version PPC x86 x64 ARM OpenGL MoltenVK Metal Gamepad Support FLOSS Active Recommended
ares v138
FinalBurn Neo 1.0.0.2 ? NC ~
MAME 0.265 ? ~ [N 1]

Neo Geo Pocket/Color[edit]

Name Latest Version PPC x86 x64 ARM OpenGL MoltenVK Metal Gamepad Support FLOSS Active Recommended
ares v138
Mednafen 1.32.1 ~ [N 1]
Neopocott 0.5.5 ~ ~ [N 8]

Coleco[edit]

ColecoVision[edit]

Name Latest Version PPC x86 x64 ARM OpenGL MoltenVK Metal Gamepad Support FLOSS Active Recommended
ares v138
CLK 2024-05-05
Mugrat 0.5.0 ~ ~ [N 8]
Gearcoleco 1.1.0 ?

Bandai[edit]

WonderSwan/Color[edit]

Name Latest Version PPC x86 x64 ARM OpenGL MoltenVK Metal Gamepad Support FLOSS Active Recommended
ares v138
Mednafen 1.32.1 ~ [N 1]
Oswan 0.8.6 ~ ~ [N 8]

Apple[edit]

Apple I + II + III[edit]

Name Latest Version PPC x86 x64 ARM OpenGL MoltenVK Metal FLOSS Active Recommended
CLK 2024-05-05
OpenEmulator 1.1.1 ~
KEGS 1.34 ?
Sara 0.5.1 ?
GSplus 0.14 ?
GSport 0.31 ?
MAME 0.265 ?

Apple Lisa[edit]

Name Latest Version PPC x86 x64 ARM OpenGL MoltenVK Metal FLOSS Active Recommended
LisaEm 1.2.7 ?

Macintosh 68k[edit]

Name Latest Version PPC x86 x64 ARM OpenGL MoltenVK Metal FLOSS Active Recommended
CLK 2024-05-05
Basilisk II Download
git
?
Mini vMac 36.04 ?

Macintosh PPC[edit]

Name Latest Version PPC x86 x64 ARM OpenGL MoltenVK Metal FLOSS Active Recommended
UTM site
git
~
SheepShaver 29-12-2023 (Mac OS X)
git
?

NEC[edit]

PC-98[edit]

Name Latest Version PPC x86 x64 ARM OpenGL MoltenVK Metal FLOSS Active Recommended
SL9821 Website ~
Neko Project II (猫Project II) Website

PC-Engine/TurboGrafx/SuperGrafx[edit]

Name Latest Version PPC x86 x64 ARM OpenGL MoltenVK Metal Gamepad Support FLOSS Active Recommended
ares v138
Mednafen 1.32.1 ~ [N 1]
Mesen 2.0.0 (preview) ~ ~ [N 3]
TGEmu 0.3.8 ? ? ~ ~ [N 8]

Fujitsu[edit]

FM Towns[edit]

Name Latest Version PPC x86 x64 ARM OpenGL MoltenVK Metal Gamepad Support FLOSS Active Recommended
Tsugaru (津軽) Releases ?

Sinclair[edit]

ZX Spectrum[edit]

Name Latest Version PPC x86 x64 ARM OpenGL MoltenVK Metal FLOSS Active Recommended
ares v138
CLK 2024-05-05
ZEsarUX 11 Beta2 ?
RetroVM Website ?
Fuzzbug 0.0.5 ? [N 8]
Fuse Releases ?

Tandy[edit]

TRS-80[edit]

Name Latest Version PPC x86 x64 ARM OpenGL MoltenVK Metal FLOSS Active Recommended
TRS80GP Website
SDLTRS2 git ?

Dragon Data[edit]

Dragon 32/64[edit]

Name Latest Version PPC x86 x64 ARM OpenGL MoltenVK Metal FLOSS Active Recommended
XRoar git ?

Oric[edit]

Oric 1 / Atmos[edit]

Name Latest Version PPC x86 x64 ARM OpenGL MoltenVK Metal FLOSS Active Recommended
CLK 2024-05-05

Amstrad[edit]

Amstrad CPC[edit]

Name Latest Version PPC x86 x64 ARM OpenGL MoltenVK Metal FLOSS Active Recommended
CLK 2024-05-05
Retro Virtual Machine 2.1.11 ?
ACE-DL 20240517 ? ? ?

Acorn[edit]

Electron[edit]

Name Latest Version PPC x86 x64 ARM OpenGL MoltenVK Metal FLOSS Active Recommended
CLK 2024-05-05

BBC Micro[edit]

Name Latest Version PPC x86 x64 ARM OpenGL MoltenVK Metal FLOSS Active Recommended
b2 2024/04/23
Horizon 2.1.1 ? ~ [N 8]

RISC PC[edit]

Name Latest Version PPC x86 x64 ARM OpenGL MoltenVK Metal FLOSS Active Recommended
RPCEmu Releases ~

Thompson[edit]

MO5[edit]

Name Latest Version PPC x86 x64 ARM OpenGL MoltenVK Metal FLOSS Active Recommended
MO5 2.6.7 ? ~ [N 8]

TO7[edit]

Name Latest Version PPC x86 x64 ARM OpenGL MoltenVK Metal FLOSS Active Recommended
Thom 1.6.5 ? ~ [N 8]

TO8[edit]

Name Latest Version PPC x86 x64 ARM OpenGL MoltenVK Metal FLOSS Active Recommended
TEO 1.8.7 ? ~ [N 8]

Commander X16[edit]

Name Latest Version PPC x86 x64 ARM OpenGL MoltenVK Metal FLOSS Active Recommended
X16 Emulator r46 ~ [N 2] ~ ~ [N 18]

IBM PC Compatible / MSDOS[edit]

Name Latest Version PPC x86 x64 ARM OpenGL MoltenVK Metal FLOSS Active Recommended
Boxer Website
Fork
[N 19] [N 19] ? ~
86Box 4.1.1
DOSBox Staging Releases
DOSBox-X 2024.03.01
DOSBox 0.74-3
SVN
? ~
Dapplegrey Website ? ?
PCem git ~

References[edit]

  1. 1.00 1.01 1.02 1.03 1.04 1.05 1.06 1.07 1.08 1.09 1.10 1.11 1.12 1.13 Command line application. Best played using OpenEmu.
  2. 2.0 2.1 2.2 No official Arm build. Needs to be built from source
  3. 3.0 3.1 3.2 3.3 3.4 3.5 3.6 Must compile from source.
  4. Only available as a core. Best played using OpenEmu.
  5. Some games may work with an x64 Intel Mac, but performance will be sub-par.
  6. Suyu was a Yuzu fork. It has been discontinued.
  7. Yuzu has been discontinued. Various forks are available.
  8. 8.00 8.01 8.02 8.03 8.04 8.05 8.06 8.07 8.08 8.09 8.10 8.11 8.12 8.13 8.14 8.15 8.16 8.17 8.18 Requires paid version to access extra emulation features
  9. 9.0 9.1 v3.5.0 builds are broken.
  10. No Audio. Must compile from source and run from command line.
  11. Not open sourced yet, but will likely be opened later in development
  12. Unofficial 32-bit builds and builds for older versions of macOS are available here. Compatible with macOS 10.9 Mavericks to 10.14 Mojave.
  13. Based on PCSX2, so it is partially FLOSS. The ARM parts are currently closed source.
  14. Recommended on Apple Silicon except for where there are game-specific bugs that are fixed in PCSX2.
  15. 15.0 15.1 Compatibility varies greatly depending on the title
  16. Very early in development. There is currently no graphics backend.
  17. 17.0 17.1 Shareware. Requires license to unlock full version.
  18. Command-line only application. No app bundle provided.
  19. 19.0 19.1 There is a fork of Boxer that supports x64 and Arm