Emulators on macOS: Difference between revisions
m →PlayStation 4: add KK column for Obliteration too |
→Sega Saturn: Add erings |
||
| (43 intermediate revisions by 3 users not shown) | |||
| Line 1: | Line 1: | ||
{{Infobox OS/macOS}} | |||
{{outdated}} | {{outdated}} | ||
{{ | {{NEL}} | ||
: | |||
: This page is about emulators that run on macOS (previously Mac OS X). | |||
{{for|software that emulates macOS on other hardware|macOS emulators}} | {{for|software that emulates macOS on other hardware|macOS emulators}} | ||
{{for|emulators that run on Classic Mac OS|Emulators on Legacy systems#Classic Mac OS}} | {{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. | ||
;Operating System - Classic Mac OS | macOS | ; 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 | |||
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 pronounced as "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. | 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 | | ; 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. | |||
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 | ; Graphical Backend - OpenGL | MoltenVK | KosmicKrisp | 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 is 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 a translation layer, like MoltenVK or KosmicKrisp, 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. There are two Vulkan-to-Metal translation layers: MoltenVK and KosmicKrisp. MoltenVK is older and was originally developed when Macs were still using Intel CPUs. KosmicKrisp is newer, and is targeting ARM chips and Metal 4 which is a closer match to Vulkan. KosmicKrisp is still in early development but has the potential to be superior to MoltenVK, with the drawback of dropping support for Intel Macs. | |||
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. | ||
;Before diving in; | ; 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. | ;* 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. KosmicKrisp should be more compatible and performant than MoltenVK. 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 [[:Category:Consoles|Consoles]], [[:Category:Computers|Computers]] and [[:Category:Arcade|Arcade]] for individual dedicated system pages to see provided up-to-date listings and in-depth information on specific aspects like hardware features, peripheral support, compatibility and also enhancements features etc. | ;* See each Wiki Category [[:Category:Consoles|Consoles]], [[:Category:Computers|Computers]] and [[:Category:Arcade|Arcade]] for individual dedicated system pages to see provided up-to-date listings and in-depth information on specific aspects like hardware features, peripheral support, compatibility and also enhancements features 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. | ;* 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 == | |||
A frontend is a graphical user interface (GUI) that uses one or more emulator cores under the hood. They could replace the GUI of the official emulator, or they could provide a GUI for command-line-only emulators like [[MAME]] or [[Mednafen]]. They are also very useful for consolidating games into a single library. | |||
There are two types of frontends: | |||
- Desktop frontends are designed to be navigated with a mouse and keyboard. These can give a Mac-native user interface to command-line or cross-platform emulators | |||
- Fullscreen frontends are designed to be navigated with a game controller. These are very useful if you want to connect your Mac to a TV (or mirror your screen to an AppleTV) and use it as a mini-console | - Fullscreen frontends are designed to be navigated with a game controller. These are very useful if you want to connect your Mac to a TV (or mirror your screen to an AppleTV) and use it as a mini-console | ||
===OpenEmu=== | === OpenEmu === | ||
[[OpenEmu]] is an excellent desktop frontend designed for macOS that provides a clean iTunes-like interface. The systems emulated are listed [https://github.com/OpenEmu/OpenEmu/wiki#supported-systems here]. | [[OpenEmu]] is an excellent desktop frontend designed for macOS that provides a clean iTunes-like interface. The systems emulated are listed [https://github.com/OpenEmu/OpenEmu/wiki#supported-systems here]. It supports shaders that can improve many 2D games, but some advanced features such as upscaling for 3D games are generally not available. | ||
OpenEmu has not been actively developed for several years, and there has never been an official ARM release. However, there is an actively developed fork called [https://github.com/nickybmon/OpenEmu-Silicon/releases/latest OpenEmu-Silicon] that is a Universal Binary and has added several more cores and features such as cloud sync, retro-achievements and alternate cover-art sources. | |||
===EmulationStation=== | === EmulationStation === | ||
[[EmulationStation|EmulationStation Desktop Edition]] is a fullscreen frontend that integrates many emulators, including both command-line and standalone apps. To work properly with standalone apps they usually need to be configured to enter fullscreen automatically on launch. | [[EmulationStation|EmulationStation Desktop Edition]] is a fullscreen frontend that integrates many emulators, including both command-line and standalone apps. To work properly with standalone apps they usually need to be configured to enter fullscreen automatically on launch. | ||
===RetroArch=== | === RetroArch === | ||
[[RetroArch]] is fullscreen frontend that supports many cores. It is popular but the UI is poor, it is not user-friendly and many of the cores are not updated. | [[RetroArch]] is fullscreen frontend that supports many cores. It is popular but the UI is poor, it is not user-friendly and many of the cores are not updated. | ||
===Attract-Mode=== | === Attract-Mode === | ||
[https://attractmode.org/index.html Attract-Mode] is a fullscreen frontend that supports many cores. There is only an x64 build available on the website. It currently cannot be [https://github.com/mickelson/attract built from source] as the macOS source code has not been maintained. | [https://attractmode.org/index.html Attract-Mode] is a fullscreen frontend that supports many cores. There is only an x64 build available on the website. It currently cannot be [https://github.com/mickelson/attract built from source] as the macOS source code has not been maintained. | ||
===Fightcade=== | There is a fork called [https://github.com/oomek/attractplus Attract-Mode Plus] that is in active development and has Apple Silicon builds, though as of writing the most recent release does not launch correctly. | ||
[[Fightcade]] is a desktop matchmaking frontend for playing many arcade fighting games online with other players. There is currently no | |||
=== Fightcade === | |||
[[Fightcade]] is a desktop matchmaking frontend for playing many arcade fighting games online with other players. There is currently no ARM build. | |||
===Ample=== | === Ample === | ||
[https://github.com/ksherlock/ample Ample] is a frontend for MAME specifically for emulating the Apple II. | [https://github.com/ksherlock/ample Ample] is a frontend for MAME specifically for emulating the Apple II. | ||
==Game- | == Game-specific emulators == | ||
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. | 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 [[Source ports on macOS]] | Other projects are more considered source ports rather than emulators. See [[Source ports on macOS]] | ||
{| {{Emulator table}} | |||
{| | !Name | ||
! | !Latest Version | ||
! | !PPC | ||
! | !<abbr title="32-bit Intel">x86</abbr> | ||
! | !<abbr title="64-bit Intel">x64</abbr> | ||
! | !ARM | ||
! | !OpenGL | ||
! | !MoltenVK | ||
! | !Metal | ||
! | !Gamepad Support | ||
! | ![[Licensing|License]] | ||
! | !Active | ||
! | !Games List | ||
! | ![[Recommended Emulators|Recommended]] | ||
! | |||
|- | |- | ||
| [[ScummVM]] | |[[ScummVM]] | ||
| [https://www.scummvm.org/downloads/ {{ScummVMVer}}] | |[https://www.scummvm.org/downloads/ {{ScummVMVer}}]||{{Ya}} | ||
| {{Ya}} | |||
| {{Ya}} | | {{Ya}} | ||
| {{Ya}} | | {{Ya}} | ||
| Line 92: | Line 99: | ||
| {{Green}} {{License|GPLv2}} ({{License|Copyleft}}) | | {{Green}} {{License|GPLv2}} ({{License|Copyleft}}) | ||
| {{Ya}} | | {{Ya}} | ||
| [https://www.scummvm.org/compatibility/ List] | |[https://www.scummvm.org/compatibility/ List]||{{Ya}} | ||
| {{Ya}} | |||
|- | |- | ||
| [[DREAMM]] | |[[DREAMM]] | ||
| [https://aarongiles.com/dreamm {{DREAMMVer}}] | |[https://aarongiles.com/dreamm {{DREAMMVer}}] | ||
[https://aarongiles.com/dreamm/beta Beta Releases] | |||
| {{Na}} | | {{Na}} | ||
| {{Na}} | | {{Na}} | ||
| Line 107: | Line 114: | ||
| {{Red}} {{License|Proprietary}} | | {{Red}} {{License|Proprietary}} | ||
| {{Ya}} | | {{Ya}} | ||
| [https://aarongiles.com/dreamm/docs/v40/#intro-games List] | |[https://aarongiles.com/dreamm/docs/v40/#intro-games List]||{{Ya}} | ||
| {{Ya}} | |||
|} | |} | ||
==Arcade== | == Arcade == | ||
===Most | |||
{| | === Most arcade cabinets === | ||
! | {| {{Emulator table}} | ||
! | !Name | ||
! | !Latest Version | ||
! | !PPC | ||
! | !<abbr title="32-bit Intel">x86</abbr> | ||
! | !<abbr title="64-bit Intel">x64</abbr> | ||
! | !ARM | ||
! | !OpenGL | ||
! | !MoltenVK | ||
! | !Metal | ||
! | !Gamepad Support | ||
! | ![[Licensing|License]] | ||
! | !Active | ||
![[Recommended Emulators|Recommended]] | |||
|- | |- | ||
| [[MAME]] | |[[MAME]] | ||
| [https://sdlmame.lngn.net {{MAMEVer}}] | |[https://sdlmame.lngn.net {{MAMEVer}}]||{{Na}} | ||
| {{Na}} | |||
| {{Na}} | | {{Na}} | ||
| {{Ya}} | | {{Ya}} | ||
| Line 140: | Line 146: | ||
| {{Green}} {{License|GPLv2}}<br>{{License|BSD3}} | | {{Green}} {{License|GPLv2}}<br>{{License|BSD3}} | ||
| {{Ya}} | | {{Ya}} | ||
| {{~}}<ref group=" | | {{~}}<ref name="openemu" group="note">Command-line application. Best played using OpenEmu. ARM builds of OpenEmu and cores available [https://github.com/nickybmon/OpenEmu-Silicon/releases/latest here]</ref> | ||
|} | |} | ||
=== | === Atomiswave === | ||
{| | {| {{Emulator table}} | ||
! | !Name | ||
! | !Latest Version | ||
! | !PPC | ||
! | !<abbr title="32-bit Intel">x86</abbr> | ||
! | !<abbr title="64-bit Intel">x64</abbr> | ||
! | !ARM | ||
! | !OpenGL | ||
! | !MoltenVK | ||
! | !Metal | ||
! | !Gamepad Support | ||
! | ![[Licensing|License]] | ||
! | !Active | ||
! | ![[Recommended Emulators|Recommended]] | ||
|- | |- | ||
| [[Flycast]] | |[[Flycast]] | ||
| [https://github.com/flyinghead/flycast/releases/latest {{FlycastVer}}] | |[https://github.com/flyinghead/flycast/releases/latest {{FlycastVer}}]||{{Na}} | ||
| {{Na}} | |||
| {{Na}} | | {{Na}} | ||
| {{Ya}} | | {{Ya}} | ||
| Line 173: | Line 178: | ||
| {{Ya}} | | {{Ya}} | ||
|- | |- | ||
| [[MAME]] | |[[MAME]] | ||
| [https://sdlmame.lngn.net {{MAMEVer}}] | |[https://sdlmame.lngn.net {{MAMEVer}}]||{{Na}} | ||
| {{Na}} | |||
| {{Na}} | | {{Na}} | ||
| {{Ya}} | | {{Ya}} | ||
| {{Ya}} | | {{Ya}} | ||
| {{R}} | | {{R}} | ||
| {{Na}} | | {{Na}} | ||
| Line 185: | Line 189: | ||
| {{Green}} {{License|GPLv2}}<br>{{License|BSD3}} | | {{Green}} {{License|GPLv2}}<br>{{License|BSD3}} | ||
| {{Ya}} | | {{Ya}} | ||
| {{~}}<ref group=" | | {{~}}<ref name="openemu" group="note">Command-line application. Best played using OpenEmu. ARM builds of OpenEmu and cores available [https://github.com/nickybmon/OpenEmu-Silicon/releases/latest here]</ref> | ||
|} | |} | ||
===Sega Model 3=== | === Sega Model 3 === | ||
{| | {| {{Emulator table}} | ||
! | !Name | ||
! | !Latest Version | ||
! | !PPC | ||
! | !<abbr title="32-bit Intel">x86</abbr> | ||
! | !<abbr title="64-bit Intel">x64</abbr> | ||
! | !ARM | ||
! | !OpenGL | ||
! | !MoltenVK | ||
! | !Metal | ||
! | !Gamepad Support | ||
! | ![[Licensing|License]] | ||
! | !Active | ||
! | ![[Recommended Emulators|Recommended]] | ||
|- | |- | ||
| [[Supermodel]] | |[[Supermodel]] | ||
| [https://github.com/trzy/Supermodel {{SupermodelVer}}] | |[https://github.com/trzy/Supermodel {{SupermodelVer}}]||{{Na}} | ||
| {{Na}} | | {{Na}} | ||
| {{Na}} | | {{Na}} | ||
| {{Ya}}<ref name="command-line" group="note">Command-line only application. No app bundle provided.</ref> | |||
| {{Ya}}<ref | |||
| {{Ya}} | | {{Ya}} | ||
| {{Na}} | | {{Na}} | ||
| Line 218: | Line 221: | ||
| {{Na}} | | {{Na}} | ||
|- | |- | ||
| [[MAME]] | |[[MAME]] | ||
| [https://sdlmame.lngn.net {{MAMEVer}}] | |[https://sdlmame.lngn.net {{MAMEVer}}]||{{Na}} | ||
| {{Na}} | |||
| {{Na}} | | {{Na}} | ||
| {{Ya}} | | {{Ya}} | ||
| Line 230: | Line 232: | ||
| {{Green}} {{License|GPLv2}}<br>{{License|BSD3}} | | {{Green}} {{License|GPLv2}}<br>{{License|BSD3}} | ||
| {{Ya}} | | {{Ya}} | ||
| {{~}}<ref group=" | | {{~}}<ref name="openemu" group="note">Command-line application. Best played using OpenEmu. ARM builds of OpenEmu and cores available [https://github.com/nickybmon/OpenEmu-Silicon/releases/latest here]</ref> | ||
|} | |} | ||
=== | === NAOMI === | ||
{| | {| {{Emulator table}} | ||
! | !Name | ||
! | !Latest Version | ||
! | !PPC | ||
! | !<abbr title="32-bit Intel">x86</abbr> | ||
! | !<abbr title="64-bit Intel">x64</abbr> | ||
! | !ARM | ||
! | !OpenGL | ||
! | !MoltenVK | ||
! | !Metal | ||
! | !Gamepad Support | ||
! | ![[Licensing|License]] | ||
! | !Active | ||
! | ![[Recommended Emulators|Recommended]] | ||
|- | |- | ||
| [[Flycast]] | |[[Flycast]] | ||
| [https://github.com/flyinghead/flycast/releases/latest {{FlycastVer}}] | |[https://github.com/flyinghead/flycast/releases/latest {{FlycastVer}}]||{{Na}} | ||
| {{Na}} | |||
| {{Na}} | | {{Na}} | ||
| {{Ya}} | | {{Ya}} | ||
| Line 263: | Line 264: | ||
| {{Ya}} | | {{Ya}} | ||
|- | |- | ||
| [[MAME]] | |[[MAME]] | ||
| [https://sdlmame.lngn.net {{MAMEVer}}] | |[https://sdlmame.lngn.net {{MAMEVer}}]||{{Na}} | ||
| {{Na}} | |||
| {{Na}} | | {{Na}} | ||
| {{Ya}} | | {{Ya}} | ||
| Line 275: | Line 275: | ||
| {{Green}} {{License|GPLv2}}<br>{{License|BSD3}} | | {{Green}} {{License|GPLv2}}<br>{{License|BSD3}} | ||
| {{Ya}} | | {{Ya}} | ||
| {{~}}<ref group=" | | {{~}}<ref name="openemu" group="note">Command-line application. Best played using OpenEmu. ARM builds of OpenEmu and cores available [https://github.com/nickybmon/OpenEmu-Silicon/releases/latest here]</ref> | ||
|} | |} | ||
=== | === Triforce === | ||
{| | {| {{Emulator table}} | ||
! | !Name | ||
! | !Latest Version | ||
! | !PPC | ||
! | !<abbr title="32-bit Intel">x86</abbr> | ||
! | !<abbr title="64-bit Intel">x64</abbr> | ||
! | !ARM | ||
! | !OpenGL | ||
! | !MoltenVK | ||
! | !Metal | ||
! | !Gamepad Support | ||
! | ![[Licensing|License]] | ||
! | !Active | ||
! | ![[Recommended Emulators|Recommended]] | ||
|- | |- | ||
| [[Dolphin]] | |[[Dolphin]] | ||
| [https://dolphin-emu.org/download/?ref=btn {{DolphinVer}}]<ref | |[https://dolphin-emu.org/download/?ref=btn {{DolphinVer}}]<ref name="triforce">Information about the Triforce can be found [https://dolphin-emu.org/blog/2026/02/16/rise-of-the-triforce/ here]</ref>||{{Na}} | ||
| {{Na}} | |||
| {{Na}} | | {{Na}} | ||
| {{Ya}} | | {{Ya}} | ||
| Line 309: | Line 308: | ||
|} | |} | ||
=== | === Neo Geo MVS/AES === | ||
{| | {| {{Emulator table}} | ||
! | !Name | ||
! | !Latest Version | ||
! | !PPC | ||
! | !<abbr title="32-bit Intel">x86</abbr> | ||
! | !<abbr title="64-bit Intel">x64</abbr> | ||
! | !ARM | ||
! | !OpenGL | ||
! | !MoltenVK | ||
! | !Metal | ||
! | !Gamepad Support | ||
! | ![[Licensing|License]] | ||
! | !Active | ||
! | ![[Recommended Emulators|Recommended]] | ||
|- | |- | ||
|[[ares]] | |[[ares]] | ||
|[https://github.com/ares-emulator/ares/releases/latest {{aresVer}}] | |[https://github.com/ares-emulator/ares/releases/latest {{aresVer}}]||{{Na}} | ||
| {{Na}} | |||
| {{Na}} | | {{Na}} | ||
| {{Ya}} | | {{Ya}} | ||
| Line 339: | Line 337: | ||
| {{Ya}} | | {{Ya}} | ||
|- | |- | ||
| [[FinalBurn Neo]] | |[[FinalBurn Neo]] | ||
| [https://github.com/finalburnneo/FBNeo/releases/ | |[https://github.com/finalburnneo/FBNeo/releases/tag/v1.0.0.2 1.0.0.2]||{{Na}} | ||
| {{Na}} | |||
| {{Na}} | | {{Na}} | ||
| {{Ya}} | | {{Ya}} | ||
| Line 353: | Line 350: | ||
| {{~}} | | {{~}} | ||
|- | |- | ||
| [[MAME]] | |[[MAME]] | ||
| [https://sdlmame.lngn.net {{MAMEVer}}] | |[https://sdlmame.lngn.net {{MAMEVer}}]||{{Na}} | ||
| {{Na}} | |||
| {{Na}} | | {{Na}} | ||
| {{Ya}} | | {{Ya}} | ||
| Line 365: | Line 361: | ||
| {{Green}} {{License|GPLv2}}<br>{{License|BSD3}} | | {{Green}} {{License|GPLv2}}<br>{{License|BSD3}} | ||
| {{Ya}} | | {{Ya}} | ||
| {{~}}<ref group=" | | {{~}}<ref name="openemu" group="note">Command-line application. Best played using OpenEmu. ARM builds of OpenEmu and cores available [https://github.com/nickybmon/OpenEmu-Silicon/releases/latest here]</ref> | ||
|} | |} | ||
=== | === LaserDisc === | ||
{| | {| {{Emulator table}} | ||
! | !Name | ||
! | !Latest Version | ||
! | !PPC | ||
! | !<abbr title="32-bit Intel">x86</abbr> | ||
! | !<abbr title="64-bit Intel">x64</abbr> | ||
! | !ARM | ||
! | !OpenGL | ||
! | !MoltenVK | ||
! | !Metal | ||
! | !Gamepad Support | ||
! | ![[Licensing|License]] | ||
! | !Active | ||
! | ![[Recommended Emulators|Recommended]] | ||
|- | |- | ||
| [[MAME]] | |[[MAME]] | ||
| [https://sdlmame.lngn.net {{MAMEVer}}] | |[https://sdlmame.lngn.net {{MAMEVer}}]||{{Na}} | ||
| {{Na}} | |||
| {{Na}} | | {{Na}} | ||
| {{Ya}} | | {{Ya}} | ||
| Line 396: | Line 391: | ||
| {{Green}} {{License|GPLv2}}<br>{{License|BSD3}} | | {{Green}} {{License|GPLv2}}<br>{{License|BSD3}} | ||
| {{Ya}} | | {{Ya}} | ||
| {{~}}<ref group=" | | {{~}}<ref name="openemu" group="note">Command-line application. Best played using OpenEmu. ARM builds of OpenEmu and cores available [https://github.com/nickybmon/OpenEmu-Silicon/releases/latest here]</ref> | ||
|- | |- | ||
| [[Hypseus Singe]] | |[[Hypseus Singe]] | ||
| [https://github.com/DirtBagXon/hypseus-singe/releases/latest {{HypseusSingeVer}}] | |[https://github.com/DirtBagXon/hypseus-singe/releases/latest {{HypseusSingeVer}}]||{{Na}} | ||
| {{Na}} | |||
| {{Na}} | | {{Na}} | ||
| {{Ya}} | | {{Ya}} | ||
| {{Ya}} | | {{Ya}} | ||
| {{Na}} | | {{Na}} | ||
| {{Na}} | | {{Na}} | ||
| Line 413: | Line 407: | ||
|} | |} | ||
==Nintendo== | == Nintendo == | ||
===NES/Famicom=== | |||
{| | === NES/Famicom === | ||
! | {| {{Emulator table}} | ||
! | !Name | ||
! | !Latest Version | ||
! | !PPC | ||
! | !<abbr title="32-bit Intel">x86</abbr> | ||
! | !<abbr title="64-bit Intel">x64</abbr> | ||
! | !ARM | ||
! | !OpenGL | ||
! | !MoltenVK | ||
! | !Metal | ||
! | !Gamepad Support | ||
! | ![[Licensing|License]] | ||
! | !Active | ||
![[Recommended Emulators|Recommended]] | |||
|- | |- | ||
| [[ares]] | |[[ares]] | ||
| [https://github.com/ares-emulator/ares/releases/latest {{aresVer}}] | |[https://github.com/ares-emulator/ares/releases/latest {{aresVer}}]||{{Na}} | ||
| {{Na}} | |||
| {{Na}} | | {{Na}} | ||
| {{Ya}} | | {{Ya}} | ||
| Line 444: | Line 438: | ||
| {{Ya}} | | {{Ya}} | ||
|- | |- | ||
| GoNES | |GoNES | ||
| [https://github.com/gabe565/gones/releases/latest {{GoNESVer}}] | |[https://github.com/gabe565/gones/releases/latest {{GoNESVer}}]||{{Na}} | ||
| {{Na}} | |||
| {{Na}} | | {{Na}} | ||
| {{Ya}} | | {{Ya}} | ||
| Line 458: | Line 451: | ||
| {{Ya}} | | {{Ya}} | ||
|- | |- | ||
| [[Mesen]] | |[[Mesen]] | ||
| [https://github.com/nesdev-org/MesenCE/releases/latest {{MesenVer}}] | |[https://github.com/nesdev-org/MesenCE/releases/latest {{MesenVer}}]||{{Na}} | ||
| {{Na}} | |||
| {{Na}} | | {{Na}} | ||
| {{Ya}} | | {{Ya}} | ||
| Line 472: | Line 464: | ||
| {{Ya}} | | {{Ya}} | ||
|- | |- | ||
| TetaNES | |TetaNES | ||
| [https://github.com/lukexor/tetanes/releases/latest {{TetaNESVer}}] | |[https://github.com/lukexor/tetanes/releases/latest {{TetaNESVer}}]||{{Na}} | ||
| {{Na}} | |||
| {{Na}} | | {{Na}} | ||
| {{Ya}} | | {{Ya}} | ||
| Line 487: | Line 478: | ||
|- | |- | ||
|MetalNES | |MetalNES | ||
| [https://github.com/iaddis/metalnes git] | |[https://github.com/iaddis/metalnes git]||{{Na}} | ||
| {{Na}} | |||
| {{Na}} | | {{Na}} | ||
| {{Ya}} | | {{Ya}} | ||
| Line 498: | Line 488: | ||
| {{Green}} {{License|MIT}} ({{License|Permissive}}) | | {{Green}} {{License|MIT}} ({{License|Permissive}}) | ||
| {{Na}} | | {{Na}} | ||
| {{Na}}<ref group=" | | {{Na}}<ref name="compile" group="note">Must compile from source.</ref> | ||
|- | |- | ||
| [[Nestopia]] | |[[Nestopia]] | ||
| [https://github.com/0ldsk00l/nestopia {{NestopiaVer}}] | |[https://github.com/0ldsk00l/nestopia {{NestopiaVer}}]||{{Na}} | ||
| {{Na}} | |||
| {{Na}} | | {{Na}} | ||
| {{Ya}} | | {{Ya}} | ||
| Line 512: | Line 501: | ||
| {{Green}} {{License|GPLv2}} ({{License|Copyleft}}) | | {{Green}} {{License|GPLv2}} ({{License|Copyleft}}) | ||
| {{Ya}} | | {{Ya}} | ||
| {{Na}}<ref group=" | | {{Na}}<ref name="compile" group="note">Must compile from source.</ref> | ||
|- | |- | ||
| SwiftNES | |SwiftNES | ||
| [https://github.com/agg23/SwiftNES git] | |[https://github.com/agg23/SwiftNES git]||{{Na}} | ||
| {{Na}} | |||
| {{Na}} | | {{Na}} | ||
| {{Ya}} | | {{Ya}} | ||
| Line 526: | Line 514: | ||
| {{R}} | | {{R}} | ||
| {{Na}} | | {{Na}} | ||
| {{Na}}<ref group=" | | {{Na}}<ref name="compile" group="note">Must compile from source.</ref> | ||
|- | |- | ||
| [https://nin.nax.io Nin] | |[https://nin.nax.io Nin] | ||
| [https://github.com/Nax/nin/releases/latest git] | |[https://github.com/Nax/nin/releases/latest git]||{{Na}} | ||
| {{Na}} | |||
| {{Na}} | | {{Na}} | ||
| {{Ya}} | | {{Ya}} | ||
| Line 543: | Line 530: | ||
|} | |} | ||
===Super Nintendo=== | === Super Nintendo Entertainment System === | ||
{| | {| {{Emulator table}} | ||
! | !Name | ||
! | !Latest Version | ||
! | !PPC | ||
! | !<abbr title="32-bit Intel">x86</abbr> | ||
! | !<abbr title="64-bit Intel">x64</abbr> | ||
! | !ARM | ||
! | !OpenGL | ||
! | !MoltenVK | ||
! | !Metal | ||
! | !Gamepad Support | ||
! | ![[Licensing|License]] | ||
! | !Active | ||
! | ![[Recommended Emulators|Recommended]] | ||
|- | |- | ||
|[[ares]] | |[[ares]] | ||
|[https://github.com/ares-emulator/ares/releases/latest {{aresVer}}] | |[https://github.com/ares-emulator/ares/releases/latest {{aresVer}}]||{{Na}} | ||
| {{Na}} | |||
| {{Na}} | | {{Na}} | ||
| {{Ya}} | | {{Ya}} | ||
| Line 573: | Line 559: | ||
| {{Ya}} | | {{Ya}} | ||
|- | |- | ||
|[[bsnes]] | |[[bsnes]] | ||
|[https://github.com/bsnes-emu/bsnes/releases/latest {{bsnesVer}}] | (Official) | ||
| {{Na}} | |[https://github.com/bsnes-emu/bsnes/releases/latest {{bsnesVer}}]||{{Na}} | ||
| {{Na}} | | {{Na}} | ||
| {{Na}} | | {{Na}} | ||
| Line 587: | Line 573: | ||
| {{Ya}} | | {{Ya}} | ||
|- | |- | ||
| [[SUPER ZSNES]] | |[[SUPER ZSNES]] | ||
| [https://www.zsnes.com/#downloads {{SuperZSNESVer}}] | |[https://www.zsnes.com/#downloads {{SuperZSNESVer}}]||{{Na}} | ||
| {{Na}} | |||
| {{Na}} | | {{Na}} | ||
| {{Ya}} | | {{Ya}} | ||
| Line 601: | Line 586: | ||
| {{Ya}} | | {{Ya}} | ||
|- | |- | ||
|[[Bsnes# | |[[Bsnes#List of forks|bsnes-hd]] | ||
|[https://github.com/DerKoun/bsnes-hd/releases/latest {{Bsnes-hdVer}}] | (forked bsnes) | ||
| {{Na}} | |[https://github.com/DerKoun/bsnes-hd/releases/latest {{Bsnes-hdVer}}]||{{Na}} | ||
| {{Na}} | | {{Na}} | ||
| {{Ya}} | | {{Ya}} | ||
| Line 615: | Line 600: | ||
| {{Ya}} | | {{Ya}} | ||
|- | |- | ||
| [[Mesen]] | |[[Mesen]] | ||
| [https://github.com/nesdev-org/MesenCE/releases/latest {{MesenVer}}] | |[https://github.com/nesdev-org/MesenCE/releases/latest {{MesenVer}}]||{{Na}} | ||
| {{Na}} | |||
| {{Na}} | | {{Na}} | ||
| {{Ya}} | | {{Ya}} | ||
| Line 629: | Line 613: | ||
| {{Ya}} | | {{Ya}} | ||
|- | |- | ||
| [[Mednafen]] | |[[Mednafen]] | ||
| [{{MednafenURL|releases/}} {{MednafenVer}}] | |[{{MednafenURL|releases/}} {{MednafenVer}}]||{{Na}} | ||
| {{Na}} | |||
| {{Na}} | | {{Na}} | ||
| {{Ya}} | | {{Ya}} | ||
| Line 641: | Line 624: | ||
| {{Green}} {{License|GPLv2}} ({{License|Copyleft}}) | | {{Green}} {{License|GPLv2}} ({{License|Copyleft}}) | ||
| {{Ya}} | | {{Ya}} | ||
| {{~}}<ref group=" | | {{~}}<ref name="openemu" group="note">Command-line application. Best played using OpenEmu. ARM builds of OpenEmu and cores available [https://github.com/nickybmon/OpenEmu-Silicon/releases/latest here]</ref> | ||
|- | |- | ||
|[[Snes9x]] | |[[Snes9x]] | ||
| [https://github.com/snes9xgit/snes9x/releases/latest {{Snes9xVer}}] | |[https://github.com/snes9xgit/snes9x/releases/latest {{Snes9xVer}}]||{{Na}} | ||
| {{Na}} | |||
| {{Na}} | | {{Na}} | ||
| {{Ya}} | | {{Ya}} | ||
| Line 659: | Line 641: | ||
|} | |} | ||
=== | === Nintendo 64 === | ||
{| | {| {{Emulator table}} | ||
! | !Name | ||
! | !Latest Version | ||
! | !PPC | ||
! | !<abbr title="32-bit Intel">x86</abbr> | ||
! | !<abbr title="64-bit Intel">x64</abbr> | ||
! | !ARM | ||
! | !OpenGL | ||
! | !MoltenVK | ||
! | !Metal | ||
! | !Gamepad Support | ||
! | ![[Licensing|License]] | ||
! | !Active | ||
! | ![[Recommended Emulators|Recommended]] | ||
|- | |- | ||
| [[ares]] | |[[ares]] | ||
| [https://github.com/ares-emulator/ares/releases/latest {{aresVer}}] | |[https://github.com/ares-emulator/ares/releases/latest {{aresVer}}]||{{Na}} | ||
| {{Na}} | |||
| {{Na}} | | {{Na}} | ||
| {{Ya}} | | {{Ya}} | ||
| Line 689: | Line 670: | ||
| {{Ya}} | | {{Ya}} | ||
|- | |- | ||
| [[Mupen64Plus]] | |[[Mupen64Plus]] | ||
| [https://openemu.org {{Mupen64PlusVer}}] | |[https://openemu.org {{Mupen64PlusVer}}]||{{Na}} | ||
| {{Na}} | |||
| {{Na}} | | {{Na}} | ||
| {{Ya}} | | {{Ya}} | ||
| Line 701: | Line 681: | ||
| {{Green}} {{License|GPLv2}} ({{License|Copyleft}}) | | {{Green}} {{License|GPLv2}} ({{License|Copyleft}}) | ||
| {{Ya}} | | {{Ya}} | ||
| {{~}}<ref group=" | | {{~}}<ref group="note">Only available as a core. Best played using OpenEmu. ARM builds of OpenEmu and cores available [https://github.com/nickybmon/OpenEmu-Silicon/releases/latest here]</ref> | ||
|- | |- | ||
| [[Gopher64]] | |[[Gopher64]] | ||
| [https://github.com/gopher64/gopher64/releases/latest {{Gopher64Ver}}] | |[https://github.com/gopher64/gopher64/releases/latest {{Gopher64Ver}}]||{{Na}} | ||
| {{Na}} | |||
| {{Na}} | | {{Na}} | ||
| {{Na}} | | {{Na}} | ||
| Line 717: | Line 696: | ||
| {{R}} | | {{R}} | ||
|- | |- | ||
| [[simple64]] | |[[simple64]] | ||
| [https://github.com/thekovic/simple64/releases/tag/v2021.5.30 v2021.5.30] | |[https://github.com/thekovic/simple64/releases/tag/v2021.5.30 v2021.5.30]||{{Na}} | ||
| {{Na}} | |||
| {{Na}} | | {{Na}} | ||
| {{Ya}} | | {{Ya}} | ||
| Line 731: | Line 709: | ||
| {{Na}} | | {{Na}} | ||
|- | |- | ||
| [[Rokuyon]] | |[[Rokuyon]] | ||
| [https://github.com/Hydr8gon/rokuyon/releases/tag/release Releases] | |[https://github.com/Hydr8gon/rokuyon/releases/tag/release Releases]||{{Na}} | ||
| {{Na}} | |||
| {{Na}} | | {{Na}} | ||
| {{Na}} | | {{Na}} | ||
| Line 746: | Line 723: | ||
|} | |} | ||
===GameCube=== | === Nintendo GameCube === | ||
{| | {| {{Emulator table}} | ||
! | !Name | ||
! | !Latest Version | ||
! | !PPC | ||
! | !<abbr title="32-bit Intel">x86</abbr> | ||
! | !<abbr title="64-bit Intel">x64</abbr> | ||
! | !ARM | ||
! | !OpenGL | ||
! | !MoltenVK | ||
! | !Metal | ||
! | !Gamepad Support | ||
! | ![[Licensing|License]] | ||
! | !Active | ||
! | ![[Recommended Emulators|Recommended]] | ||
|- | |- | ||
| [[Dolphin]] | |[[Dolphin]] | ||
| [https://dolphin-emu.org/download/?ref=btn {{DolphinVer}}]<ref group=" | |[https://dolphin-emu.org/download/?ref=btn {{DolphinVer}}]<ref name="dolphin" group="note">The last Dolphin release to support macOS 10.15 Catalina is [https://dolphin-emu.org/download/release/2503a/ 2503a], and the last development build is [https://dolphin-emu.org/blog/2025/06/04/dolphin-progress-report-release-2506/#macos-minimum-version-bumped-to-macos-11-big-sur 2503-270].</ref>||{{Na}} | ||
| {{Na}} | |||
| {{Na}} | | {{Na}} | ||
| {{Ya}} | | {{Ya}} | ||
| Line 776: | Line 752: | ||
| {{Ya}} | | {{Ya}} | ||
|- | |- | ||
| [[Lazuli]] | |[[Lazuli]] | ||
| [https://github.com/vxpm/lazuli/releases/latest {{LazuliVer}}] | |[https://github.com/vxpm/lazuli/releases/latest {{LazuliVer}}]||{{Na}} | ||
| {{Na}} | |||
| {{Na}} | | {{Na}} | ||
| {{Na}} | | {{Na}} | ||
| Line 790: | Line 765: | ||
| {{Na}} | | {{Na}} | ||
|- | |- | ||
| [[Gecko]] | |[[Gecko]] | ||
| [https://github.com/ioncodes/gecko/releases {{GeckoVer}}] | |[https://github.com/ioncodes/gecko/releases/latest {{GeckoVer}}] | ||
[https://github.com/ioncodes/gecko/releases?q=Nightly&expanded=true Nightly] | |||
| {{Na}} | | {{Na}} | ||
| {{Na}} | | {{Na}} | ||
| Line 805: | Line 781: | ||
|} | |} | ||
===Wii=== | === Wii === | ||
{| | {| {{Emulator table}} | ||
! | !Name | ||
! | !Latest Version | ||
! | !PPC | ||
! | !<abbr title="32-bit Intel">x86</abbr> | ||
! | !<abbr title="64-bit Intel">x64</abbr> | ||
! | !ARM | ||
! | !OpenGL | ||
! | !MoltenVK | ||
! | !Metal | ||
! | !Gamepad Support | ||
! | ![[Licensing|License]] | ||
! | !Active | ||
! | ![[Recommended Emulators|Recommended]] | ||
|- | |- | ||
| [[Dolphin]] | |[[Dolphin]] | ||
| [https://dolphin-emu.org/download {{DolphinVer}}]<ref group=" | |[https://dolphin-emu.org/download {{DolphinVer}}]<ref name="dolphin" group="note" />||{{Na}} | ||
| {{Na}} | |||
| {{Na}} | | {{Na}} | ||
| {{Ya}} | | {{Ya}} | ||
| Line 835: | Line 810: | ||
| {{Ya}} | | {{Ya}} | ||
|- | |- | ||
| [[Gecko]] | |[[Gecko]] | ||
| [https://github.com/ioncodes/gecko/releases {{GeckoVer}}] | |[https://github.com/ioncodes/gecko/releases/latest {{GeckoVer}}] | ||
[https://github.com/ioncodes/gecko/releases?q=Nightly&expanded=true Nightly] | |||
| {{Na}} | | {{Na}} | ||
| {{Na}} | | {{Na}} | ||
| Line 850: | Line 826: | ||
|} | |} | ||
===Wii U=== | === Wii U === | ||
{| | {| {{Emulator table}} | ||
! | !Name | ||
! | !Latest Version | ||
! | !PPC | ||
! | !<abbr title="32-bit Intel">x86</abbr> | ||
! | !<abbr title="64-bit Intel">x64</abbr> | ||
! | !ARM | ||
! | !OpenGL | ||
! | !MoltenVK | ||
! | !Metal | ||
! | !Gamepad Support | ||
! | ![[Licensing|License]] | ||
! | !Active | ||
! | ![[Recommended Emulators|Recommended]] | ||
|- | |- | ||
| [[Cemu]] | |[[Cemu]] | ||
| [https://github.com/cemu-project/Cemu/releases/latest {{CemuVer}}] | |[https://github.com/cemu-project/Cemu/releases/latest {{CemuVer}}] | ||
[https://cemu.info/ActionBuilds.php Nightlies] | |||
| {{Na}} | | {{Na}} | ||
| {{Na}} | | {{Na}} | ||
| {{Ya}} | | {{Ya}} | ||
| {{~}}<ref group=" | | {{~}}<ref name="cemu" group="note">ARM support and the Metal renderer are in the nightly builds but are not included in a major release yet.</ref> | ||
| {{Na}} | | {{Na}} | ||
| {{Ya}} | | {{Ya}} | ||
| {{~}}<ref group=" | | {{~}}<ref name="cemu" group="note">ARM support and the Metal renderer are in the nightly builds but are not included in a major release yet.</ref> | ||
| {{Ya}} | | {{Ya}} | ||
| {{Green}} {{License|MPL2}} ({{License|Copyleft}}) | | {{Green}} {{License|MPL2}} ({{License|Copyleft}}) | ||
| Line 881: | Line 858: | ||
|} | |} | ||
===Switch=== | === Nintendo Switch === | ||
{| | {| {{Emulator table}} | ||
! | !Name | ||
! | !Latest Version | ||
! | !PPC | ||
! | !<abbr title="32-bit Intel">x86</abbr> | ||
! | !<abbr title="64-bit Intel">x64</abbr> | ||
! | !ARM | ||
! | !OpenGL | ||
! | !MoltenVK | ||
! | !KosmicKrisp | ||
! | !Metal | ||
! | !Gamepad Support | ||
! | ![[Licensing|License]] | ||
! | !Active | ||
![[Recommended Emulators|Recommended]] | |||
|- | |- | ||
| Ryubing | |Ryubing | ||
| [https://git.ryujinx.app/projects/Ryubing/releases/latest {{RyubingVer}}] | ([[Ryujinx]] Fork)<ref group="note">This fork has merged LDN and other previously incomplete features. Mostly focused on maintenance, crash fixes and QoL improvements.</ref> | ||
|[https://git.ryujinx.app/projects/Ryubing/releases/latest {{RyubingVer}}] | |||
[https://git.ryujinx.app/Ryubing/Canary/releases/latest Canary] | |||
[https://git.ryujinx.app/ryubing/ryujinx git] | |||
|{{Na}} | |||
| {{Na}} | | {{Na}} | ||
| {{~}}<ref name="ryujinx-x86" group="note">While the builds are currently universal, x86 is unsupported and will be removed in future releases</ref> | |||
| {{Ya}} | |||
| {{Na}} | | {{Na}} | ||
| {{Ya}} | | {{Ya}} | ||
| {{Na}} | | {{Na}} | ||
| {{Na}} | | {{Na}} | ||
| {{Ya}} | | {{Ya}} | ||
| Line 911: | Line 894: | ||
| {{Ya}} | | {{Ya}} | ||
|- | |- | ||
| Astris | |Astris | ||
| [https://github.com/V380-Ori/Astris.Binaries/releases/latest {{AstrisVer}}] | (Ryubing with SwiftUI)<ref group="note">This fork is based on Ryubing, but has a complete SwiftUI overhaul</ref> | ||
|[https://github.com/V380-Ori/Astris.Binaries/releases/latest {{AstrisVer}}]||{{Na}} | |||
| {{Na}} | | {{Na}} | ||
| {{Na}} | | {{Na}} | ||
| {{Ya}} | |||
| {{Na}} | | {{Na}} | ||
| {{Ya}} | | {{Ya}} | ||
| {{Ya}} | | {{Ya}} | ||
| {{Na}} | | {{Na}} | ||
| Line 925: | Line 909: | ||
| {{Ya}} | | {{Ya}} | ||
|- | |- | ||
| [[Kenji-NX]] | |[[Kenji-NX]] | ||
| [https://git.ryujinx.app/projects/Kenji-NX/releases/latest {{ | (KeatonTheBot's [[Ryujinx]] Fork) | ||
|[https://git.ryujinx.app/projects/Kenji-NX/releases/latest {{Kenji-NXVer}}] | |||
[https://git.ryujinx.app/projects/Kenji-NX git] | |||
| {{Na}} | | {{Na}} | ||
| {{Na}} | | {{Na}} | ||
| {{~}}<ref | | {{~}}<ref name="ryujinx-x86" group="note">While the builds are currently universal, x86 is unsupported and will be removed in future releases</ref> | ||
| {{Ya}} | | {{Ya}} | ||
| {{Na}} | | {{Na}} | ||
| {{Ya}} | | {{Ya}} | ||
| {{Na}} | |||
| {{Na}} | | {{Na}} | ||
| {{Ya}} | | {{Ya}} | ||
| Line 939: | Line 926: | ||
| {{Ya}} | | {{Ya}} | ||
|- | |- | ||
| [[Hydra]] | |[[Hydra]] | ||
| [https://github.com/SamoZ256/hydra/releases/latest {{HydraVer}}] | |[https://github.com/SamoZ256/hydra/releases/latest {{HydraVer}}]||{{Na}} | ||
| {{Na}} | |||
| {{Na}} | | {{Na}} | ||
| {{Ya}} | | {{Ya}} | ||
| {{Ya}} | | {{Ya}} | ||
| {{Na}} | |||
| {{Na}} | | {{Na}} | ||
| {{Na}} | | {{Na}} | ||
| Line 953: | Line 940: | ||
| {{Na}} | | {{Na}} | ||
|- | |- | ||
| [[Eden]] | |[[Eden]] | ||
| [https://git.eden-emu.dev/eden-emu/eden/releases {{EdenVer}}] | (Yuzu fork) | ||
|[https://git.eden-emu.dev/eden-emu/eden/releases {{EdenVer}}] | |||
[https://git.eden-emu.dev/eden-ci/nightly/releases/latest Nightlies] | |||
| {{Na}} | | {{Na}} | ||
| {{Na}} | | {{Na}} | ||
| Line 961: | Line 950: | ||
| {{Na}} | | {{Na}} | ||
| {{Ya}} | | {{Ya}} | ||
| {{Na}} | |||
| {{Na}} | | {{Na}} | ||
| {{Ya}} | | {{Ya}} | ||
| Line 968: | Line 958: | ||
|} | |} | ||
===Game Boy | === Game Boy (Color) === | ||
{| | {| {{Emulator table}} | ||
! | !Name | ||
! | !Latest Version | ||
! | !PPC | ||
! | !<abbr title="32-bit Intel">x86</abbr> | ||
! | !<abbr title="64-bit Intel">x64</abbr> | ||
! | !ARM | ||
! | !OpenGL | ||
! | !MoltenVK | ||
! | !Metal | ||
! | !Game Link Support | ||
! | !Gamepad Support | ||
! | ![[Licensing|License]] | ||
! | !Active | ||
! | ![[Recommended Emulators|Recommended]] | ||
|- | |- | ||
| [[SameBoy]] | |[[SameBoy]] | ||
| [https://sameboy.github.io/downloads {{SameBoyVer}}] | |[https://sameboy.github.io/downloads {{SameBoyVer}}]||{{Na}} | ||
| {{Na}} | |||
| {{Na}} | | {{Na}} | ||
| {{Ya}} | | {{Ya}} | ||
| Line 1,000: | Line 989: | ||
| {{Ya}} | | {{Ya}} | ||
|- | |- | ||
| [[SkyEmu]] | |[[SkyEmu]] | ||
| [https://github.com/skylersaleh/SkyEmu/releases/latest {{SkyEmuVer}}] | |[https://github.com/skylersaleh/SkyEmu/releases/latest {{SkyEmuVer}}]||{{Na}} | ||
| {{Na}} | |||
| {{Na}} | | {{Na}} | ||
| {{Ya}} | | {{Ya}} | ||
| Line 1,015: | Line 1,003: | ||
| {{Ya}} | | {{Ya}} | ||
|- | |- | ||
| [[ares]] | |[[ares]] | ||
| [https://github.com/ares-emulator/ares/releases/latest {{aresVer}}] | |[https://github.com/ares-emulator/ares/releases/latest {{aresVer}}]||{{Na}} | ||
| {{Na}} | |||
| {{Na}} | | {{Na}} | ||
| {{Ya}} | | {{Ya}} | ||
| Line 1,030: | Line 1,017: | ||
| {{Ya}} | | {{Ya}} | ||
|- | |- | ||
| [[mGBA]] | |[[mGBA]] | ||
| [https://mgba.io/downloads.html {{MGBAVer}}] | |[https://mgba.io/downloads.html {{MGBAVer}}]||{{Na}} | ||
| {{Na}} | |||
| {{Na}} | | {{Na}} | ||
| {{Ya}} | | {{Ya}} | ||
| Line 1,045: | Line 1,031: | ||
| {{Ya}} | | {{Ya}} | ||
|- | |- | ||
| [[KiGB]] | |[[KiGB]] | ||
| [https://www.bannister.org/software/kigb.htm 2.09] | |[https://www.bannister.org/software/kigb.htm 2.09]||{{Na}} | ||
| {{Na}} | |||
| {{Na}} | | {{Na}} | ||
| {{Ya}} | | {{Ya}} | ||
| Line 1,058: | Line 1,043: | ||
| {{Red}} {{License|Proprietary}} | | {{Red}} {{License|Proprietary}} | ||
| {{~}} | | {{~}} | ||
| {{~}}<ref group=" | | {{~}}<ref name="paid" group="note">Requires paid version to access extra emulation features</ref> | ||
|- | |- | ||
| [[Gearboy]] | |[[Gearboy]] | ||
| [https://github.com/drhelius/Gearboy/releases/latest {{GearboyVer}}] | |[https://github.com/drhelius/Gearboy/releases/latest {{GearboyVer}}]||{{Na}} | ||
| {{Na}} | |||
| {{Na}} | | {{Na}} | ||
| {{Ya}} | | {{Ya}} | ||
| {{Ya}} | | {{Ya}} | ||
| {{R}} | | {{R}} | ||
| {{R}} | | {{R}} | ||
| Line 1,075: | Line 1,059: | ||
| {{R}} | | {{R}} | ||
|- | |- | ||
| [[Mesen]] | |[[Mesen]] | ||
| [https://github.com/nesdev-org/MesenCE/releases/latest {{MesenVer}}] | |[https://github.com/nesdev-org/MesenCE/releases/latest {{MesenVer}}]||{{Na}} | ||
| {{Na}} | |||
| {{Na}} | | {{Na}} | ||
| {{Ya}} | | {{Ya}} | ||
| Line 1,088: | Line 1,071: | ||
| {{Green}} {{License|GPLv3}} ({{License|Copyleft}}) | | {{Green}} {{License|GPLv3}} ({{License|Copyleft}}) | ||
| {{Ya}} | | {{Ya}} | ||
| {{Ya}} | | {{Ya}} | ||
|- | |- | ||
| [[VisualBoy Advance|VisualBoy Advance-M (VBA-M) | |[[VisualBoy Advance|VisualBoy Advance-M]] (VBA-M) | ||
| [https://github.com/visualboyadvance-m/visualboyadvance-m/releases/latest {{VBAMVer}}] | |[https://github.com/visualboyadvance-m/visualboyadvance-m/releases/latest {{VBAMVer}}] | ||
[https://nightly.visualboyadvance-m.org Nightlies] | |||
| {{Na}} | | {{Na}} | ||
| {{Na}} | | {{Na}} | ||
| Line 1,105: | Line 1,089: | ||
| {{~}} | | {{~}} | ||
|- | |- | ||
| Swift-plays-Pokemon | |Swift-plays-Pokemon | ||
| [https://github.com/LiarPrincess/Swift-plays-Pokemon/latest git] | |[https://github.com/LiarPrincess/Swift-plays-Pokemon/latest git]||{{Na}} | ||
| {{Na}} | |||
| {{Na}} | | {{Na}} | ||
| {{Ya}} | | {{Ya}} | ||
| Line 1,118: | Line 1,101: | ||
| {{Green}} {{License|MPL2}} ({{License|Copyleft}}) | | {{Green}} {{License|MPL2}} ({{License|Copyleft}}) | ||
| {{Na}} | | {{Na}} | ||
| {{Na}}<ref group=" | | {{Na}}<ref group="note">No Audio. Must compile from source and run from command line.</ref> | ||
|- | |- | ||
| [[Gambatte]] | |[[Gambatte]] | ||
| [https://sourceforge.net/projects/gambatte/files/gambatte {{GambatteVer}}] | |[https://sourceforge.net/projects/gambatte/files/gambatte {{GambatteVer}}]||{{Na}} | ||
| {{Na}} | |||
| {{Ya}} | | {{Ya}} | ||
| {{Na}} | | {{Na}} | ||
| Line 1,136: | Line 1,118: | ||
|} | |} | ||
===Game Boy Advance=== | === Game Boy Advance === | ||
{| | {| {{Emulator table}} | ||
! | !Name | ||
! | !Latest Version | ||
! | !PPC | ||
! | !<abbr title="32-bit Intel">x86</abbr> | ||
! | !<abbr title="64-bit Intel">x64</abbr> | ||
! | !ARM | ||
! | !OpenGL | ||
! | !MoltenVK | ||
! | !Metal | ||
! | !Game Link Support | ||
! | !Gamepad Support | ||
! | ![[Licensing|License]] | ||
! | !Active | ||
! | ![[Recommended Emulators|Recommended]] | ||
|- | |- | ||
| [[SkyEmu]] | |[[SkyEmu]] | ||
| [https://github.com/skylersaleh/SkyEmu/releases/latest {{SkyEmuVer}}] | |[https://github.com/skylersaleh/SkyEmu/releases/latest {{SkyEmuVer}}]||{{Na}} | ||
| {{Na}} | |||
| {{Na}} | | {{Na}} | ||
| {{Ya}} | | {{Ya}} | ||
| Line 1,168: | Line 1,149: | ||
| {{Ya}} | | {{Ya}} | ||
|- | |- | ||
| [[ares]] | |[[ares]] | ||
| [https://github.com/ares-emulator/ares/releases/latest {{aresVer}}] | |[https://github.com/ares-emulator/ares/releases/latest {{aresVer}}]||{{Na}} | ||
| {{Na}} | |||
| {{Na}} | | {{Na}} | ||
| {{Ya}} | | {{Ya}} | ||
| Line 1,183: | Line 1,163: | ||
| {{Ya}} | | {{Ya}} | ||
|- | |- | ||
| [[NanoBoyAdvance]] | |[[NanoBoyAdvance]] | ||
| [https:// | |[https://codeberg.org/nba-emu/NanoBoyAdvance/releases {{NanoBoyAdvanceVer}}]||{{Na}} | ||
| {{Na}} | |||
| {{Na}} | | {{Na}} | ||
| {{Ya}} | | {{Ya}} | ||
| Line 1,198: | Line 1,177: | ||
| {{Ya}} | | {{Ya}} | ||
|- | |- | ||
| Hades | |Hades | ||
| [https://github.com/hades-emu/Hades/releases/latest {{HadesVer}}] | |[https://github.com/hades-emu/Hades/releases/latest {{HadesVer}}]||{{Na}} | ||
| {{Na}} | |||
| {{Na}} | | {{Na}} | ||
| {{Ya}} | | {{Ya}} | ||
| Line 1,213: | Line 1,191: | ||
| {{R}} | | {{R}} | ||
|- | |- | ||
| [[Mesen]] | |[[Mesen]] | ||
| [https://github.com/nesdev-org/MesenCE/releases/latest {{MesenVer}}] | |[https://github.com/nesdev-org/MesenCE/releases/latest {{MesenVer}}]||{{Na}} | ||
| {{Na}} | |||
| {{Na}} | | {{Na}} | ||
| {{Ya}} | | {{Ya}} | ||
| Line 1,226: | Line 1,203: | ||
| {{Green}} {{License|GPLv3}} ({{License|Copyleft}}) | | {{Green}} {{License|GPLv3}} ({{License|Copyleft}}) | ||
| {{Ya}} | | {{Ya}} | ||
| {{Ya}} | | {{Ya}} | ||
|- | |- | ||
| [[mGBA]] | |[[mGBA]] | ||
| [https://mgba.io/downloads.html {{MGBAVer}}] | |[https://mgba.io/downloads.html {{MGBAVer}}]||{{Na}} | ||
| {{Na}} | |||
| {{Na}} | | {{Na}} | ||
| {{Ya}} | | {{Ya}} | ||
| Line 1,243: | Line 1,219: | ||
| {{Ya}} | | {{Ya}} | ||
|- | |- | ||
| Boycott Advance | |Boycott Advance | ||
| [https://www.bannister.org/software/ba.htm 0.4.4] | |[https://www.bannister.org/software/ba.htm 0.4.4]||{{Na}} | ||
| {{Na}} | |||
| {{Na}} | | {{Na}} | ||
| {{Ya}} | | {{Ya}} | ||
| Line 1,256: | Line 1,231: | ||
| {{Red}} {{License|Proprietary}} | | {{Red}} {{License|Proprietary}} | ||
| {{~}} | | {{~}} | ||
| {{~}}<ref group=" | | {{~}}<ref name="paid" group="note">Requires paid version to access extra emulation features</ref> | ||
|- | |- | ||
| [[Gearboy]] | |[[Gearboy]] | ||
| [https://github.com/drhelius/Gearboy/releases/latest {{GearboyVer}}] | |[https://github.com/drhelius/Gearboy/releases/latest {{GearboyVer}}]||{{Na}} | ||
| {{Na}} | |||
| {{R}} | | {{R}} | ||
| {{Ya}} | | {{Ya}} | ||
| {{Ya}} | | {{Ya}} | ||
| {{R}} | | {{R}} | ||
| {{R}} | | {{R}} | ||
| Line 1,273: | Line 1,247: | ||
| {{R}} | | {{R}} | ||
|- | |- | ||
| [[VisualBoy Advance|VisualBoy Advance-M (VBA-M) | |[[VisualBoy Advance|VisualBoy Advance-M]] (VBA-M) | ||
| [https://github.com/visualboyadvance-m/visualboyadvance-m/releases/latest {{VBAMVer}}] | |[https://github.com/visualboyadvance-m/visualboyadvance-m/releases/latest {{VBAMVer}}] | ||
[https://nightly.visualboyadvance-m.org Nightlies] | |||
| {{Na}} | | {{Na}} | ||
| {{Na}} | | {{Na}} | ||
| Line 1,289: | Line 1,264: | ||
|} | |} | ||
===DS=== | === Nintendo DS === | ||
{| | {| {{Emulator table}} | ||
! | !Name | ||
! | !Latest Version | ||
! | !PPC | ||
! | !<abbr title="32-bit Intel">x86</abbr> | ||
! | !<abbr title="64-bit Intel">x64</abbr> | ||
! | !ARM | ||
! | !OpenGL | ||
! | !MoltenVK | ||
! | !Metal | ||
! | !Gamepad Support | ||
! | ![[Licensing|License]] | ||
! | !Active | ||
! | ![[Recommended Emulators|Recommended]] | ||
|- | |- | ||
|[[DeSmuME]] | |[[DeSmuME]] | ||
|[https://github.com/TASEmulators/desmume/releases/latest {{DeSmuMEVer}}] | |[https://github.com/TASEmulators/desmume/releases/latest {{DeSmuMEVer}}]||{{Ya}} | ||
|{{Ya}} | |||
|{{Ya}} | |{{Ya}} | ||
|{{Ya}} | |{{Ya}} | ||
| Line 1,320: | Line 1,294: | ||
|- | |- | ||
|[[MelonDS]] | |[[MelonDS]] | ||
|[https://github.com/melonDS-emu/melonDS/releases/latest {{MelonDSVer}}] | |[https://github.com/melonDS-emu/melonDS/releases/latest {{MelonDSVer}}]||{{Na}} | ||
|{{Na}} | |||
|{{Na}} | |{{Na}} | ||
|{{Ya}} | |{{Ya}} | ||
| Line 1,334: | Line 1,307: | ||
|- | |- | ||
|[[NooDS]] | |[[NooDS]] | ||
|[https://github.com/Hydr8gon/NooDS/releases/tag/release Releases] | |[https://github.com/Hydr8gon/NooDS/releases/tag/release Releases]||{{Na}} | ||
|{{Na}} | |||
|{{Na}} | |{{Na}} | ||
|{{Na}} | |{{Na}} | ||
| Line 1,348: | Line 1,320: | ||
|- | |- | ||
|[[Dust]] | |[[Dust]] | ||
|[https://github.com/kelpsyberry/dust WIP] | |[https://github.com/kelpsyberry/dust WIP]||{{Na}} | ||
|{{Na}} | |||
|{{Na}} | |{{Na}} | ||
|{{Ya}} | |{{Ya}} | ||
| Line 1,361: | Line 1,332: | ||
|{{Na}} | |{{Na}} | ||
|- | |- | ||
|[[ | |[[MGBA#medusa|Medusa]] | ||
|[https://github.com/johnny-mac/medusa-emu Beta] | |[https://github.com/johnny-mac/medusa-emu Beta]||{{Na}} | ||
|{{Na}} | |||
|{{Na}} | |{{Na}} | ||
|{{Ya}} | |{{Ya}} | ||
| Line 1,376: | Line 1,346: | ||
|} | |} | ||
===3DS=== | === Nintendo 3DS === | ||
{| | {| {{Emulator table}} | ||
! | !Name | ||
! | !Latest Version | ||
! | !PPC | ||
! | !<abbr title="32-bit Intel">x86</abbr> | ||
! | !<abbr title="64-bit Intel">x64</abbr> | ||
! | !ARM | ||
! | !OpenGL | ||
! | !MoltenVK | ||
! | !Metal | ||
! | !Gamepad Support | ||
! | ![[Licensing|License]] | ||
! | !Active | ||
! | ![[Recommended Emulators|Recommended]] | ||
|- | |- | ||
| Azahar<ref group=" | |Azahar<ref name="azahar" group="note">This project is a continuation of PabloMK7's Citra and Lime3DS</ref> | ||
|[https://github.com/azahar-emu/azahar/releases/latest {{AzaharVer}}] | |[https://github.com/azahar-emu/azahar/releases/latest {{AzaharVer}}]||{{Na}} | ||
|{{Na}} | |||
|{{Na}} | |{{Na}} | ||
|{{Ya}} | |{{Ya}} | ||
| Line 1,406: | Line 1,375: | ||
|{{Ya}} | |{{Ya}} | ||
|- | |- | ||
| Mandarine<ref group=" | |Mandarine<ref name="mandarine" group="note">This project is a fork of Citra</ref> | ||
|[https://github.com/mandarine3ds/mandarine/releases/latest {{MandarineVer}}] | |[https://github.com/mandarine3ds/mandarine/releases/latest {{MandarineVer}}]||{{Na}} | ||
|{{Na}} | |||
|{{Na}} | |{{Na}} | ||
|{{Ya}} | |{{Ya}} | ||
| Line 1,421: | Line 1,389: | ||
|- | |- | ||
|[[Panda3DS]] | |[[Panda3DS]] | ||
|[https://github.com/wheremyfoodat/Panda3DS/releases/latest {{Panda3DSVer}}] | |[https://github.com/wheremyfoodat/Panda3DS/releases/latest {{Panda3DSVer}}]||{{Na}} | ||
|{{Na}} | |||
|{{Na}} | |{{Na}} | ||
|{{Ya}} | |{{Ya}} | ||
| Line 1,428: | Line 1,395: | ||
|{{Ya}} | |{{Ya}} | ||
|{{Na}} | |{{Na}} | ||
|{{~}}<ref | |{{~}}<ref name="panda-backend" group="note">Available on the SDL build only. Not available on the Qt build.</ref> | ||
|{{Ya}} | |{{Ya}} | ||
|{{Green}} {{License|GPLv3}} ({{License|Copyleft}}) | |{{Green}} {{License|GPLv3}} ({{License|Copyleft}}) | ||
| Line 1,435: | Line 1,402: | ||
|- | |- | ||
|[[Tanuki3DS]] | |[[Tanuki3DS]] | ||
|[https://github.com/burhanr13/Tanuki3DS/releases/latest {{Tanuki3DSVer}}] | |[https://github.com/burhanr13/Tanuki3DS/releases/latest {{Tanuki3DSVer}}]||{{Na}} | ||
|{{Na}} | |||
|{{Na}} | |{{Na}} | ||
|{{Ya}} | |{{Ya}} | ||
| Line 1,449: | Line 1,415: | ||
|- | |- | ||
|Borked3DS | |Borked3DS | ||
|[https://github.com/Borked3DS/Borked3DS/releases/latest git] | |[https://github.com/Borked3DS/Borked3DS/releases/latest git]||{{Na}} | ||
|{{Na}} | |||
|{{Na}} | |{{Na}} | ||
|{{Ya}} | |{{Ya}} | ||
| Line 1,460: | Line 1,425: | ||
|{{Green}} {{License|GPLv2}} ({{License|Copyleft}}) | |{{Green}} {{License|GPLv2}} ({{License|Copyleft}}) | ||
|{{Ya}} | |{{Ya}} | ||
|{{Na}}<ref group=" | |{{Na}}<ref name="borked" group="note">This is an experimental Citra fork. Changes made here might be merged into [https://github.com/azahar-emu/azahar Azahar]</ref> | ||
|- | |- | ||
| [[3Beans]] | |[[3Beans]] | ||
|[https://github.com/Hydr8gon/3Beans/releases/latest git] | |[https://github.com/Hydr8gon/3Beans/releases/latest git]||{{Na}} | ||
|{{Na}} | |||
|{{Na}} | |{{Na}} | ||
|{{Na}} | |{{Na}} | ||
| Line 1,477: | Line 1,441: | ||
|} | |} | ||
==Sega== | == Sega == | ||
===SG-1000=== | |||
{| | === SG-1000 === | ||
! | {| {{Emulator table}} | ||
! | !Name | ||
! | !Latest Version | ||
! | !PPC | ||
! | !<abbr title="32-bit Intel">x86</abbr> | ||
! | !<abbr title="64-bit Intel">x64</abbr> | ||
! | !ARM | ||
! | !OpenGL | ||
! | !MoltenVK | ||
! | !Metal | ||
! | !Gamepad Support | ||
! | ![[Licensing|License]] | ||
! | !Active | ||
![[Recommended Emulators|Recommended]] | |||
|- | |- | ||
| [[ares]] | |[[ares]] | ||
| [https://github.com/ares-emulator/ares/releases/latest {{aresVer}}] | |[https://github.com/ares-emulator/ares/releases/latest {{aresVer}}]||{{Na}} | ||
| {{Na}} | |||
| {{Na}} | | {{Na}} | ||
| {{Ya}} | | {{Ya}} | ||
| Line 1,508: | Line 1,472: | ||
| {{Ya}} | | {{Ya}} | ||
|- | |- | ||
| [[RetroVM]] | |[[RetroVM]] | ||
| [https://retrovirtualmachine.org {{Retro_Virtual_MachineVer}}] | |[https://retrovirtualmachine.org {{Retro_Virtual_MachineVer}}]||{{Na}} | ||
| {{Na}} | |||
| {{Na}} | | {{Na}} | ||
| {{Ya}} | | {{Ya}} | ||
| Line 1,522: | Line 1,485: | ||
| {{Ya}} | | {{Ya}} | ||
|- | |- | ||
| [[Gearsystem]] | |[[Gearsystem]] | ||
| [https://github.com/drhelius/Gearsystem/releases/latest {{GearsystemVer}}] | |[https://github.com/drhelius/Gearsystem/releases/latest {{GearsystemVer}}]||{{Na}} | ||
| {{Na}} | |||
| {{Na}} | | {{Na}} | ||
| {{Ya}} | | {{Ya}} | ||
| Line 1,536: | Line 1,498: | ||
| {{Na}} | | {{Na}} | ||
|- | |- | ||
| [[ZEsarUX]] | |[[ZEsarUX]] | ||
| [https://github.com/chernandezba/zesarux/releases/latest {{ZEsarUXVer}}] | |[https://github.com/chernandezba/zesarux/releases/latest {{ZEsarUXVer}}]||{{Na}} | ||
| {{Na}} | |||
| {{Na}} | | {{Na}} | ||
| {{Ya}} | | {{Ya}} | ||
| Line 1,551: | Line 1,512: | ||
|} | |} | ||
===Master System=== | === Master System === | ||
{| | {| {{Emulator table}} | ||
! | !Name | ||
! | !Latest Version | ||
! | !PPC | ||
! | !<abbr title="32-bit Intel">x86</abbr> | ||
! | !<abbr title="64-bit Intel">x64</abbr> | ||
! | !ARM | ||
! | !OpenGL | ||
! | !MoltenVK | ||
! | !Metal | ||
! | !Gamepad Support | ||
! | ![[Licensing|License]] | ||
! | !Active | ||
! | ![[Recommended Emulators|Recommended]] | ||
|- | |- | ||
| [[ares]] | |[[ares]] | ||
| [https://github.com/ares-emulator/ares/releases/latest {{aresVer}}] | |[https://github.com/ares-emulator/ares/releases/latest {{aresVer}}]||{{Na}} | ||
| {{Na}} | |||
| {{Na}} | | {{Na}} | ||
| {{Ya}} | | {{Ya}} | ||
| Line 1,581: | Line 1,541: | ||
| {{Ya}} | | {{Ya}} | ||
|- | |- | ||
| [[CLK]] | |[[CLK]] | ||
| [https://github.com/TomHarte/CLK/releases/latest {{ClkVer}}] | |[https://github.com/TomHarte/CLK/releases/latest {{ClkVer}}]||{{Na}} | ||
| {{Na}} | |||
| {{Na}} | | {{Na}} | ||
| {{Ya}} | | {{Ya}} | ||
| Line 1,595: | Line 1,554: | ||
| {{Ya}} | | {{Ya}} | ||
|- | |- | ||
| [[Mesen]] | |[[Mesen]] | ||
| [https://github.com/nesdev-org/MesenCE/releases/latest {{MesenVer}}] | |[https://github.com/nesdev-org/MesenCE/releases/latest {{MesenVer}}]||{{Na}} | ||
| {{Na}} | |||
| {{Na}} | | {{Na}} | ||
| {{Ya}} | | {{Ya}} | ||
| Line 1,609: | Line 1,567: | ||
| {{Ya}} | | {{Ya}} | ||
|- | |- | ||
| [[RetroVM]] | |[[RetroVM]] | ||
| [https://retrovirtualmachine.org {{Retro_Virtual_MachineVer}}] | |[https://retrovirtualmachine.org {{Retro_Virtual_MachineVer}}]||{{Na}} | ||
| {{Na}} | |||
| {{Na}} | | {{Na}} | ||
| {{Ya}} | | {{Ya}} | ||
| Line 1,623: | Line 1,580: | ||
| {{~}} | | {{~}} | ||
|- | |- | ||
| [[Gearsystem]] | |[[Gearsystem]] | ||
| [https://github.com/drhelius/Gearsystem/releases/latest {{GearsystemVer}}] | |[https://github.com/drhelius/Gearsystem/releases/latest {{GearsystemVer}}]||{{Na}} | ||
| {{Na}} | |||
| {{Na}} | | {{Na}} | ||
| {{Ya}} | | {{Ya}} | ||
| Line 1,637: | Line 1,593: | ||
| {{Na}} | | {{Na}} | ||
|- | |- | ||
| [[ZEsarUX]] | |[[ZEsarUX]] | ||
| [https://github.com/chernandezba/zesarux/releases/latest {{ZEsarUXVer}}] | |[https://github.com/chernandezba/zesarux/releases/latest {{ZEsarUXVer}}]||{{Na}} | ||
| {{Na}} | |||
| {{Na}} | | {{Na}} | ||
| {{Ya}} | | {{Ya}} | ||
| Line 1,652: | Line 1,607: | ||
|} | |} | ||
===Mega Drive/Genesis=== | === Mega Drive/Genesis === | ||
{| | {| {{Emulator table}} | ||
! | !Name | ||
! | !Latest Version | ||
! | !PPC | ||
! | !<abbr title="32-bit Intel">x86</abbr> | ||
! | !<abbr title="64-bit Intel">x64</abbr> | ||
! | !ARM | ||
! | !OpenGL | ||
! | !MoltenVK | ||
! | !Metal | ||
! | !Gamepad Support | ||
! | ![[Licensing|License]] | ||
! | !Active | ||
! | ![[Recommended Emulators|Recommended]] | ||
|- | |- | ||
| [[ares]] | |[[ares]] | ||
| [https://github.com/ares-emulator/ares/releases/latest {{aresVer}}] | |[https://github.com/ares-emulator/ares/releases/latest {{aresVer}}]||{{Na}} | ||
| {{Na}} | |||
| {{Na}} | | {{Na}} | ||
| {{Ya}} | | {{Ya}} | ||
| Line 1,682: | Line 1,636: | ||
| {{Ya}} | | {{Ya}} | ||
|- | |- | ||
| Generator | |Generator | ||
| [https://www.bannister.org/software/generator.htm 0.4.8] | |[https://www.bannister.org/software/generator.htm 0.4.8]||{{Na}} | ||
| {{Na}} | |||
| {{Na}} | | {{Na}} | ||
| {{Ya}} | | {{Ya}} | ||
| Line 1,694: | Line 1,647: | ||
| {{Red}} {{License|Proprietary}} | | {{Red}} {{License|Proprietary}} | ||
| {{Ya}} | | {{Ya}} | ||
| {{~}}<ref group=" | | {{~}}<ref name="paid" group="note">Requires paid version to access extra emulation features</ref> | ||
|- | |- | ||
| Genesis Plus | |Genesis Plus | ||
| [https://www.bannister.org/software/gplus.htm 1.3.5] | |[https://www.bannister.org/software/gplus.htm 1.3.5]||{{Na}} | ||
| {{Na}} | |||
| {{Na}} | | {{Na}} | ||
| {{Ya}} | | {{Ya}} | ||
| Line 1,708: | Line 1,660: | ||
| {{Red}} {{License|Proprietary}} | | {{Red}} {{License|Proprietary}} | ||
| {{Ya}} | | {{Ya}} | ||
| {{~}}<ref group=" | | {{~}}<ref name="paid" group="note">Requires paid version to access extra emulation features</ref> | ||
|} | |} | ||
=== | === Sega CD === | ||
{| | {| {{Emulator table}} | ||
! | !Name | ||
! | !Latest Version | ||
! | !PPC | ||
! | !<abbr title="32-bit Intel">x86</abbr> | ||
! | !<abbr title="64-bit Intel">x64</abbr> | ||
! | !ARM | ||
! | !OpenGL | ||
! | !MoltenVK | ||
! | !Metal | ||
! | !Gamepad Support | ||
! | ![[Licensing|License]] | ||
! | !Active | ||
! | ![[Recommended Emulators|Recommended]] | ||
|- | |- | ||
| [[ares]] | |[[ares]] | ||
| [https://github.com/ares-emulator/ares/releases/latest {{aresVer}}] | |[https://github.com/ares-emulator/ares/releases/latest {{aresVer}}]||{{Na}} | ||
| {{Na}} | |||
| {{Na}} | | {{Na}} | ||
| {{Ya}} | | {{Ya}} | ||
| Line 1,742: | Line 1,693: | ||
|} | |} | ||
===32X=== | === 32X === | ||
{| | {| {{Emulator table}} | ||
! | !Name | ||
! | !Latest Version | ||
! | !PPC | ||
! | !<abbr title="32-bit Intel">x86</abbr> | ||
! | !<abbr title="64-bit Intel">x64</abbr> | ||
! | !ARM | ||
! | !OpenGL | ||
! | !MoltenVK | ||
! | !Metal | ||
! | !Gamepad Support | ||
! | ![[Licensing|License]] | ||
! | !Active | ||
! | ![[Recommended Emulators|Recommended]] | ||
|- | |- | ||
| [[ares]] | |[[ares]] | ||
| [https://github.com/ares-emulator/ares/releases/latest {{aresVer}}] | |[https://github.com/ares-emulator/ares/releases/latest {{aresVer}}]||{{Na}} | ||
| {{Na}} | |||
| {{Na}} | | {{Na}} | ||
| {{Ya}} | | {{Ya}} | ||
| Line 1,773: | Line 1,723: | ||
|} | |} | ||
===Saturn=== | === Sega Saturn === | ||
{| | {| {{Emulator table}} | ||
! | !Name | ||
! | !Latest Version | ||
! | !PPC | ||
! | !<abbr title="32-bit Intel">x86</abbr> | ||
! | !<abbr title="64-bit Intel">x64</abbr> | ||
! | !ARM | ||
! | !OpenGL | ||
! | !MoltenVK | ||
! | !Metal | ||
! | !Gamepad Support | ||
! | ![[Licensing|License]] | ||
! | !Active | ||
! | ![[Recommended Emulators|Recommended]] | ||
|- | |- | ||
|[[Ymir]] | |[[Ymir]] | ||
|[https://github.com/StrikerX3/Ymir/releases/latest {{YmirVer}}] | |[https://github.com/StrikerX3/Ymir/releases/latest {{YmirVer}}]||{{Na}} | ||
|{{Na}} | |||
|{{Na}} | |{{Na}} | ||
|{{Ya}} | |{{Ya}} | ||
| Line 1,797: | Line 1,746: | ||
|{{Na}} | |{{Na}} | ||
|{{Na}} | |{{Na}} | ||
|{{ | |{{~}}<ref name="ymir-metal" group="note">[https://github.com/StrikerX3/Ymir/actions/workflows/nightly-release.yaml?query=branch%3Amain Nightly releases] have Metal support</ref> | ||
|{{Ya}} | |{{Ya}} | ||
|{{Green}} {{License|GPLv3}} ({{License|Copyleft}}) | |{{Green}} {{License|GPLv3}} ({{License|Copyleft}}) | ||
| Line 1,803: | Line 1,752: | ||
|{{Ya}} | |{{Ya}} | ||
|- | |- | ||
| | |||
|[{{ | | erings | ||
|[https://github.com/user-none/erings/releases/latest {{eringsVer}}]||{{Na}} | |||
|{{Na}} | |{{Na}} | ||
|{{Na}} | |{{Na}} | ||
|{{Ya}} | |{{Ya}} | ||
|{{ | |{{Na}} | ||
|{{Na}} | |{{Na}} | ||
|{{Na}} | |{{Na}} | ||
|{{Ya}} | |{{Ya}} | ||
|{{Green}} {{License| | |{{Green}} {{License|GPLv3}} ({{License|Copyleft}}) | ||
|{{Ya}} | |{{Ya}} | ||
|{{ | |{{R}} | ||
|- | |- | ||
|[[Yabause]] | |[[Mednafen]] | ||
|[https://download.tuxfamily.org/yabause/releases/travis-ci/yabause-latest-mac.zip {{YabauseVer}}] | |[{{MednafenURL|releases/}} {{MednafenVer}}]||{{Na}} | ||
|{{Na}} | |{{Na}} | ||
|{{Ya}} | |||
|{{Ya}} | |||
|{{Ya}} | |||
|{{Na}} | |||
|{{Na}} | |||
|{{Ya}} | |||
|{{Green}} {{License|GPLv2}} ({{License|Copyleft}}) | |||
|{{Ya}} | |||
|{{~}}<ref name="openemu" group="note">Command-line application. Best played using OpenEmu. ARM builds of OpenEmu and cores available [https://github.com/nickybmon/OpenEmu-Silicon/releases/latest here]</ref> | |||
|- | |||
|[[Yabause]] | |||
|[https://download.tuxfamily.org/yabause/releases/travis-ci/yabause-latest-mac.zip {{YabauseVer}}]||{{Na}} | |||
|{{Na}} | |{{Na}} | ||
|{{Ya}} | |{{Ya}} | ||
| Line 1,832: | Line 1,793: | ||
|} | |} | ||
===Dreamcast=== | === Dreamcast === | ||
{| | {| {{Emulator table}} | ||
! | !Name | ||
! | !Latest Version | ||
! | !PPC | ||
! | !<abbr title="32-bit Intel">x86</abbr> | ||
! | !<abbr title="64-bit Intel">x64</abbr> | ||
! | !ARM | ||
! | !OpenGL | ||
! | !MoltenVK | ||
! | !Metal | ||
! | !Gamepad Support | ||
! | ![[Licensing|License]] | ||
! | !Active | ||
! | ![[Recommended Emulators|Recommended]] | ||
|- | |- | ||
|[[Flycast]] | |[[Flycast]] | ||
|[https://github.com/flyinghead/flycast/releases/latest {{FlycastVer}}] | |[https://github.com/flyinghead/flycast/releases/latest {{FlycastVer}}]||{{Na}} | ||
|{{Na}} | |||
|{{Na}} | |{{Na}} | ||
|{{Ya}} | |{{Ya}} | ||
| Line 1,863: | Line 1,823: | ||
|- | |- | ||
|[[Redream]] | |[[Redream]] | ||
|[https://redream.io/download {{RedreamVer}}] | |[https://redream.io/download {{RedreamVer}}]||{{Na}} | ||
|{{Na}} | |||
|{{Na}} | |{{Na}} | ||
|{{Ya}} | |{{Ya}} | ||
| Line 1,873: | Line 1,832: | ||
|{{Ya}} | |{{Ya}} | ||
|{{Red}} {{License|Proprietary}} | |{{Red}} {{License|Proprietary}} | ||
|{{ | |{{Ya}} | ||
|{{~}}<ref group=" | |{{~}}<ref name="paid" group="note">Requires paid version to access extra emulation features</ref> | ||
|- | |- | ||
|[[nullDC]] | |[[nullDC]] | ||
|[https://nulldc.emudev.org/builds/ {{nullDCVer}}] | |[https://nulldc.emudev.org/builds/ {{nullDCVer}}] | ||
[https://github.com/emudev-org/nullDC git] | |||
|{{Na}} | |{{Na}} | ||
|{{Na}} | |{{Na}} | ||
| Line 1,888: | Line 1,848: | ||
|{{Green}} {{License|MIT}} ({{License|Permissive}}) | |{{Green}} {{License|MIT}} ({{License|Permissive}}) | ||
|{{Ya}} | |{{Ya}} | ||
|{{Na}}<ref | |{{Na}}<ref name="command-line" group="note">Command-line only application. No app bundle provided.</ref> | ||
|} | |} | ||
===VMU=== | === VMU === | ||
{| | {| {{Emulator table}} | ||
! | !Name | ||
! | !Latest Version | ||
! | !PPC | ||
! | !<abbr title="32-bit Intel">x86</abbr> | ||
! | !<abbr title="64-bit Intel">x64</abbr> | ||
! | !ARM | ||
! | !OpenGL | ||
! | !MoltenVK | ||
! | !Metal | ||
! | !Gamepad Support | ||
! | ![[Licensing|License]] | ||
! | !Active | ||
! | ![[Recommended Emulators|Recommended]] | ||
|- | |- | ||
| [[DreamPotato]] | |[[DreamPotato]] | ||
| [https://github.com/RikkiGibson/DreamPotato/releases/latest {{DreamPotatoVer}}] | |[https://github.com/RikkiGibson/DreamPotato/releases/latest {{DreamPotatoVer}}]||{{Na}} | ||
| {{Na}} | |||
| {{Na}} | | {{Na}} | ||
| {{Na}} | | {{Na}} | ||
| Line 1,922: | Line 1,881: | ||
|} | |} | ||
===Game Gear=== | === Game Gear === | ||
{| | {| {{Emulator table}} | ||
! | !Name | ||
! | !Latest Version | ||
! | !PPC | ||
! | !<abbr title="32-bit Intel">x86</abbr> | ||
! | !<abbr title="64-bit Intel">x64</abbr> | ||
! | !ARM | ||
! | !OpenGL | ||
! | !MoltenVK | ||
! | !Metal | ||
! | !Gamepad Support | ||
! | ![[Licensing|License]] | ||
! | !Active | ||
! | ![[Recommended Emulators|Recommended]] | ||
|- | |- | ||
| [[ares]] | |[[ares]] | ||
| [https://github.com/ares-emulator/ares/releases/latest {{aresVer}}] | |[https://github.com/ares-emulator/ares/releases/latest {{aresVer}}]||{{Na}} | ||
| {{Na}} | |||
| {{Na}} | | {{Na}} | ||
| {{Ya}} | | {{Ya}} | ||
| Line 1,952: | Line 1,910: | ||
| {{Ya}} | | {{Ya}} | ||
|- | |- | ||
| [[Mesen]] | |[[Mesen]] | ||
| [https://github.com/nesdev-org/MesenCE/releases/latest {{MesenVer}}] | |[https://github.com/nesdev-org/MesenCE/releases/latest {{MesenVer}}]||{{Na}} | ||
| {{Na}} | |||
| {{Na}} | | {{Na}} | ||
| {{Ya}} | | {{Ya}} | ||
| Line 1,966: | Line 1,923: | ||
| {{Ya}} | | {{Ya}} | ||
|- | |- | ||
| [[Gearsystem]] | |[[Gearsystem]] | ||
| [https://github.com/drhelius/Gearsystem/releases/latest {{GearsystemVer}}] | |[https://github.com/drhelius/Gearsystem/releases/latest {{GearsystemVer}}]||{{Na}} | ||
| {{Na}} | |||
| {{Na}} | | {{Na}} | ||
| {{Ya}} | | {{Ya}} | ||
| Line 1,981: | Line 1,937: | ||
|} | |} | ||
==Sony== | == Sony == | ||
===PlayStation=== | |||
{| | === PlayStation === | ||
! | {| {{Emulator table}} | ||
! | !Name | ||
! | !Latest Version | ||
! | !PPC | ||
! | !<abbr title="32-bit Intel">x86</abbr> | ||
! | !<abbr title="64-bit Intel">x64</abbr> | ||
! | !ARM | ||
! | !OpenGL | ||
! | !MoltenVK | ||
! | !Metal | ||
! | !Gamepad Support | ||
! | ![[Licensing|License]] | ||
! | !Active | ||
![[Recommended Emulators|Recommended]] | |||
|- | |- | ||
| [[DuckStation]] | |[[DuckStation]] | ||
| [https://github.com/stenzek/duckstation/releases/tag/latest {{DuckStationVer}}] | |[https://github.com/stenzek/duckstation/releases/tag/latest {{DuckStationVer}}] | ||
[https://github.com/stenzek/duckstation/releases/tag/preview Preview] | |||
| {{Na}} | | {{Na}} | ||
| {{Na}} | | {{Na}} | ||
| Line 2,012: | Line 1,970: | ||
| {{Ya}} | | {{Ya}} | ||
|- | |- | ||
| [[ares]] | |[[ares]] | ||
| [https://github.com/ares-emulator/ares/releases/latest {{aresVer}}] | |[https://github.com/ares-emulator/ares/releases/latest {{aresVer}}]||{{Na}} | ||
| {{Na}} | |||
| {{Na}} | | {{Na}} | ||
| {{Ya}} | | {{Ya}} | ||
| Line 2,026: | Line 1,983: | ||
| {{~}} | | {{~}} | ||
|- | |- | ||
| [[PCSX-Reloaded|PCSX-R]] | |[[PCSX-Reloaded|PCSX-R]] | ||
| [https://github.com/pcsxr/PCSX-Reloaded git] | |[https://github.com/pcsxr/PCSX-Reloaded git] | ||
| {{Ya}} | [https://macintoshgarden.org/apps/pcsx-playstation-emulator PPC 1.6.0] | ||
[https://macintoshgarden.org/apps/pcsxr-playstation-emulator Intel 1.9.93] | |||
|{{Ya}} | |||
| {{Ya}} | | {{Ya}} | ||
| {{Ya}} | | {{Ya}} | ||
| Line 2,040: | Line 2,000: | ||
| {{Ya}} | | {{Ya}} | ||
|- | |- | ||
| [[PCSX-Redux]] | |[[PCSX-Redux]] | ||
| [https://github.com/grumpycoders/pcsx-redux {{PCSX-ReduxVer}}] | |[https://github.com/grumpycoders/pcsx-redux {{PCSX-ReduxVer}}]||{{Na}} | ||
| {{Na}} | |||
| {{Na}} | | {{Na}} | ||
| {{Ya}} | | {{Ya}} | ||
| Line 2,054: | Line 2,013: | ||
| {{~}} | | {{~}} | ||
|- | |- | ||
| [[StarPSX]] | |[[StarPSX]] | ||
| [https://github.com/kaezrr/starpsx/releases/latest {{StarPSXVer}}] | |[https://github.com/kaezrr/starpsx/releases/latest {{StarPSXVer}}]||{{Na}} | ||
| {{Na}} | |||
| {{Na}} | | {{Na}} | ||
| {{Na}} | | {{Na}} | ||
| Line 2,068: | Line 2,026: | ||
| {{Na}} | | {{Na}} | ||
|- | |- | ||
| [[psxe]] | |[[psxe]] | ||
| [https://github.com/allkern/psxe/releases/latest {{psxeVer}}] | |[https://github.com/allkern/psxe/releases/latest {{psxeVer}}]||{{Na}} | ||
| {{Na}} | |||
| {{Na}} | | {{Na}} | ||
| {{Na}} | | {{Na}} | ||
| Line 2,082: | Line 2,039: | ||
| {{Na}} | | {{Na}} | ||
|- | |- | ||
| [[ | |[[ePSXe]] | ||
| [{{ | |[https://www.epsxe.com/download.php {{EpsxeMacVer}}]||{{Na}} | ||
| {{Na}} | | {{Na}} | ||
| {{Na}} | | {{Na}} | ||
| {{Ya}} | | {{Ya}} | ||
| {{Ya}} | | {{Na}} | ||
| {{Ya}} | | {{Na}} | ||
| {{Na}} | |||
| {{Na}} | |||
| {{Red}} {{License|Proprietary}} | |||
| {{Na}} | |||
| {{Na}} | |||
|- | |||
|[[Mednafen]] | |||
|[{{MednafenURL|releases/}} {{MednafenVer}}]||{{Na}} | |||
| {{Na}} | |||
| {{Ya}} | |||
| {{Ya}} | |||
| {{Ya}} | |||
| {{Na}} | | {{Na}} | ||
| {{Na}} | | {{Na}} | ||
| {{Ya}} | | {{Ya}} | ||
| {{Green}} {{License|GPLv2}} ({{License|Copyleft}}) | | {{Green}} {{License|GPLv2}} ({{License|Copyleft}}) | ||
| {{Ya}} | | {{Ya}} | ||
| {{~}}<ref group=" | | {{~}}<ref name="openemu" group="note">Command-line application. Best played using OpenEmu. ARM builds of OpenEmu and cores available [https://github.com/nickybmon/OpenEmu-Silicon/releases/latest here]</ref> | ||
|} | |} | ||
===PlayStation 2=== | === PlayStation 2 === | ||
{| | {| {{Emulator table}} | ||
! | !Name | ||
! | !Latest Version | ||
! | !PPC | ||
! | !<abbr title="32-bit Intel">x86</abbr> | ||
! | !<abbr title="64-bit Intel">x64</abbr> | ||
! | !ARM | ||
! | !OpenGL | ||
! | !MoltenVK | ||
! | !Metal | ||
! | !Gamepad Support | ||
! | ![[Licensing|License]] | ||
! | !Active | ||
! | ![[Recommended Emulators|Recommended]] | ||
|- | |- | ||
| [[PCSX2]] | |[[PCSX2]] | ||
| [https://pcsx2.net/downloads {{PCSX2Ver}}] | |[https://pcsx2.net/downloads {{PCSX2Ver}}]||{{Na}} | ||
| {{Na}} | | {{~}}<ref group="note">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> | ||
| {{~}}<ref group=" | |||
| {{Ya}} | | {{Ya}} | ||
| {{Na}} | | {{Na}} | ||
| Line 2,127: | Line 2,095: | ||
| {{Ya}} | | {{Ya}} | ||
|- | |- | ||
| [[AetherSX2]] | |[[AetherSX2]] | ||
| [https://archive.org/details/aether-sx-2-v-1.5-3939-mac 1.5-3939] | |[https://archive.org/details/aether-sx-2-v-1.5-3939-mac 1.5-3939]||{{Na}} | ||
| {{Na}} | |||
| {{Na}} | | {{Na}} | ||
| {{Na}} | | {{Na}} | ||
| Line 2,137: | Line 2,104: | ||
| {{Ya}} | | {{Ya}} | ||
| {{Ya}} | | {{Ya}} | ||
| {{Red}} {{License|Proprietary}}<ref group=" | | {{Red}} {{License|Proprietary}}<ref group="note">Based on PCSX2, so it is partially {{License|Open}}. The ARM parts are {{License|Proprietary}}.</ref> | ||
| {{Na}} | | {{Na}} | ||
| {{Ya}}<ref group=" | | {{Ya}}<ref group="note">Recommended on Apple Silicon except for where there are game-specific bugs that are fixed in PCSX2.</ref> | ||
|- | |- | ||
| [https://armsx2.net ARMSX2] | |[https://armsx2.net ARMSX2] | ||
| [https://github.com/ARMSX2/ARMSX2/releases?q= | |[https://github.com/ARMSX2/ARMSX2/releases/ {{ARMSX2MacVer}}] | ||
[https://github.com/ARMSX2/ARMSX2/releases?q=%22ARMSX2+nightly%22&expanded=true Nightly] | |||
| {{Na}} | | {{Na}} | ||
| {{Na}} | | {{Na}} | ||
| Line 2,153: | Line 2,121: | ||
| {{Green}} {{License|GPLv3}} ({{License|Copyleft}}) | | {{Green}} {{License|GPLv3}} ({{License|Copyleft}}) | ||
| {{Ya}} | | {{Ya}} | ||
| {{ | | {{Ya}} | ||
|- | |- | ||
| [[Play!]] | |[[Play!]] | ||
| [http://purei.org/downloads.php {{Play!Ver}}] | |[http://purei.org/downloads.php {{Play!Ver}}]||{{Na}} | ||
| {{Na}} | |||
| {{Na}} | | {{Na}} | ||
| {{Ya}} | | {{Ya}} | ||
| Line 2,169: | Line 2,136: | ||
| {{Na}} | | {{Na}} | ||
|- | |- | ||
| [[Iris]] | |[[Iris]] | ||
| [https://github.com/allkern/iris/releases/latest {{IrisVer}}] | |[https://github.com/allkern/iris/releases/latest {{IrisVer}}]||{{Na}} | ||
| {{Na}} | |||
| {{Na}} | | {{Na}} | ||
| {{Ya}} | | {{Ya}} | ||
| Line 2,184: | Line 2,150: | ||
|} | |} | ||
===PlayStation 3=== | === PlayStation 3 === | ||
{| | {| {{Emulator table}} | ||
! | !Name | ||
! | !Latest Version | ||
! | !PPC | ||
! | !<abbr title="32-bit Intel">x86</abbr> | ||
! | !<abbr title="64-bit Intel">x64</abbr> | ||
! | !ARM | ||
! | !OpenGL | ||
! | !MoltenVK | ||
! | !KosmicKrisp | ||
! | !Metal | ||
! | !Gamepad Support | ||
! | ![[Licensing|License]] | ||
! | !Active | ||
![[Recommended Emulators|Recommended]] | |||
|- | |- | ||
| [[RPCS3]] | |[[RPCS3]] | ||
| [https://rpcs3.net/download {{RPCS3Ver}}] | |[https://rpcs3.net/download {{RPCS3Ver}}]||{{Na}} | ||
| {{Na}} | |||
| {{Na}} | | {{Na}} | ||
| {{Ya}} | | {{Ya}} | ||
| Line 2,208: | Line 2,174: | ||
| {{Na}} | | {{Na}} | ||
| {{Ya}} | | {{Ya}} | ||
| {{~}}<ref name="rpcs3-KK" group="note">There is an experimental KosmicKrisp PR [https://github.com/RPCS3/rpcs3/pull/17902 here]</ref> | |||
| {{Na}} | | {{Na}} | ||
| {{Ya}} | | {{Ya}} | ||
| {{Green}} {{License|GPLv2}} ({{License|Copyleft}}) | | {{Green}} {{License|GPLv2}} ({{License|Copyleft}}) | ||
| {{Ya}} | | {{Ya}} | ||
| {{Ya}}<ref | | {{Ya}}<ref name="rpcs3-compat" group="note">Always download the compatibility database and use it to create a custom config for each game</ref> | ||
|- | |- | ||
| [https://chonkystation.com ChonkyStation3] | |[https://chonkystation.com ChonkyStation3] | ||
| [https://github.com/liuk7071/ChonkyStation3 git] | |[https://github.com/liuk7071/ChonkyStation3 git]||{{Na}} | ||
| {{Na}} | | {{Na}} | ||
| {{Na}} | | {{Na}} | ||
| {{Ya}} | |||
| {{Na}} | | {{Na}} | ||
| {{Na}} | | {{Na}} | ||
| {{Na}} | | {{Na}} | ||
| Line 2,229: | Line 2,196: | ||
|} | |} | ||
===PlayStation 4=== | === PlayStation 4 === | ||
{| | {| {{Emulator table}} | ||
! | !Name | ||
! | !Latest Version | ||
! | !PPC | ||
! | !<abbr title="32-bit Intel">x86</abbr> | ||
! | !<abbr title="64-bit Intel">x64</abbr> | ||
! | !ARM | ||
! | !OpenGL | ||
! | !MoltenVK | ||
! | !KosmicKrisp | ||
! | !Metal | ||
! | !Gamepad Support | ||
! | ![[Licensing|License]] | ||
! | !Active | ||
! | ![[Recommended Emulators|Recommended]] | ||
|- | |- | ||
| [[shadPS4]] | |[[shadPS4]] | ||
| [https://github.com/shadps4-emu/shadPS4/releases/latest {{shadPS4Ver}}] | |[https://github.com/shadps4-emu/shadPS4/releases/latest {{shadPS4Ver}}] | ||
[https://github.com/shadps4-emu/shadPS4/releases?q=Pre-release&expanded=true WIP] | |||
| {{Na}} | | {{Na}} | ||
| {{Na}} | | {{Na}} | ||
| {{Ya}}<ref group=" | | {{Ya}}<ref name="arm-only" group="note">Only ARM Macs running Rosetta are supported</ref> | ||
| {{Na}} | | {{Na}} | ||
| {{Na}} | | {{Na}} | ||
| Line 2,259: | Line 2,227: | ||
| {{Green}} {{License|GPLv2}} ({{License|Copyleft}}) | | {{Green}} {{License|GPLv2}} ({{License|Copyleft}}) | ||
| {{Ya}} | | {{Ya}} | ||
| {{~}}<ref group=" | | {{~}}<ref group="note">Very early in development. Currently has [https://shadps4.net/compatibility low compatibility].</ref> | ||
|- | |- | ||
| [[Obliteration]] | |[[Obliteration]] | ||
| [https://github.com/obhq/obliteration github] | |[https://github.com/obhq/obliteration github]||{{Na}} | ||
| {{Na}} | |||
| {{Na}} | | {{Na}} | ||
| {{Ya}} | | {{Ya}} | ||
| {{~}}<ref group=" | | {{~}}<ref group="note">There is an ARM build available but there is no x86->ARM recompiler yet</ref> | ||
| {{Na}} | | {{Na}} | ||
| {{Na}} | | {{Na}} | ||
| Line 2,274: | Line 2,241: | ||
| {{Green}} {{License|LGPLv21}} ({{License|Copyleft}}) | | {{Green}} {{License|LGPLv21}} ({{License|Copyleft}}) | ||
| {{Ya}} | | {{Ya}} | ||
| {{Na}}<ref group=" | | {{Na}}<ref group="note">Very early in development. There is currently no graphics backend.</ref> | ||
|} | |} | ||
===PlayStation | === PlayStation 5 === | ||
{| | {| {{Emulator table}} | ||
! | !Name | ||
! | !Latest Version | ||
! | !PPC | ||
! | !<abbr title="32-bit Intel">x86</abbr> | ||
! | !<abbr title="64-bit Intel">x64</abbr> | ||
! | !ARM | ||
! | !OpenGL | ||
! | !MoltenVK | ||
! | !KosmicKrisp | ||
! | !Metal | ||
! | !Gamepad Support | ||
! | ![[Licensing|License]] | ||
! | !Active | ||
![[Recommended Emulators|Recommended]] | |||
|- | |- | ||
| | |SharpEmu | ||
| [https:// | |[https://github.com/sharpemu/sharpemu/releases/latest {{SharpEmuVer}}]||{{Na}} | ||
| {{Na}} | |||
| {{Ya}}<ref name="arm-only" group="note">Only ARM Macs running Rosetta are supported</ref> | |||
| {{Na}} | | {{Na}} | ||
| {{Na}} | |||
| {{Ya}} | |||
| {{Na}} | |||
| {{Na}} | |||
| {{R}} | |||
| {{Green}} {{License|GPLv2}} ({{License|Copyleft}}) | |||
| {{Ya}} | |||
| {{Na}}<ref group="note">Very early in development</ref> | |||
|} | |||
=== PlayStation Portable === | |||
{| {{Emulator table}} | |||
!Name | |||
!Latest Version | |||
!PPC | |||
!<abbr title="32-bit Intel">x86</abbr> | |||
!<abbr title="64-bit Intel">x64</abbr> | |||
!ARM | |||
!OpenGL | |||
!MoltenVK | |||
!Metal | |||
!Gamepad Support | |||
![[Licensing|License]] | |||
!Active | |||
![[Recommended Emulators|Recommended]] | |||
|- | |||
|[[PPSSPP]] | |||
|[https://www.ppsspp.org/download {{PPSSPPVer}}]||{{Na}} | |||
| {{Na}} | | {{Na}} | ||
| {{Ya}} | | {{Ya}} | ||
| Line 2,308: | Line 2,306: | ||
|} | |} | ||
===PlayStation Vita=== | === PlayStation Vita === | ||
{| | {| {{Emulator table}} | ||
! | !Name | ||
! | !Latest Version | ||
! | !PPC | ||
! | !<abbr title="32-bit Intel">x86</abbr> | ||
! | !<abbr title="64-bit Intel">x64</abbr> | ||
! | !ARM | ||
! | !OpenGL | ||
! | !MoltenVK | ||
! | !Metal | ||
! | !Gamepad Support | ||
! | ![[Licensing|License]] | ||
! | !Active | ||
! | ![[Recommended Emulators|Recommended]] | ||
|- | |- | ||
| [[Vita3K]] | |[[Vita3K]] | ||
| [https://github.com/Vita3K/Vita3K/releases/latest {{Vita3KVer}}] | |[https://github.com/Vita3K/Vita3K/releases/latest {{Vita3KVer}}]||{{Na}} | ||
| {{Na}} | |||
| {{Na}} | | {{Na}} | ||
| {{Ya}} | | {{Ya}} | ||
| {{~}}<ref group=" | | {{~}}<ref name="vita3k" group="note">Experimental ARM build available. Has major issues on some titles. Updater will automatically update to the x86 version</ref> | ||
| {{Na}} | | {{Na}} | ||
| {{Ya}} | | {{Ya}} | ||
| Line 2,336: | Line 2,333: | ||
| {{Green}} {{License|GPLv2}} ({{License|Copyleft}}) | | {{Green}} {{License|GPLv2}} ({{License|Copyleft}}) | ||
| {{Ya}} | | {{Ya}} | ||
| {{Ya}}<ref group=" | | {{Ya}}<ref name="compat" group="note">Compatibility varies greatly depending on the title</ref> | ||
|} | |} | ||
==Microsoft== | == Microsoft == | ||
===MS-DOS=== | === MS-DOS === | ||
{| | {| {{Emulator table}} | ||
! | !Name | ||
! | !Latest Version | ||
! | !PPC | ||
! | !<abbr title="32-bit Intel">x86</abbr> | ||
! | !<abbr title="64-bit Intel">x64</abbr> | ||
! | !ARM | ||
! | !OpenGL | ||
! | !MoltenVK | ||
! | !Metal | ||
! | ![[Licensing|License]] | ||
! | !Active | ||
! | ![[Recommended Emulators|Recommended]] | ||
|- | |- | ||
| [http://boxerapp.com Boxer] | |[http://boxerapp.com Boxer] | ||
| [https://github.com/MaddTheSane/Boxer/releases/latest Fork]<ref group=" | |[https://github.com/MaddTheSane/Boxer/releases/latest Fork]<ref name="boxer" group="note">The fork of Boxer supports x64 and ARM</ref>||{{Na}} | ||
|{{Na}} | |||
|{{Ya}} | |{{Ya}} | ||
|{{Ya}} | |{{Ya}} | ||
| Line 2,370: | Line 2,366: | ||
|- | |- | ||
|[[86Box]] | |[[86Box]] | ||
|[https://github.com/86Box/86Box {{86BoxVer}}] | |[https://github.com/86Box/86Box {{86BoxVer}}]||{{Na}} | ||
|{{Na}} | |||
|{{Na}} | |{{Na}} | ||
|{{Ya}} | |{{Ya}} | ||
| Line 2,383: | Line 2,378: | ||
|- | |- | ||
|[[DOSBox#Forks|DOSBox Staging]] | |[[DOSBox#Forks|DOSBox Staging]] | ||
|[https://github.com/dosbox-staging/dosbox-staging/releases/latest {{DOSBox StagingVer}}] | |[https://github.com/dosbox-staging/dosbox-staging/releases/latest {{DOSBox StagingVer}}]||{{Na}} | ||
|{{Na}} | |||
|{{Na}} | |{{Na}} | ||
|{{Ya}} | |{{Ya}} | ||
| Line 2,396: | Line 2,390: | ||
|- | |- | ||
|[[DOSBox#Forks|DOSBox-X]] | |[[DOSBox#Forks|DOSBox-X]] | ||
|[https://github.com/joncampbell123/dosbox-x/releases/latest {{DOSBox-XVer}}] | |[https://github.com/joncampbell123/dosbox-x/releases/latest {{DOSBox-XVer}}]||{{Na}} | ||
|{{Na}} | |||
|{{Na}} | |{{Na}} | ||
|{{Ya}} | |{{Ya}} | ||
| Line 2,409: | Line 2,402: | ||
|- | |- | ||
|[[DOSBox]] | |[[DOSBox]] | ||
|[http://www.dosbox.com/download.php?main=1 0.74-3] | |[http://www.dosbox.com/download.php?main=1 0.74-3] | ||
[http://www.dosbox.com/wiki/SVN_Builds#List_of_SVN_Builds SVN] | |||
|{{Ya}} | |{{Ya}} | ||
|{{Ya}} | |{{Ya}} | ||
| Line 2,422: | Line 2,416: | ||
|- | |- | ||
|Dapplegrey | |Dapplegrey | ||
|[http://www.classics-for-x.info/csx/dapplegrey/index.htm {{DapplegreyVer}}] | |[http://www.classics-for-x.info/csx/dapplegrey/index.htm {{DapplegreyVer}}]||{{Na}} | ||
|{{Na}} | |||
|{{Na}} | |{{Na}} | ||
|{{Ya}} | |{{Ya}} | ||
| Line 2,435: | Line 2,428: | ||
|- | |- | ||
|[[PCem]] | |[[PCem]] | ||
|[https://github.com/PCemOnMac/PCemV17macOS/releases git] | |[https://github.com/PCemOnMac/PCemV17macOS/releases git]||{{Na}} | ||
|{{Na}} | |||
|{{Na}} | |{{Na}} | ||
|{{Ya}} | |{{Ya}} | ||
| Line 2,448: | Line 2,440: | ||
|- | |- | ||
|[[MartyPC]] | |[[MartyPC]] | ||
|[https://github.com/dbalsom/martypc/releases/latest {{MartyPCVer}}] | |[https://github.com/dbalsom/martypc/releases/latest {{MartyPCVer}}]||{{Na}} | ||
| {{Na}} | |||
| {{Na}} | | {{Na}} | ||
| {{Na}} | | {{Na}} | ||
| Line 2,461: | Line 2,452: | ||
|} | |} | ||
===MSX | === MSX(2) === | ||
{| | {| {{Emulator table}} | ||
! | !Name | ||
! | !Latest Version | ||
! | !PPC | ||
! | !<abbr title="32-bit Intel">x86</abbr> | ||
! | !<abbr title="64-bit Intel">x64</abbr> | ||
! | !ARM | ||
! | !OpenGL | ||
! | !MoltenVK | ||
! | !Metal | ||
! | !Gamepad Support | ||
! | ![[Licensing|License]] | ||
! | !Active | ||
! | ![[Recommended Emulators|Recommended]] | ||
|- | |- | ||
|[[ares]] | |[[ares]] | ||
|[https://github.com/ares-emulator/ares/releases/latest {{aresVer}}] | |[https://github.com/ares-emulator/ares/releases/latest {{aresVer}}]||{{Na}} | ||
| {{Na}} | |||
| {{Na}} | | {{Na}} | ||
| {{Ya}} | | {{Ya}} | ||
| Line 2,490: | Line 2,480: | ||
| {{Ya}} | | {{Ya}} | ||
| {{Ya}} | | {{Ya}} | ||
|- | |- | ||
| [[CLK]] | |[[CLK]] | ||
| [https://github.com/TomHarte/CLK/releases/latest {{ClkVer}}] | |[https://github.com/TomHarte/CLK/releases/latest {{ClkVer}}]||{{Na}} | ||
| {{Na}} | |||
| {{Na}} | | {{Na}} | ||
| {{Ya}} | | {{Ya}} | ||
| Line 2,505: | Line 2,494: | ||
| {{Ya}} | | {{Ya}} | ||
|- | |- | ||
| CocoaMSX | |CocoaMSX | ||
| [https://github.com/CocoaMSX/CocoaMSX/releases git] | |[https://github.com/CocoaMSX/CocoaMSX/releases git]||{{Na}} | ||
| {{Na}} | |||
| {{Na}} | | {{Na}} | ||
| {{Ya}} | | {{Ya}} | ||
| {{~}}<ref | | {{~}}<ref name="compile-arm" group="note">No official ARM build. Needs to be built from source</ref> | ||
| {{Na}} | | {{Na}} | ||
| {{Na}} | | {{Na}} | ||
| Line 2,519: | Line 2,507: | ||
| {{~}} | | {{~}} | ||
|- | |- | ||
| [[fMSX]] | |[[fMSX]] | ||
| [https://www.bannister.org/software/fmsx.htm 6.0] | |[https://www.bannister.org/software/fmsx.htm 6.0]||{{Na}} | ||
| {{Na}} | |||
| {{Na}} | | {{Na}} | ||
| {{Ya}} | | {{Ya}} | ||
| Line 2,531: | Line 2,518: | ||
| {{Red}} {{License|Proprietary}} | | {{Red}} {{License|Proprietary}} | ||
| {{Ya}} | | {{Ya}} | ||
| {{~}}<ref group=" | | {{~}}<ref name="paid" group="note">Requires paid version to access extra emulation features</ref> | ||
|- | |- | ||
| [[RetroVM]] | |[[RetroVM]] | ||
| [https://retrovirtualmachine.org {{Retro_Virtual_MachineVer}}] | |[https://retrovirtualmachine.org {{Retro_Virtual_MachineVer}}]||{{Na}} | ||
| {{Na}} | |||
| {{Na}} | | {{Na}} | ||
| {{Ya}} | | {{Ya}} | ||
| Line 2,547: | Line 2,533: | ||
| {{Ya}} | | {{Ya}} | ||
|- | |- | ||
| [[ZEsarUX]] | |[[ZEsarUX]] | ||
| [https://github.com/chernandezba/zesarux/releases/latest {{ZEsarUXVer}}] | |[https://github.com/chernandezba/zesarux/releases/latest {{ZEsarUXVer}}]||{{Na}} | ||
| {{Na}} | |||
| {{Na}} | | {{Na}} | ||
| {{Ya}} | | {{Ya}} | ||
| Line 2,562: | Line 2,547: | ||
|} | |} | ||
===Xbox=== | === Xbox === | ||
{| | {| {{Emulator table}} | ||
! | !Name | ||
! | !Latest Version | ||
! | !PPC | ||
! | !<abbr title="32-bit Intel">x86</abbr> | ||
! | !<abbr title="64-bit Intel">x64</abbr> | ||
! | !ARM | ||
! | !OpenGL | ||
! | !MoltenVK | ||
! | !Metal | ||
! | !Gamepad Support | ||
! | ![[Licensing|License]] | ||
! | !Active | ||
! | ![[Recommended Emulators|Recommended]] | ||
|- | |- | ||
| [[Xemu]] | |[[Xemu]] | ||
| [https://github.com/xemu-project/xemu/releases/latest {{XemuVer}}] | |[https://github.com/xemu-project/xemu/releases/latest {{XemuVer}}]||{{Na}} | ||
| {{Na}} | |||
| {{Ya}} | |||
| {{Ya}} | |||
| {{Ya}} | |||
| {{Na}} | | {{Na}} | ||
| {{Na}} | | {{Na}} | ||
| {{Ya}} | | {{Ya}} | ||
| {{Green}} {{License|GPLv2}} ({{License|Copyleft}}) | |||
| {{Ya}} | | {{Ya}} | ||
| {{Ya}} | | {{Ya}} | ||
|- | |||
|DukeX | |||
|[https://github.com/MaftyManicEMU/DukeX/releases/latest 1.0.2]||{{Na}} | |||
| {{Na}} | | {{Na}} | ||
| {{Na}} | |||
| {{Ya}} | |||
| {{Ya}} | |||
| {{Ya}} | |||
| {{Na}} | | {{Na}} | ||
| {{Ya}} | | {{Ya}} | ||
| {{Green}} {{License|GPLv2}} ({{License|Copyleft}}) | | {{Green}} {{License|GPLv2}} ({{License|Copyleft}}) | ||
| {{Ya}} | | {{Ya}} | ||
| {{ | | {{Na}}<ref name="dukex" group="note">Fork of Xemu. Early in development and does not work properly at time of writing</ref> | ||
|} | |} | ||
===Xbox 360=== | === Xbox 360 === | ||
{| | {| {{Emulator table}} | ||
! | !Name | ||
! | !Latest Version | ||
! | !PPC | ||
! | !<abbr title="32-bit Intel">x86</abbr> | ||
! | !<abbr title="64-bit Intel">x64</abbr> | ||
! | !ARM | ||
! | !OpenGL | ||
! | !MoltenVK | ||
! | !Metal | ||
! | !Gamepad Support | ||
! | ![[Licensing|License]] | ||
! | !Active | ||
! | ![[Recommended Emulators|Recommended]] | ||
|- | |- | ||
| [https://github.com/has207/xenia-edge Xenia-Edge] | |[https://github.com/has207/xenia-edge Xenia-Edge] | ||
| [https://github.com/has207/xenia-edge/releases/latest Rolling Releases] | (Xenia Canary Fork) | ||
| {{Na}} | |[https://github.com/has207/xenia-edge/releases/latest Rolling Releases]||{{Na}} | ||
| {{Na}} | | {{Na}} | ||
| {{Ya}} | | {{Ya}} | ||
| Line 2,623: | Line 2,620: | ||
| {{~}} | | {{~}} | ||
|- | |- | ||
| [https://xenios.jp XeniOS] | |[https://xenios.jp XeniOS] | ||
| [https://github.com/xenios-jp/XeniOS/releases/latest {{XeniOSVer}}] | (macOS/iOS focused Xenia-Edge fork) | ||
| {{Na}} | |[https://github.com/xenios-jp/XeniOS/releases/latest {{XeniOSVer}}]||{{Na}} | ||
| {{Na}} | | {{Na}} | ||
| {{Ya}} | | {{Ya}} | ||
| Line 2,638: | Line 2,635: | ||
|} | |} | ||
==Commodore== | == Commodore == | ||
=== | |||
{| | === VIC-20 === | ||
! | {| {{Emulator table}} | ||
! | !Name | ||
! | !Latest Version | ||
! | !PPC | ||
! | !<abbr title="32-bit Intel">x86</abbr> | ||
! | !<abbr title="64-bit Intel">x64</abbr> | ||
! | !ARM | ||
! | !OpenGL | ||
! | !MoltenVK | ||
! | !Metal | ||
! | !Gamepad Support | ||
! | ![[Licensing|License]] | ||
! | !Active | ||
![[Recommended Emulators|Recommended]] | |||
|- | |- | ||
| [[CLK]] | |[[CLK]] | ||
| [https://github.com/TomHarte/CLK/releases/latest {{ClkVer}}] | |[https://github.com/TomHarte/CLK/releases/latest {{ClkVer}}]||{{Na}} | ||
| {{Na}} | |||
| {{Na}} | | {{Na}} | ||
| {{Ya}} | | {{Ya}} | ||
| Line 2,669: | Line 2,666: | ||
| {{Ya}} | | {{Ya}} | ||
|- | |- | ||
| Power20 | |Power20 | ||
| [https://www.infinite-loop.at/Power20/Download.html 4.9.5] | |[https://www.infinite-loop.at/Power20/Download.html 4.9.5]||{{Ya}} | ||
| {{Ya}} | |||
| {{Na}} | | {{Na}} | ||
| {{Na}} | | {{Na}} | ||
| Line 2,681: | Line 2,677: | ||
| {{Red}} {{License|Proprietary}} | | {{Red}} {{License|Proprietary}} | ||
| {{Na}} | | {{Na}} | ||
| {{~}}<ref group=" | | {{~}}<ref name="shareware" group="note">Shareware. Requires license to unlock full version.</ref> | ||
|} | |} | ||
=== | === Commodore 64 === | ||
{| | {| {{Emulator table}} | ||
! | !Name | ||
! | !Latest Version | ||
! | !PPC | ||
! | !<abbr title="32-bit Intel">x86</abbr> | ||
! | !<abbr title="64-bit Intel">x64</abbr> | ||
! | !ARM | ||
! | !OpenGL | ||
! | !MoltenVK | ||
! | !Metal | ||
! | !Gamepad Support | ||
! | ![[Licensing|License]] | ||
! | !Active | ||
! | ![[Recommended Emulators|Recommended]] | ||
|- | |- | ||
| VirtualC64 | |[[VirtualC64]] | ||
| [https://github.com/dirkwhoffmann/virtualc64/releases/latest {{VirtualC64Ver}}] | |[https://github.com/dirkwhoffmann/virtualc64/releases/latest {{VirtualC64Ver}}]||{{Na}} | ||
| {{Na}} | |||
| {{Na}} | | {{Na}} | ||
| {{Ya}} | | {{Ya}} | ||
| Line 2,714: | Line 2,709: | ||
| {{Ya}} | | {{Ya}} | ||
|- | |- | ||
| Denise | |[[Denise]] | ||
| [https://sourceforge.net/projects/deniseemu/ {{DeniseVer}}] | |[https://sourceforge.net/projects/deniseemu/ {{DeniseVer}}]||{{Na}} | ||
| {{Na}} | |||
| {{Na}} | | {{Na}} | ||
| {{Ya}} | | {{Ya}} | ||
| Line 2,728: | Line 2,722: | ||
| {{Ya}} | | {{Ya}} | ||
|- | |- | ||
| [[Frodo]] | |[[Frodo]] | ||
| [https://www.bannister.org/software/frodo.htm 4.4.4] | |[https://www.bannister.org/software/frodo.htm 4.4.4]||{{Na}} | ||
| {{Na}} | |||
| {{Na}} | | {{Na}} | ||
| {{Ya}} | | {{Ya}} | ||
| Line 2,740: | Line 2,733: | ||
| {{Green}} {{License|GPLv2}} ({{License|Copyleft}}) | | {{Green}} {{License|GPLv2}} ({{License|Copyleft}}) | ||
| {{Ya}} | | {{Ya}} | ||
| {{~}}<ref group=" | | {{~}}<ref name="paid" group="note">Requires paid version to access extra emulation features</ref> | ||
|- | |- | ||
| [[VICE]] | |[[VICE]] | ||
| [https://vice-emu.sourceforge.io/index.html#download {{VICEVer}}] | |[https://vice-emu.sourceforge.io/index.html#download {{VICEVer}}]||{{Na}} | ||
| {{Na}} | |||
| {{Na}} | | {{Na}} | ||
| {{Ya}} | | {{Ya}} | ||
| Line 2,756: | Line 2,748: | ||
| {{Na}} | | {{Na}} | ||
|- | |- | ||
| Power64 | |Power64 | ||
| [https://www.infinite-loop.at/Power64/Download.html 4.9.5] | |[https://www.infinite-loop.at/Power64/Download.html 4.9.5]||{{Ya}} | ||
| {{Ya}} | |||
| {{Na}} | | {{Na}} | ||
| {{Na}} | | {{Na}} | ||
| Line 2,768: | Line 2,759: | ||
| {{Red}} {{License|Proprietary}} | | {{Red}} {{License|Proprietary}} | ||
| {{Na}} | | {{Na}} | ||
| {{~}}<ref group=" | | {{~}}<ref name="shareware" group="note">Shareware. Requires license to unlock full version.</ref> | ||
|} | |} | ||
===Amiga=== | === Amiga === | ||
{| | {| {{Emulator table}} | ||
! | !Name | ||
! | !Latest Version | ||
! | !PPC | ||
! | !<abbr title="32-bit Intel">x86</abbr> | ||
! | !<abbr title="64-bit Intel">x64</abbr> | ||
! | !ARM | ||
! | !OpenGL | ||
! | !MoltenVK | ||
! | !Metal | ||
! | !Gamepad Support | ||
! | ![[Licensing|License]] | ||
! | !Active | ||
! | ![[Recommended Emulators|Recommended]] | ||
|- | |- | ||
| vAmiga | |[[vAmiga]] | ||
| [https://github.com/dirkwhoffmann/vAmiga/releases/latest {{vAmigaVer}}] | |[https://github.com/dirkwhoffmann/vAmiga/releases/latest {{vAmigaVer}}]||{{Na}} | ||
| {{Na}} | |||
| {{Na}} | | {{Na}} | ||
| {{Ya}} | | {{Ya}} | ||
| Line 2,801: | Line 2,791: | ||
| {{Ya}} | | {{Ya}} | ||
|- | |- | ||
| [[FS-UAE]] | |[[FS-UAE]] | ||
| [https://fs-uae.net/download#macosx {{FS-UAEVer}}] | |[https://fs-uae.net/download#macosx {{FS-UAEVer}}]||{{Na}} | ||
| {{Na}} | |||
| {{Na}} | | {{Na}} | ||
| {{Ya}} | | {{Ya}} | ||
| Line 2,815: | Line 2,804: | ||
| {{Ya}} | | {{Ya}} | ||
|- | |- | ||
| [[Denise]] | |[[Denise]] | ||
| [https://sourceforge.net/projects/deniseemu/ {{DeniseVer}}] | |[https://sourceforge.net/projects/deniseemu/ {{DeniseVer}}]||{{Na}} | ||
| {{Na}} | |||
| {{Na}} | | {{Na}} | ||
| {{Ya}} | | {{Ya}} | ||
| Line 2,829: | Line 2,817: | ||
| {{Ya}} | | {{Ya}} | ||
|- | |- | ||
| [[Amiberry]] | |[[Amiberry]] | ||
| [https://github.com/BlitterStudio/amiberry/releases/latest {{AmiberryVer}}] | |[https://github.com/BlitterStudio/amiberry/releases/latest {{AmiberryVer}}]||{{Na}} | ||
| {{Na}} | |||
| {{Na}} | | {{Na}} | ||
| {{Ya}} | | {{Ya}} | ||
| Line 2,839: | Line 2,826: | ||
| {{Na}} | | {{Na}} | ||
| {{R}} | | {{R}} | ||
| {{Green}} {{License| | | {{Green}} {{License|GPLv3}} ({{License|Copyleft}}) | ||
| {{Ya}} | | {{Ya}} | ||
| {{~}} | | {{~}} | ||
|- | |- | ||
| [[CLK]] | |[[CLK]] | ||
| [https://github.com/TomHarte/CLK/releases/latest {{ClkVer}}] | |[https://github.com/TomHarte/CLK/releases/latest {{ClkVer}}]||{{Na}} | ||
| {{Na}} | |||
| {{Na}} | | {{Na}} | ||
| {{Ya}} | | {{Ya}} | ||
| Line 2,858: | Line 2,844: | ||
|} | |} | ||
==Atari== | == Atari == | ||
===Atari 8-bit | |||
{| | === Atari 8-bit === | ||
! | {| {{Emulator table}} | ||
! | !Name | ||
! | !Latest Version | ||
! | !PPC | ||
! | !<abbr title="32-bit Intel">x86</abbr> | ||
! | !<abbr title="64-bit Intel">x64</abbr> | ||
! | !ARM | ||
! | !OpenGL | ||
! | !MoltenVK | ||
! | !Metal | ||
! | !Gamepad Support | ||
! | ![[Licensing|License]] | ||
! | !Active | ||
![[Recommended Emulators|Recommended]] | |||
|- | |- | ||
| Rainbow | |Rainbow | ||
| [https://www.bannister.org/software/rainbow.htm 1.6.1] | |[https://www.bannister.org/software/rainbow.htm 1.6.1]||{{Na}} | ||
| {{Na}} | |||
| {{Na}} | | {{Na}} | ||
| {{Ya}} | | {{Ya}} | ||
| Line 2,887: | Line 2,873: | ||
| {{Red}} {{License|Proprietary}} | | {{Red}} {{License|Proprietary}} | ||
| {{Ya}} | | {{Ya}} | ||
| {{~}}<ref group=" | | {{~}}<ref name="paid" group="note">Requires paid version to access extra emulation features</ref> | ||
|} | |} | ||
===Atari 2600=== | === Atari 2600 === | ||
{| | {| {{Emulator table}} | ||
! | !Name | ||
! | !Latest Version | ||
! | !PPC | ||
! | !<abbr title="32-bit Intel">x86</abbr> | ||
! | !<abbr title="64-bit Intel">x64</abbr> | ||
! | !ARM | ||
! | !OpenGL | ||
! | !MoltenVK | ||
! | !Metal | ||
! | !Gamepad Support | ||
! | ![[Licensing|License]] | ||
! | !Active | ||
! | ![[Recommended Emulators|Recommended]] | ||
|- | |- | ||
| [[CLK]] | |[[CLK]] | ||
| [https://github.com/TomHarte/CLK/releases/latest {{ClkVer}}] | |[https://github.com/TomHarte/CLK/releases/latest {{ClkVer}}]||{{Na}} | ||
| {{Na}} | |||
| {{Na}} | | {{Na}} | ||
| {{Ya}} | | {{Ya}} | ||
| Line 2,920: | Line 2,905: | ||
| {{Ya}} | | {{Ya}} | ||
|- | |- | ||
| [[Stella]] | |[[Stella]] | ||
| [https://github.com/stella-emu/stella {{StellaVer}}] | |[https://github.com/stella-emu/stella {{StellaVer}}]||{{Na}} | ||
| {{Na}} | |||
| {{Na}} | | {{Na}} | ||
| {{Ya}} | | {{Ya}} | ||
| Line 2,935: | Line 2,919: | ||
|} | |} | ||
===Atari 5200=== | === Atari 5200 === | ||
{| | {| {{Emulator table}} | ||
! | !Name | ||
! | !Latest Version | ||
! | !PPC | ||
! | !<abbr title="32-bit Intel">x86</abbr> | ||
! | !<abbr title="64-bit Intel">x64</abbr> | ||
! | !ARM | ||
! | !OpenGL | ||
! | !MoltenVK | ||
! | !Metal | ||
! | !Gamepad Support | ||
! | ![[Licensing|License]] | ||
! | !Active | ||
! | ![[Recommended Emulators|Recommended]] | ||
|- | |- | ||
| Jum52 | |Jum52 | ||
| [https://www.bannister.org/software/jum52.htm 1.1.4] | |[https://www.bannister.org/software/jum52.htm 1.1.4]||{{Na}} | ||
| {{Na}} | |||
| {{Na}} | | {{Na}} | ||
| {{Ya}} | | {{Ya}} | ||
| Line 2,963: | Line 2,946: | ||
| {{Red}} {{License|Custom}} ({{License|SA}}) | | {{Red}} {{License|Custom}} ({{License|SA}}) | ||
| {{Ya}} | | {{Ya}} | ||
| {{~}}<ref group=" | | {{~}}<ref name="paid" group="note">Requires paid version to access extra emulation features</ref> | ||
|} | |} | ||
===Atari ST=== | === Atari ST === | ||
{| | {| {{Emulator table}} | ||
! | !Name | ||
! | !Latest Version | ||
! | !PPC | ||
! | !<abbr title="32-bit Intel">x86</abbr> | ||
! | !<abbr title="64-bit Intel">x64</abbr> | ||
! | !ARM | ||
! | !OpenGL | ||
! | !MoltenVK | ||
! | !Metal | ||
! | !Gamepad Support | ||
! | ![[Licensing|License]] | ||
! | !Active | ||
! | ![[Recommended Emulators|Recommended]] | ||
|- | |- | ||
| [[Hatari]] | |[[Hatari]] | ||
| [https://framagit.org/hatari/hatari/-/releases {{HatariVer}}] | |[https://framagit.org/hatari/hatari/-/releases {{HatariVer}}]||{{Na}} | ||
| {{Na}} | |||
| {{Na}} | | {{Na}} | ||
| {{Ya}} | | {{Ya}} | ||
| Line 2,996: | Line 2,978: | ||
| {{Ya}} | | {{Ya}} | ||
|- | |- | ||
| [[CLK]] | |[[CLK]] | ||
| [https://github.com/TomHarte/CLK/releases/latest {{ClkVer}}] | |[https://github.com/TomHarte/CLK/releases/latest {{ClkVer}}]||{{Na}} | ||
| {{Na}} | |||
| {{Na}} | | {{Na}} | ||
| {{Ya}} | | {{Ya}} | ||
| Line 3,011: | Line 2,992: | ||
|} | |} | ||
===Atari Lynx=== | === Atari Lynx === | ||
{| | {| {{Emulator table}} | ||
! | !Name | ||
! | !Latest Version | ||
! | !PPC | ||
! | !<abbr title="32-bit Intel">x86</abbr> | ||
! | !<abbr title="64-bit Intel">x64</abbr> | ||
! | !ARM | ||
! | !OpenGL | ||
! | !MoltenVK | ||
! | !Metal | ||
! | !Gamepad Support | ||
! | ![[Licensing|License]] | ||
! | !Active | ||
! | ![[Recommended Emulators|Recommended]] | ||
|- | |- | ||
| [[Mednafen]] | |[[Mednafen]] | ||
| [{{MednafenURL|releases/}} {{MednafenVer}}] | |[{{MednafenURL|releases/}} {{MednafenVer}}]||{{Na}} | ||
| {{Na}} | |||
| {{Na}} | | {{Na}} | ||
| {{Ya}} | | {{Ya}} | ||
| Line 3,039: | Line 3,019: | ||
| {{Green}} {{License|GPLv2}} ({{License|Copyleft}}) | | {{Green}} {{License|GPLv2}} ({{License|Copyleft}}) | ||
| {{Ya}} | | {{Ya}} | ||
| {{~}}<ref group=" | | {{~}}<ref name="openemu" group="note">Command-line application. Best played using OpenEmu. ARM builds of OpenEmu and cores available [https://github.com/nickybmon/OpenEmu-Silicon/releases/latest here]</ref> | ||
|- | |- | ||
| [[Handy]] | |[[Handy]] | ||
| [https://www.bannister.org/software/handy.htm 0.9.11] | |[https://www.bannister.org/software/handy.htm 0.9.11]||{{Na}} | ||
| {{Na}} | |||
| {{Na}} | | {{Na}} | ||
| {{Ya}} | | {{Ya}} | ||
| Line 3,053: | Line 3,032: | ||
| {{Red}} {{License|Proprietary}} | | {{Red}} {{License|Proprietary}} | ||
| {{Ya}} | | {{Ya}} | ||
| {{~}}<ref group=" | | {{~}}<ref name="paid" group="note">Requires paid version to access extra emulation features</ref> | ||
|} | |} | ||
==SNK== | == SNK == | ||
===Neo Geo | |||
{| | === Neo Geo CD === | ||
! | {| {{Emulator table}} | ||
! | !Name | ||
! | !Latest Version | ||
! | !PPC | ||
! | !<abbr title="32-bit Intel">x86</abbr> | ||
! | !<abbr title="64-bit Intel">x64</abbr> | ||
! | !ARM | ||
! | !OpenGL | ||
! | !MoltenVK | ||
! | !Metal | ||
! | !Gamepad Support | ||
! | ![[Licensing|License]] | ||
! | !Active | ||
![[Recommended Emulators|Recommended]] | |||
|- | |- | ||
|[[ares]] | |[[ares]] | ||
|[https://github.com/ares-emulator/ares/releases/latest {{aresVer}}] | |[https://github.com/ares-emulator/ares/releases/latest {{aresVer}}]||{{Na}} | ||
| {{Na}} | |||
| {{Na}} | | {{Na}} | ||
| {{Ya}} | | {{Ya}} | ||
| Line 3,087: | Line 3,066: | ||
| {{Ya}} | | {{Ya}} | ||
|- | |- | ||
| [[FinalBurn Neo]] | |[[FinalBurn Neo]] | ||
| [https://github.com/finalburnneo/FBNeo/releases/tag/v1.0.0.2 {{FinalBurnNeoVer}}] | |[https://github.com/finalburnneo/FBNeo/releases/tag/v1.0.0.2 {{FinalBurnNeoVer}}]||{{Na}} | ||
| {{Na}} | |||
| {{Na}} | | {{Na}} | ||
| {{Ya}} | | {{Ya}} | ||
| Line 3,101: | Line 3,079: | ||
| {{~}} | | {{~}} | ||
|- | |- | ||
| [[MAME]] | |[[MAME]] | ||
| [https://sdlmame.lngn.net {{MAMEVer}}] | |[https://sdlmame.lngn.net {{MAMEVer}}]||{{Na}} | ||
| {{Na}} | |||
| {{Na}} | | {{Na}} | ||
| {{Ya}} | | {{Ya}} | ||
| Line 3,113: | Line 3,090: | ||
| {{Green}} {{License|GPLv2}}<br>{{License|BSD3}} | | {{Green}} {{License|GPLv2}}<br>{{License|BSD3}} | ||
| {{Ya}} | | {{Ya}} | ||
| {{~}}<ref group=" | | {{~}}<ref name="openemu" group="note">Command-line application. Best played using OpenEmu. ARM builds of OpenEmu and cores available [https://github.com/nickybmon/OpenEmu-Silicon/releases/latest here]</ref> | ||
|} | |} | ||
===Neo Geo Pocket | === Neo Geo Pocket (Color) === | ||
{| | {| {{Emulator table}} | ||
! | !Name | ||
! | !Latest Version | ||
! | !PPC | ||
! | !<abbr title="32-bit Intel">x86</abbr> | ||
! | !<abbr title="64-bit Intel">x64</abbr> | ||
! | !ARM | ||
! | !OpenGL | ||
! | !MoltenVK | ||
! | !Metal | ||
! | !Gamepad Support | ||
! | ![[Licensing|License]] | ||
! | !Active | ||
! | ![[Recommended Emulators|Recommended]] | ||
|- | |- | ||
|[[ares]] | |[[ares]] | ||
|[https://github.com/ares-emulator/ares/releases/latest {{aresVer}}] | |[https://github.com/ares-emulator/ares/releases/latest {{aresVer}}]||{{Na}} | ||
| {{Na}} | |||
| {{Na}} | | {{Na}} | ||
| {{Ya}} | | {{Ya}} | ||
| Line 3,146: | Line 3,122: | ||
| {{Ya}} | | {{Ya}} | ||
|- | |- | ||
| [[Mednafen]] | |[[Mednafen]] | ||
| [{{MednafenURL|releases/}} {{MednafenVer}}] | |[{{MednafenURL|releases/}} {{MednafenVer}}]||{{Na}} | ||
| {{Na}} | |||
| {{Na}} | | {{Na}} | ||
| {{Ya}} | | {{Ya}} | ||
| Line 3,158: | Line 3,133: | ||
| {{Green}} {{License|GPLv2}} ({{License|Copyleft}}) | | {{Green}} {{License|GPLv2}} ({{License|Copyleft}}) | ||
| {{Ya}} | | {{Ya}} | ||
| {{~}}<ref group=" | | {{~}}<ref name="openemu" group="note">Command-line application. Best played using OpenEmu. ARM builds of OpenEmu and cores available [https://github.com/nickybmon/OpenEmu-Silicon/releases/latest here]</ref> | ||
|- | |- | ||
| Neopocott | |Neopocott | ||
| [https://www.bannister.org/software/neopocott.htm 0.5.5] | |[https://www.bannister.org/software/neopocott.htm 0.5.5]||{{Na}} | ||
| {{Na}} | |||
| {{Na}} | | {{Na}} | ||
| {{Ya}} | | {{Ya}} | ||
| Line 3,172: | Line 3,146: | ||
| {{Red}} {{License|Proprietary}} | | {{Red}} {{License|Proprietary}} | ||
| {{Ya}} | | {{Ya}} | ||
| {{~}}<ref group=" | | {{~}}<ref name="paid" group="note">Requires paid version to access extra emulation features</ref> | ||
|} | |} | ||
==Coleco== | == Coleco == | ||
===ColecoVision=== | |||
{| | === ColecoVision === | ||
! | {| {{Emulator table}} | ||
! | !Name | ||
! | !Latest Version | ||
! | !PPC | ||
! | !<abbr title="32-bit Intel">x86</abbr> | ||
! | !<abbr title="64-bit Intel">x64</abbr> | ||
! | !ARM | ||
! | !OpenGL | ||
! | !MoltenVK | ||
! | !Metal | ||
! | !Gamepad Support | ||
! | ![[Licensing|License]] | ||
! | !Active | ||
![[Recommended Emulators|Recommended]] | |||
|- | |- | ||
|[[ares]] | |[[ares]] | ||
|[https://github.com/ares-emulator/ares/releases/latest {{aresVer}}] | |[https://github.com/ares-emulator/ares/releases/latest {{aresVer}}]||{{Na}} | ||
| {{Na}} | |||
| {{Na}} | | {{Na}} | ||
| {{Ya}} | | {{Ya}} | ||
| Line 3,205: | Line 3,179: | ||
| {{Ya}} | | {{Ya}} | ||
| {{Ya}} | | {{Ya}} | ||
|- | |- | ||
| [[CLK]] | |[[CLK]] | ||
| [https://github.com/TomHarte/CLK/releases/latest {{ClkVer}}] | |[https://github.com/TomHarte/CLK/releases/latest {{ClkVer}}]||{{Na}} | ||
| {{Na}} | |||
| {{Na}} | | {{Na}} | ||
| {{Ya}} | | {{Ya}} | ||
| Line 3,220: | Line 3,193: | ||
| {{Ya}} | | {{Ya}} | ||
|- | |- | ||
| [[Mesen]] | |[[Mesen]] | ||
| [https://github.com/nesdev-org/MesenCE/releases/latest {{MesenVer}}] | |[https://github.com/nesdev-org/MesenCE/releases/latest {{MesenVer}}]||{{Na}} | ||
| {{Na}} | |||
| {{Na}} | | {{Na}} | ||
| {{Ya}} | | {{Ya}} | ||
| Line 3,234: | Line 3,206: | ||
| {{Ya}} | | {{Ya}} | ||
|- | |- | ||
| Mugrat | |Mugrat | ||
| [https://www.bannister.org/software/mugrat.htm 0.5.0] | |[https://www.bannister.org/software/mugrat.htm 0.5.0]||{{Na}} | ||
| {{Na}} | |||
| {{Na}} | | {{Na}} | ||
| {{Ya}} | | {{Ya}} | ||
| Line 3,246: | Line 3,217: | ||
| {{Red}} {{License|Proprietary}} | | {{Red}} {{License|Proprietary}} | ||
| {{Ya}} | | {{Ya}} | ||
| {{~}}<ref group=" | | {{~}}<ref name="paid" group="note">Requires paid version to access extra emulation features</ref> | ||
|- | |- | ||
| [[Gearcoleco]] | |[[Gearcoleco]] | ||
| [https://github.com/drhelius/Gearcoleco/releases/latest {{GearcolecoVer}}] | |[https://github.com/drhelius/Gearcoleco/releases/latest {{GearcolecoVer}}]||{{Na}} | ||
| {{Na}} | |||
| {{Na}} | | {{Na}} | ||
| {{Ya}} | | {{Ya}} | ||
| Line 3,262: | Line 3,232: | ||
| {{Na}} | | {{Na}} | ||
|- | |- | ||
| [[ZEsarUX]] | |[[ZEsarUX]] | ||
| [https://github.com/chernandezba/zesarux/releases/latest {{ZEsarUXVer}}] | |[https://github.com/chernandezba/zesarux/releases/latest {{ZEsarUXVer}}]||{{Na}} | ||
| {{Na}} | |||
| {{Na}} | | {{Na}} | ||
| {{Ya}} | | {{Ya}} | ||
| Line 3,277: | Line 3,246: | ||
|} | |} | ||
==Bandai== | == Bandai == | ||
===WonderSwan | |||
{| | === WonderSwan (Color) === | ||
! | {| {{Emulator table}} | ||
! | !Name | ||
! | !Latest Version | ||
! | !PPC | ||
! | !<abbr title="32-bit Intel">x86</abbr> | ||
! | !<abbr title="64-bit Intel">x64</abbr> | ||
! | !ARM | ||
! | !OpenGL | ||
! | !MoltenVK | ||
! | !Metal | ||
! | !Gamepad Support | ||
! | ![[Licensing|License]] | ||
! | !Active | ||
![[Recommended Emulators|Recommended]] | |||
|- | |- | ||
|[[ares]] | |[[ares]] | ||
|[https://github.com/ares-emulator/ares/releases/latest {{aresVer}}] | |[https://github.com/ares-emulator/ares/releases/latest {{aresVer}}]||{{Na}} | ||
| {{Na}} | |||
| {{Na}} | | {{Na}} | ||
| {{Ya}} | | {{Ya}} | ||
| Line 3,308: | Line 3,277: | ||
| {{Ya}} | | {{Ya}} | ||
|- | |- | ||
| [[Mesen]] | |[[Mesen]] | ||
| [https://github.com/nesdev-org/MesenCE/releases/latest {{MesenVer}}] | |[https://github.com/nesdev-org/MesenCE/releases/latest {{MesenVer}}]||{{Na}} | ||
| {{Na}} | |||
| {{Na}} | | {{Na}} | ||
| {{Ya}} | | {{Ya}} | ||
| Line 3,322: | Line 3,290: | ||
| {{Ya}} | | {{Ya}} | ||
|- | |- | ||
| [[Mednafen]] | |[[Mednafen]] | ||
| [{{MednafenURL|releases/}} {{MednafenVer}}] | |[{{MednafenURL|releases/}} {{MednafenVer}}]||{{Na}} | ||
| {{Na}} | |||
| {{Na}} | | {{Na}} | ||
| {{Ya}} | | {{Ya}} | ||
| Line 3,334: | Line 3,301: | ||
| {{Green}} {{License|GPLv2}} ({{License|Copyleft}}) | | {{Green}} {{License|GPLv2}} ({{License|Copyleft}}) | ||
| {{Ya}} | | {{Ya}} | ||
| {{~}}<ref group=" | | {{~}}<ref name="openemu" group="note">Command-line application. Best played using OpenEmu. ARM builds of OpenEmu and cores available [https://github.com/nickybmon/OpenEmu-Silicon/releases/latest here]</ref> | ||
|- | |- | ||
| Oswan | |Oswan | ||
| [https://www.bannister.org/software/oswan.htm 0.8.6] | |[https://www.bannister.org/software/oswan.htm 0.8.6]||{{Na}} | ||
| {{Na}} | |||
| {{Na}} | | {{Na}} | ||
| {{Ya}} | | {{Ya}} | ||
| Line 3,348: | Line 3,314: | ||
| {{Red}} {{License|Proprietary}} | | {{Red}} {{License|Proprietary}} | ||
| {{Ya}} | | {{Ya}} | ||
| {{~}}<ref group=" | | {{~}}<ref name="paid" group="note">Requires paid version to access extra emulation features</ref> | ||
|} | |} | ||
==Apple== | == Apple == | ||
===Apple I | |||
{| | === Apple I/II/III === | ||
! | {| {{Emulator table}} | ||
! | !Name | ||
! | !Latest Version | ||
! | !PPC | ||
! | !<abbr title="32-bit Intel">x86</abbr> | ||
! | !<abbr title="64-bit Intel">x64</abbr> | ||
! | !ARM | ||
! | !OpenGL | ||
! | !MoltenVK | ||
! | !Metal | ||
! | ![[Licensing|License]] | ||
! | !Active | ||
![[Recommended Emulators|Recommended]] | |||
|- | |- | ||
| [[CLK]] | |[[CLK]] | ||
| [https://github.com/TomHarte/CLK/releases/latest {{ClkVer}}] | |[https://github.com/TomHarte/CLK/releases/latest {{ClkVer}}]||{{Na}} | ||
| {{Na}} | |||
| {{Na}} | | {{Na}} | ||
| {{Ya}} | | {{Ya}} | ||
| Line 3,380: | Line 3,346: | ||
| {{Ya}} | | {{Ya}} | ||
|- | |- | ||
| OpenEmulator | |OpenEmulator | ||
| [http://openemulator.github.io/ 1.1.1] | |[http://openemulator.github.io/ 1.1.1]||{{Na}} | ||
| {{Na}} | |||
| {{Na}} | | {{Na}} | ||
| {{Ya}} | | {{Ya}} | ||
| Line 3,393: | Line 3,358: | ||
| {{Ya}} | | {{Ya}} | ||
|- | |- | ||
| [[KEGS]] | |[[KEGS]] | ||
| [https://kegs.sourceforge.net {{KEGSVer}}] | |[https://kegs.sourceforge.net {{KEGSVer}}]||{{Na}} | ||
| {{Na}} | |||
| {{Na}} | | {{Na}} | ||
| {{Ya}} | | {{Ya}} | ||
| Line 3,406: | Line 3,370: | ||
| {{R}} | | {{R}} | ||
|- | |- | ||
| [[Sara]] | |[[Sara]] | ||
| [http://www.blackcatsystems.com/software/sara.html 0.5.1] | |[http://www.blackcatsystems.com/software/sara.html 0.5.1]||{{Ya}} | ||
| {{Ya}} | |||
| {{Ya}} | | {{Ya}} | ||
| {{Na}} | | {{Na}} | ||
| Line 3,419: | Line 3,382: | ||
| {{R}} | | {{R}} | ||
|- | |- | ||
| [[GSplus]] | |[[GSplus]] | ||
| [https://apple2.gs/plus 0.14] | |[https://apple2.gs/plus 0.14]||{{Na}} | ||
| {{Na}} | |||
| {{Na}} | | {{Na}} | ||
| {{Ya}} | | {{Ya}} | ||
| Line 3,432: | Line 3,394: | ||
| {{R}} | | {{R}} | ||
|- | |- | ||
| [https://david-schmidt.github.io/gsport GSport] | |[https://david-schmidt.github.io/gsport GSport] | ||
| [https://github.com/david-schmidt/gsport/releases 0.31] | |[https://github.com/david-schmidt/gsport/releases 0.31]||{{Ya}} | ||
| {{Ya}} | |||
| {{Ya}} | | {{Ya}} | ||
| {{Na}} | | {{Na}} | ||
| Line 3,445: | Line 3,406: | ||
| {{R}} | | {{R}} | ||
|- | |- | ||
| [[MAME]] | |[[MAME]] | ||
| [https://sdlmame.lngn.net {{MAMEVer}}] | |[https://sdlmame.lngn.net {{MAMEVer}}]||{{Na}} | ||
| {{Na}} | |||
| {{Na}} | | {{Na}} | ||
| {{Ya}} | | {{Ya}} | ||
| Line 3,459: | Line 3,419: | ||
|} | |} | ||
===Apple Lisa=== | === Apple Lisa === | ||
{| | {| {{Emulator table}} | ||
! | !Name | ||
! | !Latest Version | ||
! | !PPC | ||
! | !<abbr title="32-bit Intel">x86</abbr> | ||
! | !<abbr title="64-bit Intel">x64</abbr> | ||
! | !ARM | ||
! | !OpenGL | ||
! | !MoltenVK | ||
! | !Metal | ||
! | ![[Licensing|License]] | ||
! | !Active | ||
! | ![[Recommended Emulators|Recommended]] | ||
|- | |- | ||
| [[LisaEm]] | |[[LisaEm]] | ||
| [https://lisa.sunder.net/downloads.html 1.2.7] | |[https://lisa.sunder.net/downloads.html 1.2.7]||{{Ya}} | ||
| {{Ya}} | |||
| {{Ya}} | | {{Ya}} | ||
| {{Ya}} | | {{Ya}} | ||
| Line 3,488: | Line 3,447: | ||
|} | |} | ||
=== | === Classic Mac OS (68k) === | ||
{| | {| {{Emulator table}} | ||
! | !Name | ||
! | !Latest Version | ||
! | !PPC | ||
! | !<abbr title="32-bit Intel">x86</abbr> | ||
! | !<abbr title="64-bit Intel">x64</abbr> | ||
! | !ARM | ||
! | !OpenGL | ||
! | !MoltenVK | ||
! | !Metal | ||
! | ![[Licensing|License]] | ||
! | !Active | ||
! | ![[Recommended Emulators|Recommended]] | ||
|- | |- | ||
| [[CLK]] | |[[CLK]] | ||
| [https://github.com/TomHarte/CLK/releases/latest {{ClkVer}}] | |[https://github.com/TomHarte/CLK/releases/latest {{ClkVer}}]||{{Na}} | ||
| {{Na}} | |||
| {{Na}} | | {{Na}} | ||
| {{Ya}} | | {{Ya}} | ||
| Line 3,516: | Line 3,474: | ||
| {{Ya}} | | {{Ya}} | ||
|- | |- | ||
| Snow | |Snow | ||
| [https://github.com/twvd/snow 0.1.0] | |[https://github.com/twvd/snow 0.1.0]||{{Na}} | ||
| {{Na}} | |||
| {{Na}} | | {{Na}} | ||
| {{Ya}} | | {{Ya}} | ||
| Line 3,529: | Line 3,486: | ||
| {{R}} | | {{R}} | ||
|- | |- | ||
| [[Basilisk II]] | |[[Basilisk II]] | ||
| [https://www.emaculation.com/forum/viewtopic.php?f=6&t=7361 Download] | |[https://www.emaculation.com/forum/viewtopic.php?f=6&t=7361 Download] | ||
[https://github.com/kanjitalk755/macemu/ git] | |||
| {{Na}} | | {{Na}} | ||
| {{Na}} | | {{Na}} | ||
| Line 3,542: | Line 3,500: | ||
| {{R}} | | {{R}} | ||
|- | |- | ||
| Mini vMac | |Mini vMac | ||
| [https://www.gryphel.com/c/minivmac/dnld_std.html 36.04] | |[https://www.gryphel.com/c/minivmac/dnld_std.html 36.04]||{{Ya}} | ||
| {{Ya}} | |||
| {{Ya}} | | {{Ya}} | ||
| {{Ya}} | | {{Ya}} | ||
| Line 3,556: | Line 3,513: | ||
|} | |} | ||
=== | === Classic Mac OS (PowerPC) === | ||
{| | {| {{Emulator table}} | ||
! | !Name | ||
! | !Latest Version | ||
! | !PPC | ||
! | !<abbr title="32-bit Intel">x86</abbr> | ||
! | !<abbr title="64-bit Intel">x64</abbr> | ||
! | !ARM | ||
! | !OpenGL | ||
! | !MoltenVK | ||
! | !Metal | ||
! | ![[Licensing|License]] | ||
! | !Active | ||
! | ![[Recommended Emulators|Recommended]] | ||
|- | |- | ||
| [[UTM]] | |[[UTM]] | ||
| [https://mac.getutm.app site] | |[https://mac.getutm.app site] | ||
[https://github.com/utmapp/UTM/releases {{UTMVer}}] | |||
| {{Na}} | | {{Na}} | ||
| {{Na}} | | {{Na}} | ||
| Line 3,584: | Line 3,542: | ||
| {{Ya}} | | {{Ya}} | ||
|- | |- | ||
| [[SheepShaver]] | |[[SheepShaver]] | ||
|[https://www.emaculation.com/forum/viewtopic.php?t=7360 {{SheepShaverVer}}] | |[https://www.emaculation.com/forum/viewtopic.php?t=7360 {{SheepShaverVer}}] | ||
[https://github.com/kanjitalk755/macemu/ git] | |||
| {{Na}} | | {{Na}} | ||
| {{Na}} | | {{Na}} | ||
| Line 3,598: | Line 3,557: | ||
|} | |} | ||
==NEC== | == NEC == | ||
===PC-98=== | |||
{| | === PC-98 === | ||
! | {| {{Emulator table}} | ||
! | !Name | ||
! | !Latest Version | ||
! | !PPC | ||
! | !<abbr title="32-bit Intel">x86</abbr> | ||
! | !<abbr title="64-bit Intel">x64</abbr> | ||
! | !ARM | ||
! | !OpenGL | ||
! | !MoltenVK | ||
! | !Metal | ||
! | ![[Licensing|License]] | ||
! | !Active | ||
![[Recommended Emulators|Recommended]] | |||
|- | |- | ||
| [[SL9821]] | |[[SL9821]] | ||
| [http://www.satotomi.com/sl9821/sl9821_dl.html Website] | |[http://www.satotomi.com/sl9821/sl9821_dl.html Website]||{{Na}} | ||
| {{Na}} | |||
| {{Na}} | | {{Na}} | ||
| {{Ya}} | | {{Ya}} | ||
| Line 3,628: | Line 3,587: | ||
|- | |- | ||
|[[Neko Project II]] (猫Project II) | |[[Neko Project II]] (猫Project II) | ||
| [https://www.yui.ne.jp/np2/ Website] | |[https://www.yui.ne.jp/np2/ Website]||{{Ya}} | ||
| {{Ya}} | |||
| {{Na}} | | {{Na}} | ||
| {{Ya}} | | {{Ya}} | ||
| Line 3,641: | Line 3,599: | ||
|} | |} | ||
===PC | === PC Engine/TurboGrafx/SuperGrafx === | ||
{| | {| {{Emulator table}} | ||
! | !Name | ||
! | !Latest Version | ||
! | !PPC | ||
! | !<abbr title="32-bit Intel">x86</abbr> | ||
! | !<abbr title="64-bit Intel">x64</abbr> | ||
! | !ARM | ||
! | !OpenGL | ||
! | !MoltenVK | ||
! | !Metal | ||
! | !Gamepad Support | ||
! | ![[Licensing|License]] | ||
! | !Active | ||
! | ![[Recommended Emulators|Recommended]] | ||
|- | |- | ||
|[[ares]] | |[[ares]] | ||
|[https://github.com/ares-emulator/ares/releases/latest {{aresVer}}] | |[https://github.com/ares-emulator/ares/releases/latest {{aresVer}}]||{{Na}} | ||
| {{Na}} | |||
| {{Na}} | | {{Na}} | ||
| {{Ya}} | | {{Ya}} | ||
| Line 3,671: | Line 3,628: | ||
| {{Ya}} | | {{Ya}} | ||
|- | |- | ||
| [[Mednafen]] | |[[Mednafen]] | ||
| [{{MednafenURL|releases/}} {{MednafenVer}}] | |[{{MednafenURL|releases/}} {{MednafenVer}}]||{{Na}} | ||
| {{Na}} | |||
| {{Na}} | | {{Na}} | ||
| {{Ya}} | | {{Ya}} | ||
| Line 3,683: | Line 3,639: | ||
| {{Green}} {{License|GPLv2}} ({{License|Copyleft}}) | | {{Green}} {{License|GPLv2}} ({{License|Copyleft}}) | ||
| {{Ya}} | | {{Ya}} | ||
| {{~}}<ref group=" | | {{~}}<ref name="openemu" group="note">Command-line application. Best played using OpenEmu. ARM builds of OpenEmu and cores available [https://github.com/nickybmon/OpenEmu-Silicon/releases/latest here]</ref> | ||
|- | |- | ||
| [[Mesen]] | |[[Mesen]] | ||
| [https://github.com/ | |[https://github.com/nesdev-org/MesenCE/releases/latest {{MesenVer}}]||{{Na}} | ||
| {{Na}} | |||
| {{Na}} | | {{Na}} | ||
| {{Ya}} | | {{Ya}} | ||
| Line 3,699: | Line 3,654: | ||
| {{Ya}} | | {{Ya}} | ||
|- | |- | ||
| [[Geargrafx]] | |[[Geargrafx]] | ||
| [https://github.com/drhelius/Geargrafx/releases/latest {{GeargrafxVer}}] | |[https://github.com/drhelius/Geargrafx/releases/latest {{GeargrafxVer}}]||{{Na}} | ||
| {{Na}} | |||
| {{Na}} | | {{Na}} | ||
| {{Ya}} | | {{Ya}} | ||
| Line 3,713: | Line 3,667: | ||
| {{R}} | | {{R}} | ||
|- | |- | ||
| [[TGEmu]] | |[[TGEmu]] | ||
| [https://www.bannister.org/software/tgemu.htm 0.3.8] | |[https://www.bannister.org/software/tgemu.htm 0.3.8]||{{Na}} | ||
| {{Na}} | |||
| {{Na}} | | {{Na}} | ||
| {{Ya}} | | {{Ya}} | ||
| Line 3,725: | Line 3,678: | ||
| {{Red}} {{License|Proprietary}} | | {{Red}} {{License|Proprietary}} | ||
| {{Ya}} | | {{Ya}} | ||
| {{~}}<ref group=" | | {{~}}<ref name="paid" group="note">Requires paid version to access extra emulation features</ref> | ||
|} | |} | ||
==Fujitsu== | == Fujitsu == | ||
===FM Towns=== | |||
{| | === FM Towns === | ||
! | {| {{Emulator table}} | ||
! | !Name | ||
! | !Latest Version | ||
! | !PPC | ||
! | !<abbr title="32-bit Intel">x86</abbr> | ||
! | !<abbr title="64-bit Intel">x64</abbr> | ||
! | !ARM | ||
! | !OpenGL | ||
! | !MoltenVK | ||
! | !Metal | ||
! | !Gamepad Support | ||
! | ![[Licensing|License]] | ||
! | !Active | ||
![[Recommended Emulators|Recommended]] | |||
|- | |- | ||
|Tsugaru (津軽) | |Tsugaru (津軽) | ||
| [https://github.com/captainys/TOWNSEMU/releases/latest {{TsugaruVer}}] | |[https://github.com/captainys/TOWNSEMU/releases/latest {{TsugaruVer}}]||{{Na}} | ||
| {{Na}} | |||
| {{Na}} | | {{Na}} | ||
| {{Na}} | | {{Na}} | ||
| Line 3,760: | Line 3,713: | ||
|} | |} | ||
==Sinclair== | == Sinclair == | ||
===ZX Spectrum=== | |||
{| | === ZX Spectrum === | ||
! | {| {{Emulator table}} | ||
! | !Name | ||
! | !Latest Version | ||
! | !PPC | ||
! | !<abbr title="32-bit Intel">x86</abbr> | ||
! | !<abbr title="64-bit Intel">x64</abbr> | ||
! | !ARM | ||
! | !OpenGL | ||
! | !MoltenVK | ||
! | !Metal | ||
! | ![[Licensing|License]] | ||
! | !Active | ||
![[Recommended Emulators|Recommended]] | |||
|- | |- | ||
|[[ares]] | |[[ares]] | ||
|[https://github.com/ares-emulator/ares/releases/latest {{aresVer}}] | |[https://github.com/ares-emulator/ares/releases/latest {{aresVer}}]||{{Na}} | ||
| {{Na}} | |||
| {{Na}} | | {{Na}} | ||
| {{Ya}} | | {{Ya}} | ||
| Line 3,788: | Line 3,741: | ||
| {{Ya}} | | {{Ya}} | ||
| {{Ya}} | | {{Ya}} | ||
|- | |- | ||
|[[CLK]] | |[[CLK]] | ||
|[https://github.com/TomHarte/CLK/releases {{ClkVer}}] | |[https://github.com/TomHarte/CLK/releases {{ClkVer}}]||{{Na}} | ||
|{{Na}} | |||
|{{Na}} | |{{Na}} | ||
|{{Ya}} | |{{Ya}} | ||
| Line 3,802: | Line 3,754: | ||
|{{Ya}} | |{{Ya}} | ||
|- | |- | ||
| [[ZEsarUX]] | |[[ZEsarUX]] | ||
| [https://github.com/chernandezba/zesarux/releases/latest {{ZEsarUXVer}}] | |[https://github.com/chernandezba/zesarux/releases/latest {{ZEsarUXVer}}]||{{Na}} | ||
| {{Na}} | |||
| {{Na}} | | {{Na}} | ||
| {{Ya}} | | {{Ya}} | ||
| Line 3,815: | Line 3,766: | ||
| {{R}} | | {{R}} | ||
|- | |- | ||
| Spectral | |Spectral | ||
|[https://github.com/r-lyeh/Spectral {{SpectralVer}}] | |[https://github.com/r-lyeh/Spectral {{SpectralVer}}]||{{Na}} | ||
|{{Na}} | |||
|{{Na}} | |{{Na}} | ||
|{{Ya}} | |{{Ya}} | ||
| Line 3,829: | Line 3,779: | ||
|- | |- | ||
|[[RetroVM]] | |[[RetroVM]] | ||
|[https://retrovirtualmachine.org {{Retro_Virtual_MachineVer}}] | |[https://retrovirtualmachine.org {{Retro_Virtual_MachineVer}}]||{{Na}} | ||
|{{Na}} | |||
|{{Na}} | |{{Na}} | ||
|{{Ya}} | |{{Ya}} | ||
| Line 3,842: | Line 3,791: | ||
|- | |- | ||
|Fuzzbug | |Fuzzbug | ||
|[https://www.bannister.org/software/fuzzbug.htm 0.0.5] | |[https://www.bannister.org/software/fuzzbug.htm 0.0.5]||{{Na}} | ||
|{{Na}} | |||
|{{Na}} | |{{Na}} | ||
|{{Ya}} | |{{Ya}} | ||
| Line 3,852: | Line 3,800: | ||
|{{Red}} {{License|Proprietary}} | |{{Red}} {{License|Proprietary}} | ||
|{{Ya}} | |{{Ya}} | ||
|{{Na}}<ref group=" | |{{Na}}<ref name="paid" group="note">Requires paid version to access extra emulation features</ref> | ||
|- | |- | ||
|[[FUSE]] | |[[FUSE]] | ||
|[https://fuse-for-macosx.sourceforge.io Releases] | |[https://fuse-for-macosx.sourceforge.io Releases]||{{Na}} | ||
|{{Na}} | |||
|{{Na}} | |{{Na}} | ||
|{{Ya}} | |{{Ya}} | ||
| Line 3,868: | Line 3,815: | ||
|} | |} | ||
===Sinclair QL=== | === Sinclair QL === | ||
{| | {| {{Emulator table}} | ||
! | !Name | ||
! | !Latest Version | ||
! | !PPC | ||
! | !<abbr title="32-bit Intel">x86</abbr> | ||
! | !<abbr title="64-bit Intel">x64</abbr> | ||
! | !ARM | ||
! | !OpenGL | ||
! | !MoltenVK | ||
! | !Metal | ||
! | ![[Licensing|License]] | ||
! | !Active | ||
! | ![[Recommended Emulators|Recommended]] | ||
|- | |- | ||
| sQLux | |sQLux | ||
| [https://github.com/ares-emulator/ares/releases/latest {{sQLuxVer}}] | |[https://github.com/ares-emulator/ares/releases/latest {{sQLuxVer}}]||{{Na}} | ||
| {{Na}} | |||
| {{Na}} | | {{Na}} | ||
| {{Ya}} | | {{Ya}} | ||
| Line 3,894: | Line 3,840: | ||
| {{?}} | | {{?}} | ||
| {{Ya}} | | {{Ya}} | ||
| {{~}}<ref | | {{~}}<ref name="command-line" group="note">Command-line only application. No app bundle provided.</ref> | ||
|} | |} | ||
==Tandy== | == Tandy == | ||
===TRS-80=== | |||
{| | === TRS-80 === | ||
! | {| {{Emulator table}} | ||
! | !Name | ||
! | !Latest Version | ||
! | !PPC | ||
! | !<abbr title="32-bit Intel">x86</abbr> | ||
! | !<abbr title="64-bit Intel">x64</abbr> | ||
! | !ARM | ||
! | !OpenGL | ||
! | !MoltenVK | ||
! | !Metal | ||
! | ![[Licensing|License]] | ||
! | !Active | ||
![[Recommended Emulators|Recommended]] | |||
|- | |- | ||
| [[TRS80GP]] | |[[TRS80GP]] | ||
| [http://48k.ca/trs80gp.html Website] | |[http://48k.ca/trs80gp.html Website]||{{Na}} | ||
| {{Na}} | |||
| {{Na}} | | {{Na}} | ||
| {{Ya}} | | {{Ya}} | ||
| Line 3,926: | Line 3,872: | ||
| {{Ya}} | | {{Ya}} | ||
|- | |- | ||
| [[SDLTRS2]] | |[[SDLTRS2]] | ||
| [https://gitlab.com/jengun/sdltrs git] | |[https://gitlab.com/jengun/sdltrs git]||{{Na}} | ||
| {{Na}} | |||
| {{Na}} | | {{Na}} | ||
| {{Ya}} | | {{Ya}} | ||
| {{Ya}}<ref group=" | | {{Ya}}<ref name="compile" group="note">Must compile from source.</ref> | ||
| {{Na}} | | {{Na}} | ||
| {{Na}} | | {{Na}} | ||
| Line 3,940: | Line 3,885: | ||
|} | |} | ||
==Dragon Data== | == Dragon Data == | ||
===Dragon 32/64=== | |||
{| | === Dragon 32/64 === | ||
! | {| {{Emulator table}} | ||
! | !Name | ||
! | !Latest Version | ||
! | !PPC | ||
! | !<abbr title="32-bit Intel">x86</abbr> | ||
! | !<abbr title="64-bit Intel">x64</abbr> | ||
! | !ARM | ||
! | !OpenGL | ||
! | !MoltenVK | ||
! | !Metal | ||
! | ![[Licensing|License]] | ||
! | !Active | ||
![[Recommended Emulators|Recommended]] | |||
|- | |- | ||
| [[XRoar]] | |[[XRoar]] | ||
| [http://www.6809.org.uk/xroar/ git] | |[http://www.6809.org.uk/xroar/ git]||{{Na}} | ||
| {{Na}} | |||
| {{Na}} | | {{Na}} | ||
| {{Ya}} | | {{Ya}} | ||
| Line 3,970: | Line 3,915: | ||
|} | |} | ||
==Oric== | == Oric == | ||
===Oric 1 / Atmos=== | |||
{| | === Oric 1 / Atmos === | ||
! | {| {{Emulator table}} | ||
! | !Name | ||
! | !Latest Version | ||
! | !PPC | ||
! | !<abbr title="32-bit Intel">x86</abbr> | ||
! | !<abbr title="64-bit Intel">x64</abbr> | ||
! | !ARM | ||
! | !OpenGL | ||
! | !MoltenVK | ||
! | !Metal | ||
! | ![[Licensing|License]] | ||
! | !Active | ||
![[Recommended Emulators|Recommended]] | |||
|- | |- | ||
|[[CLK]] | |[[CLK]] | ||
|[https://github.com/TomHarte/CLK/releases/latest {{ClkVer}}] | |[https://github.com/TomHarte/CLK/releases/latest {{ClkVer}}]||{{Na}} | ||
|{{Na}} | |||
|{{Na}} | |{{Na}} | ||
|{{Ya}} | |{{Ya}} | ||
| Line 4,000: | Line 3,945: | ||
|} | |} | ||
==Amstrad== | == Amstrad == | ||
===Amstrad CPC=== | |||
{| | === Amstrad CPC === | ||
! | {| {{Emulator table}} | ||
! | !Name | ||
! | !Latest Version | ||
! | !PPC | ||
! | !<abbr title="32-bit Intel">x86</abbr> | ||
! | !<abbr title="64-bit Intel">x64</abbr> | ||
! | !ARM | ||
! | !OpenGL | ||
! | !MoltenVK | ||
! | !Metal | ||
! | ![[Licensing|License]] | ||
! | !Active | ||
![[Recommended Emulators|Recommended]] | |||
|- | |- | ||
|[[CLK]] | |[[CLK]] | ||
|[https://github.com/TomHarte/CLK/releases/latest {{ClkVer}}] | |[https://github.com/TomHarte/CLK/releases/latest {{ClkVer}}]||{{Na}} | ||
|{{Na}} | |||
|{{Na}} | |{{Na}} | ||
|{{Ya}} | |{{Ya}} | ||
| Line 4,030: | Line 3,975: | ||
|- | |- | ||
|[[Retro Virtual Machine]] | |[[Retro Virtual Machine]] | ||
|[https://retrovirtualmachine.org {{Retro Virtual MachineVer}}] | |[https://retrovirtualmachine.org {{Retro Virtual MachineVer}}]||{{Na}} | ||
|{{Na}} | |||
|{{Na}} | |{{Na}} | ||
|{{Ya}} | |{{Ya}} | ||
| Line 4,043: | Line 3,987: | ||
|- | |- | ||
|ACE-DL | |ACE-DL | ||
|[http://www.roudoudou.com/ACE-DL/ {{ACE-DLVer}}] | |[http://www.roudoudou.com/ACE-DL/ {{ACE-DLVer}}]||{{Na}} | ||
|{{Na}} | |||
|{{Na}} | |{{Na}} | ||
|{{Ya}} | |{{Ya}} | ||
| Line 4,055: | Line 3,998: | ||
|{{R}} | |{{R}} | ||
|- | |- | ||
| [[ZEsarUX]] | |[[ZEsarUX]] | ||
|[https://github.com/chernandezba/zesarux/releases/latest {{ZEsarUXVer}}] | |[https://github.com/chernandezba/zesarux/releases/latest {{ZEsarUXVer}}]||{{Na}} | ||
|{{Na}} | |||
|{{Na}} | |{{Na}} | ||
|{{Ya}} | |{{Ya}} | ||
| Line 4,069: | Line 4,011: | ||
|} | |} | ||
==Acorn== | == Acorn == | ||
===Electron=== | |||
{| | === Electron === | ||
! | {| {{Emulator table}} | ||
! | !Name | ||
! | !Latest Version | ||
! | !PPC | ||
! | !<abbr title="32-bit Intel">x86</abbr> | ||
! | !<abbr title="64-bit Intel">x64</abbr> | ||
! | !ARM | ||
! | !OpenGL | ||
! | !MoltenVK | ||
! | !Metal | ||
! | ![[Licensing|License]] | ||
! | !Active | ||
![[Recommended Emulators|Recommended]] | |||
|- | |- | ||
|[[CLK]] | |[[CLK]] | ||
|[https://github.com/TomHarte/CLK/releases/latest {{ClkVer}}] | |[https://github.com/TomHarte/CLK/releases/latest {{ClkVer}}]||{{Na}} | ||
|{{Na}} | |||
|{{Na}} | |{{Na}} | ||
|{{Ya}} | |{{Ya}} | ||
| Line 4,099: | Line 4,041: | ||
|} | |} | ||
===BBC Micro=== | === BBC Micro === | ||
{| | {| {{Emulator table}} | ||
! | !Name | ||
! | !Latest Version | ||
! | !PPC | ||
! | !<abbr title="32-bit Intel">x86</abbr> | ||
! | !<abbr title="64-bit Intel">x64</abbr> | ||
! | !ARM | ||
! | !OpenGL | ||
! | !MoltenVK | ||
! | !Metal | ||
! | ![[Licensing|License]] | ||
! | !Active | ||
! | ![[Recommended Emulators|Recommended]] | ||
|- | |- | ||
|b2 | |b2 | ||
|[https://github.com/tom-seddon/b2 {{B2Ver}}] | |[https://github.com/tom-seddon/b2 {{B2Ver}}]||{{Na}} | ||
|{{Na}} | |||
|{{Na}} | |{{Na}} | ||
|{{Ya}} | |{{Ya}} | ||
| Line 4,128: | Line 4,069: | ||
|- | |- | ||
|Horizon | |Horizon | ||
|[https://www.bannister.org/software/horizon.htm 2.1.1] | |[https://www.bannister.org/software/horizon.htm 2.1.1]||{{Na}} | ||
|{{Na}} | |||
|{{Na}} | |{{Na}} | ||
|{{Ya}} | |{{Ya}} | ||
| Line 4,138: | Line 4,078: | ||
|{{Red}} {{License|Proprietary}} | |{{Red}} {{License|Proprietary}} | ||
|{{Ya}} | |{{Ya}} | ||
|{{~}}<ref group=" | |{{~}}<ref name="paid" group="note">Requires paid version to access extra emulation features</ref> | ||
|} | |} | ||
===RISC PC=== | === RISC PC === | ||
{| | {| {{Emulator table}} | ||
! | !Name | ||
! | !Latest Version | ||
! | !PPC | ||
! | !<abbr title="32-bit Intel">x86</abbr> | ||
! | !<abbr title="64-bit Intel">x64</abbr> | ||
! | !ARM | ||
! | !OpenGL | ||
! | !MoltenVK | ||
! | !Metal | ||
! | ![[Licensing|License]] | ||
! | !Active | ||
! | ![[Recommended Emulators|Recommended]] | ||
|- | |- | ||
|RPCEmu | |RPCEmu | ||
|[https://github.com/Septercius/rpcemu-dev/releases/latest | |[https://github.com/Septercius/rpcemu-dev/releases/latest {{RPCEmuVer}}]||{{Na}} | ||
|{{Na}} | |||
|{{Na}} | |{{Na}} | ||
|{{Ya}} | |{{Ya}} | ||
| Line 4,170: | Line 4,109: | ||
|} | |} | ||
==Thompson== | == Thompson == | ||
===MO5=== | |||
{| | === MO5 === | ||
! | {| {{Emulator table}} | ||
! | !Name | ||
! | !Latest Version | ||
! | !PPC | ||
! | !<abbr title="32-bit Intel">x86</abbr> | ||
! | !<abbr title="64-bit Intel">x64</abbr> | ||
! | !ARM | ||
! | !OpenGL | ||
! | !MoltenVK | ||
! | !Metal | ||
! | ![[Licensing|License]] | ||
! | !Active | ||
![[Recommended Emulators|Recommended]] | |||
|- | |- | ||
|MO5 | |MO5 | ||
|[https://www.bannister.org/software/mo5.htm 2.6.7] | |[https://www.bannister.org/software/mo5.htm 2.6.7]||{{Na}} | ||
|{{Na}} | |||
|{{Na}} | |{{Na}} | ||
|{{Ya}} | |{{Ya}} | ||
| Line 4,197: | Line 4,136: | ||
|{{Red}} {{License|Proprietary}} | |{{Red}} {{License|Proprietary}} | ||
|{{Ya}} | |{{Ya}} | ||
|{{~}}<ref group=" | |{{~}}<ref name="paid" group="note">Requires paid version to access extra emulation features</ref> | ||
|} | |} | ||
===TO7=== | === TO7 === | ||
{| | {| {{Emulator table}} | ||
! | !Name | ||
! | !Latest Version | ||
! | !PPC | ||
! | !<abbr title="32-bit Intel">x86</abbr> | ||
! | !<abbr title="64-bit Intel">x64</abbr> | ||
! | !ARM | ||
! | !OpenGL | ||
! | !MoltenVK | ||
! | !Metal | ||
! | ![[Licensing|License]] | ||
! | !Active | ||
! | ![[Recommended Emulators|Recommended]] | ||
|- | |- | ||
|Thom | |Thom | ||
|[https://www.bannister.org/software/thom.htm 1.6.5] | |[https://www.bannister.org/software/thom.htm 1.6.5]||{{Na}} | ||
|{{Na}} | |||
|{{Na}} | |{{Na}} | ||
|{{Ya}} | |{{Ya}} | ||
| Line 4,226: | Line 4,164: | ||
|{{Red}} {{License|Proprietary}} | |{{Red}} {{License|Proprietary}} | ||
|{{Ya}} | |{{Ya}} | ||
|{{~}}<ref group=" | |{{~}}<ref name="paid" group="note">Requires paid version to access extra emulation features</ref> | ||
|} | |} | ||
===TO8=== | === TO8 === | ||
{| | {| {{Emulator table}} | ||
! | !Name | ||
! | !Latest Version | ||
! | !PPC | ||
! | !<abbr title="32-bit Intel">x86</abbr> | ||
! | !<abbr title="64-bit Intel">x64</abbr> | ||
! | !ARM | ||
! | !OpenGL | ||
! | !MoltenVK | ||
! | !Metal | ||
! | ![[Licensing|License]] | ||
! | !Active | ||
! | ![[Recommended Emulators|Recommended]] | ||
|- | |- | ||
|TEO | |TEO | ||
|[https://www.bannister.org/software/teo.htm 1.8.7] | |[https://www.bannister.org/software/teo.htm 1.8.7]||{{Na}} | ||
|{{Na}} | |||
|{{Na}} | |{{Na}} | ||
|{{Ya}} | |{{Ya}} | ||
| Line 4,255: | Line 4,192: | ||
|{{Red}} {{License|Proprietary}} | |{{Red}} {{License|Proprietary}} | ||
|{{Ya}} | |{{Ya}} | ||
|{{~}}<ref group=" | |{{~}}<ref name="paid" group="note">Requires paid version to access extra emulation features</ref> | ||
|} | |} | ||
==VTech== | == VTech == | ||
===V.Smile=== | |||
{| | === V.Smile === | ||
! | {| {{Emulator table}} | ||
! | !Name | ||
! | !Latest Version | ||
! | !PPC | ||
! | !<abbr title="32-bit Intel">x86</abbr> | ||
! | !<abbr title="64-bit Intel">x64</abbr> | ||
! | !ARM | ||
! | !OpenGL | ||
! | !MoltenVK | ||
! | !Metal | ||
! | ![[Licensing|License]] | ||
! | !Active | ||
![[Recommended Emulators|Recommended]] | |||
|- | |- | ||
| veesem | |veesem | ||
| [https://github.com/sp1187/veesem 0.1] | |[https://github.com/sp1187/veesem 0.1]||{{Na}} | ||
| {{Na}} | |||
| {{Na}} | | {{Na}} | ||
| {{Ya}} | | {{Ya}} | ||
| Line 4,288: | Line 4,225: | ||
|} | |} | ||
==Commander X16== | == Commander X16 == | ||
{| | {| {{Emulator table}} | ||
! | !Name | ||
! | !Latest Version | ||
! | !PPC | ||
! | !<abbr title="32-bit Intel">x86</abbr> | ||
! | !<abbr title="64-bit Intel">x64</abbr> | ||
! | !ARM | ||
! | !OpenGL | ||
! | !MoltenVK | ||
! | !Metal | ||
! | ![[Licensing|License]] | ||
! | !Active | ||
! | ![[Recommended Emulators|Recommended]] | ||
|- | |- | ||
| X16 Emulator | |X16 Emulator | ||
| [https://github.com/X16Community/x16-emulator r48] | |[https://github.com/X16Community/x16-emulator r48]||{{Na}} | ||
| {{Na}} | |||
| {{Na}} | | {{Na}} | ||
| {{Ya}} | | {{Ya}} | ||
| Line 4,314: | Line 4,250: | ||
| {{Green}} {{License|BSD2}} ({{License|Permissive}}) | | {{Green}} {{License|BSD2}} ({{License|Permissive}}) | ||
| {{Ya}} | | {{Ya}} | ||
| {{~}}<ref | | {{~}}<ref name="command-line" group="note">Command-line only application. No app bundle provided.</ref> | ||
|} | |} | ||
{{ | == Notes == | ||
{{Notelist|group=note}} | |||
== References == | |||
{{Reflist}} | |||
{{Emulators on other systems}} | {{Emulators on other systems}} | ||
[[Category:macOS| ]] | [[Category:macOS| ]] | ||
[[Category:macOS emulation software]] | [[Category:macOS emulation software]] | ||
[[Category:Shareware emulators]] | [[Category:Shareware emulators]] | ||