Emulators on macOS: Difference between revisions
Ilyagredasov (talk | contribs) Tags: Mobile edit Mobile web edit Advanced mobile edit |
→Sega Saturn: Add erings |
||
| (30 intermediate revisions by 3 users not shown) | |||
| Line 3: | Line 3: | ||
{{NEL}} | {{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}} | ||
| Line 11: | Line 12: | ||
; 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 | 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 | 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 | Apple also introduced Universal Binaries that bundle software for different architectures into a single app bundle. For example, Universal 2 app bundles contain x64 and ARM versions of software in one app. This is very useful for portability, or for people who don't know or care about their Mac's specs. If you know what CPU your Mac has, the advantage of getting the specific version for your CPU is that it will have a smaller file size than the universal binary. However the size difference is usually tiny, so just using the universal binary is usually the way to go. | ||
; Graphical Backend - OpenGL | MoltenVK | KosmicKrisp | Metal | ; Graphical Backend - OpenGL | MoltenVK | KosmicKrisp | Metal | ||
| Line 27: | Line 28: | ||
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. | 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 | 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. | ||
| Line 48: | Line 49: | ||
[[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]] 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 | 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 === | ||
| Line 62: | Line 63: | ||
=== Fightcade === | === Fightcade === | ||
[[Fightcade]] is a desktop matchmaking frontend for playing many arcade fighting games online with other players. There is currently no | [[Fightcade]] is a desktop matchmaking frontend for playing many arcade fighting games online with other players. There is currently no ARM build. | ||
=== Ample === | === Ample === | ||
| Line 145: | Line 146: | ||
| {{Green}} {{License|GPLv2}}<br>{{License|BSD3}} | | {{Green}} {{License|GPLv2}}<br>{{License|BSD3}} | ||
| {{Ya}} | | {{Ya}} | ||
| {{~}}<ref group="note" | | {{~}}<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> | ||
|} | |} | ||
| Line 181: | Line 182: | ||
| {{Na}} | | {{Na}} | ||
| {{Ya}} | | {{Ya}} | ||
| {{Ya}} | | {{Ya}} | ||
| {{R}} | | {{R}} | ||
| {{Na}} | | {{Na}} | ||
| Line 188: | Line 189: | ||
| {{Green}} {{License|GPLv2}}<br>{{License|BSD3}} | | {{Green}} {{License|GPLv2}}<br>{{License|BSD3}} | ||
| {{Ya}} | | {{Ya}} | ||
| {{~}}<ref group="note" | | {{~}}<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> | ||
|} | |} | ||
| Line 211: | Line 212: | ||
| {{Na}} | | {{Na}} | ||
| {{Na}} | | {{Na}} | ||
| {{Ya}}<ref group="note" | | {{Ya}}<ref name="command-line" group="note">Command-line only application. No app bundle provided.</ref> | ||
| {{Ya}} | | {{Ya}} | ||
| {{Na}} | | {{Na}} | ||
| Line 231: | Line 232: | ||
| {{Green}} {{License|GPLv2}}<br>{{License|BSD3}} | | {{Green}} {{License|GPLv2}}<br>{{License|BSD3}} | ||
| {{Ya}} | | {{Ya}} | ||
| {{~}}<ref group="note" | | {{~}}<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> | ||
|} | |} | ||
| Line 274: | Line 275: | ||
| {{Green}} {{License|GPLv2}}<br>{{License|BSD3}} | | {{Green}} {{License|GPLv2}}<br>{{License|BSD3}} | ||
| {{Ya}} | | {{Ya}} | ||
| {{~}}<ref group="note" | | {{~}}<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> | ||
|} | |} | ||
| Line 337: | Line 338: | ||
|- | |- | ||
|[[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}} | ||
| {{Ya}} | | {{Ya}} | ||
| Line 360: | Line 361: | ||
| {{Green}} {{License|GPLv2}}<br>{{License|BSD3}} | | {{Green}} {{License|GPLv2}}<br>{{License|BSD3}} | ||
| {{Ya}} | | {{Ya}} | ||
| {{~}}<ref group="note" | | {{~}}<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> | ||
|} | |} | ||
| Line 390: | Line 391: | ||
| {{Green}} {{License|GPLv2}}<br>{{License|BSD3}} | | {{Green}} {{License|GPLv2}}<br>{{License|BSD3}} | ||
| {{Ya}} | | {{Ya}} | ||
| {{~}}<ref group="note" | | {{~}}<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]] | ||
| Line 396: | Line 397: | ||
| {{Na}} | | {{Na}} | ||
| {{Ya}} | | {{Ya}} | ||
| {{Ya}} | | {{Ya}} | ||
| {{Na}} | | {{Na}} | ||
| {{Na}} | | {{Na}} | ||
| Line 487: | Line 488: | ||
| {{Green}} {{License|MIT}} ({{License|Permissive}}) | | {{Green}} {{License|MIT}} ({{License|Permissive}}) | ||
| {{Na}} | | {{Na}} | ||
| {{Na}}<ref group="note" | | {{Na}}<ref name="compile" group="note">Must compile from source.</ref> | ||
|- | |- | ||
|[[Nestopia]] | |[[Nestopia]] | ||
| Line 500: | Line 501: | ||
| {{Green}} {{License|GPLv2}} ({{License|Copyleft}}) | | {{Green}} {{License|GPLv2}} ({{License|Copyleft}}) | ||
| {{Ya}} | | {{Ya}} | ||
| {{Na}}<ref group="note" | | {{Na}}<ref name="compile" group="note">Must compile from source.</ref> | ||
|- | |- | ||
|SwiftNES | |SwiftNES | ||
| Line 513: | Line 514: | ||
| {{R}} | | {{R}} | ||
| {{Na}} | | {{Na}} | ||
| {{Na}}<ref group="note" | | {{Na}}<ref name="compile" group="note">Must compile from source.</ref> | ||
|- | |- | ||
|[https://nin.nax.io Nin] | |[https://nin.nax.io Nin] | ||
| Line 559: | Line 560: | ||
|- | |- | ||
|[[bsnes]] | |[[bsnes]] | ||
(Official) | |||
|[https://github.com/bsnes-emu/bsnes/releases/latest {{bsnesVer}}]||{{Na}} | |[https://github.com/bsnes-emu/bsnes/releases/latest {{bsnesVer}}]||{{Na}} | ||
| {{Na}} | | {{Na}} | ||
| Line 586: | Line 587: | ||
|- | |- | ||
|[[Bsnes#List of forks|bsnes-hd]] | |[[Bsnes#List of forks|bsnes-hd]] | ||
(forked bsnes) | |||
|[https://github.com/DerKoun/bsnes-hd/releases/latest {{Bsnes-hdVer}}]||{{Na}} | |[https://github.com/DerKoun/bsnes-hd/releases/latest {{Bsnes-hdVer}}]||{{Na}} | ||
| {{Na}} | | {{Na}} | ||
| Line 623: | Line 624: | ||
| {{Green}} {{License|GPLv2}} ({{License|Copyleft}}) | | {{Green}} {{License|GPLv2}} ({{License|Copyleft}}) | ||
| {{Ya}} | | {{Ya}} | ||
| {{~}}<ref group="note" | | {{~}}<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]] | ||
| Line 680: | Line 681: | ||
| {{Green}} {{License|GPLv2}} ({{License|Copyleft}}) | | {{Green}} {{License|GPLv2}} ({{License|Copyleft}}) | ||
| {{Ya}} | | {{Ya}} | ||
| {{~}}<ref group="note">Only available as a core. Best played using OpenEmu. | | {{~}}<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]] | ||
| Line 739: | Line 740: | ||
|- | |- | ||
|[[Dolphin]] | |[[Dolphin]] | ||
|[https://dolphin-emu.org/download/?ref=btn {{DolphinVer}}]<ref name="dolphin">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/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}} | ||
| {{Ya}} | | {{Ya}} | ||
| Line 765: | Line 766: | ||
|- | |- | ||
|[[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}} | | {{Na}} | ||
| Line 795: | Line 798: | ||
|- | |- | ||
|[[Dolphin]] | |[[Dolphin]] | ||
|[https://dolphin-emu.org/download {{DolphinVer}}]<ref name="dolphin" />||{{Na}} | |[https://dolphin-emu.org/download {{DolphinVer}}]<ref name="dolphin" group="note" />||{{Na}} | ||
| {{Na}} | | {{Na}} | ||
| {{Ya}} | | {{Ya}} | ||
| Line 808: | Line 811: | ||
|- | |- | ||
|[[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}} | | {{Na}} | ||
| Line 843: | Line 848: | ||
| {{Na}} | | {{Na}} | ||
| {{Ya}} | | {{Ya}} | ||
| {{~}}<ref group="note" | | {{~}}<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="note" | | {{~}}<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 871: | Line 876: | ||
|- | |- | ||
|Ryubing | |Ryubing | ||
([[Ryujinx]] Fork)<ref>This fork has merged LDN and other previously incomplete features. Mostly focused on maintenance, crash fixes and QoL improvements.</ref> | ([[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/projects/Ryubing/releases/latest {{RyubingVer}}] | ||
[https://git.ryujinx.app/Ryubing/Canary/releases/latest Canary] | [https://git.ryujinx.app/Ryubing/Canary/releases/latest Canary] | ||
| Line 878: | Line 883: | ||
|{{Na}} | |{{Na}} | ||
| {{Na}} | | {{Na}} | ||
| {{~}}<ref group="note" | | {{~}}<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}} | ||
| Line 890: | Line 895: | ||
|- | |- | ||
|Astris | |Astris | ||
(Ryubing with SwiftUI)<ref>This fork is based on Ryubing, but has a complete SwiftUI overhaul</ref> | (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}} | |[https://github.com/V380-Ori/Astris.Binaries/releases/latest {{AstrisVer}}]||{{Na}} | ||
| {{Na}} | | {{Na}} | ||
| Line 906: | Line 911: | ||
|[[Kenji-NX]] | |[[Kenji-NX]] | ||
(KeatonTheBot's [[Ryujinx]] Fork) | (KeatonTheBot's [[Ryujinx]] Fork) | ||
|[https://git.ryujinx.app/projects/Kenji-NX/releases/latest {{ | |[https://git.ryujinx.app/projects/Kenji-NX/releases/latest {{Kenji-NXVer}}] | ||
[https://git.ryujinx.app/projects/Kenji-NX git] | [https://git.ryujinx.app/projects/Kenji-NX git] | ||
| {{Na}} | | {{Na}} | ||
| {{Na}} | | {{Na}} | ||
| {{~}}<ref group="note" | | {{~}}<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}} | ||
| Line 938: | Line 943: | ||
(Yuzu fork) | (Yuzu fork) | ||
|[https://git.eden-emu.dev/eden-emu/eden/releases {{EdenVer}}] | |[https://git.eden-emu.dev/eden-emu/eden/releases {{EdenVer}}] | ||
[https:// | [https://git.eden-emu.dev/eden-ci/nightly/releases/latest Nightlies] | ||
| {{Na}} | | {{Na}} | ||
| {{Na}} | | {{Na}} | ||
| Line 1,038: | Line 1,043: | ||
| {{Red}} {{License|Proprietary}} | | {{Red}} {{License|Proprietary}} | ||
| {{~}} | | {{~}} | ||
| {{~}}<ref group="note" | | {{~}}<ref name="paid" group="note">Requires paid version to access extra emulation features</ref> | ||
|- | |- | ||
|[[Gearboy]] | |[[Gearboy]] | ||
| Line 1,044: | Line 1,049: | ||
| {{Na}} | | {{Na}} | ||
| {{Ya}} | | {{Ya}} | ||
| {{Ya}} | | {{Ya}} | ||
| {{R}} | | {{R}} | ||
| {{R}} | | {{R}} | ||
| Line 1,066: | 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] | [https://nightly.visualboyadvance-m.org Nightlies] | ||
| Line 1,198: | Line 1,203: | ||
| {{Green}} {{License|GPLv3}} ({{License|Copyleft}}) | | {{Green}} {{License|GPLv3}} ({{License|Copyleft}}) | ||
| {{Ya}} | | {{Ya}} | ||
| {{Ya}} | | {{Ya}} | ||
|- | |- | ||
|[[mGBA]] | |[[mGBA]] | ||
| Line 1,226: | Line 1,231: | ||
| {{Red}} {{License|Proprietary}} | | {{Red}} {{License|Proprietary}} | ||
| {{~}} | | {{~}} | ||
| {{~}}<ref group="note" | | {{~}}<ref name="paid" group="note">Requires paid version to access extra emulation features</ref> | ||
|- | |- | ||
|[[Gearboy]] | |[[Gearboy]] | ||
| Line 1,232: | Line 1,237: | ||
| {{R}} | | {{R}} | ||
| {{Ya}} | | {{Ya}} | ||
| {{Ya}} | | {{Ya}} | ||
| {{R}} | | {{R}} | ||
| {{R}} | | {{R}} | ||
| Line 1,242: | 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] | [https://nightly.visualboyadvance-m.org Nightlies] | ||
| Line 1,357: | Line 1,362: | ||
![[Recommended Emulators|Recommended]] | ![[Recommended Emulators|Recommended]] | ||
|- | |- | ||
|Azahar<ref name="azahar">This project is a continuation of PabloMK7's Citra and Lime3DS</ref> | |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}}]||{{Na}} | |[https://github.com/azahar-emu/azahar/releases/latest {{AzaharVer}}]||{{Na}} | ||
|{{Na}} | |{{Na}} | ||
| Line 1,370: | Line 1,375: | ||
|{{Ya}} | |{{Ya}} | ||
|- | |- | ||
|Mandarine<ref name="mandarine">This project is a fork of Citra</ref> | |Mandarine<ref name="mandarine" group="note">This project is a fork of Citra</ref> | ||
|[https://github.com/mandarine3ds/mandarine/releases/latest {{MandarineVer}}]||{{Na}} | |[https://github.com/mandarine3ds/mandarine/releases/latest {{MandarineVer}}]||{{Na}} | ||
|{{Na}} | |{{Na}} | ||
| Line 1,390: | Line 1,395: | ||
|{{Ya}} | |{{Ya}} | ||
|{{Na}} | |{{Na}} | ||
|{{~}}<ref group="note" | |{{~}}<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,420: | Line 1,425: | ||
|{{Green}} {{License|GPLv2}} ({{License|Copyleft}}) | |{{Green}} {{License|GPLv2}} ({{License|Copyleft}}) | ||
|{{Ya}} | |{{Ya}} | ||
|{{Na}}<ref group="note" | |{{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]] | ||
| Line 1,642: | Line 1,647: | ||
| {{Red}} {{License|Proprietary}} | | {{Red}} {{License|Proprietary}} | ||
| {{Ya}} | | {{Ya}} | ||
| {{~}}<ref group="note" | | {{~}}<ref name="paid" group="note">Requires paid version to access extra emulation features</ref> | ||
|- | |- | ||
|Genesis Plus | |Genesis Plus | ||
| Line 1,655: | Line 1,660: | ||
| {{Red}} {{License|Proprietary}} | | {{Red}} {{License|Proprietary}} | ||
| {{Ya}} | | {{Ya}} | ||
| {{~}}<ref group="note" | | {{~}}<ref name="paid" group="note">Requires paid version to access extra emulation features</ref> | ||
|} | |} | ||
| Line 1,741: | 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}}) | ||
|{{Ya}} | |{{Ya}} | ||
|{{Ya}} | |{{Ya}} | ||
|- | |||
| erings | |||
|[https://github.com/user-none/erings/releases/latest {{eringsVer}}]||{{Na}} | |||
|{{Na}} | |||
|{{Na}} | |||
|{{Ya}} | |||
|{{Na}} | |||
|{{Na}} | |||
|{{Na}} | |||
|{{Ya}} | |||
|{{Green}} {{License|GPLv3}} ({{License|Copyleft}}) | |||
|{{Ya}} | |||
|{{R}} | |||
|- | |- | ||
|[[Mednafen]] | |[[Mednafen]] | ||
| Line 1,758: | Line 1,777: | ||
|{{Green}} {{License|GPLv2}} ({{License|Copyleft}}) | |{{Green}} {{License|GPLv2}} ({{License|Copyleft}}) | ||
|{{Ya}} | |{{Ya}} | ||
|{{~}}<ref group="note" | |{{~}}<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]] | |[[Yabause]] | ||
| Line 1,813: | Line 1,832: | ||
|{{Ya}} | |{{Ya}} | ||
|{{Red}} {{License|Proprietary}} | |{{Red}} {{License|Proprietary}} | ||
|{{ | |{{Ya}} | ||
|{{~}}<ref group="note" | |{{~}}<ref name="paid" group="note">Requires paid version to access extra emulation features</ref> | ||
|- | |- | ||
|[[nullDC]] | |[[nullDC]] | ||
| Line 1,829: | Line 1,848: | ||
|{{Green}} {{License|MIT}} ({{License|Permissive}}) | |{{Green}} {{License|MIT}} ({{License|Permissive}}) | ||
|{{Ya}} | |{{Ya}} | ||
|{{Na}}<ref group="note" | |{{Na}}<ref name="command-line" group="note">Command-line only application. No app bundle provided.</ref> | ||
|} | |} | ||
| Line 2,018: | Line 2,037: | ||
| {{Green}} {{License|MIT}} ({{License|Permissive}}) | | {{Green}} {{License|MIT}} ({{License|Permissive}}) | ||
| {{Ya}} | | {{Ya}} | ||
| {{Na}} | |||
|- | |||
|[[ePSXe]] | |||
|[https://www.epsxe.com/download.php {{EpsxeMacVer}}]||{{Na}} | |||
| {{Na}} | |||
| {{Na}} | |||
| {{Ya}} | |||
| {{Na}} | |||
| {{Na}} | |||
| {{Na}} | |||
| {{Na}} | |||
| {{Red}} {{License|Proprietary}} | |||
| {{Na}} | |||
| {{Na}} | | {{Na}} | ||
|- | |- | ||
| Line 2,031: | Line 2,063: | ||
| {{Green}} {{License|GPLv2}} ({{License|Copyleft}}) | | {{Green}} {{License|GPLv2}} ({{License|Copyleft}}) | ||
| {{Ya}} | | {{Ya}} | ||
| {{~}}<ref group="note" | | {{~}}<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> | ||
|} | |} | ||
| Line 2,077: | Line 2,109: | ||
|- | |- | ||
|[https://armsx2.net ARMSX2] | |[https://armsx2.net ARMSX2] | ||
|[https://github.com/ARMSX2/ARMSX2/releases?q=%22ARMSX2+ | |[https://github.com/ARMSX2/ARMSX2/releases/ {{ARMSX2MacVer}}] | ||
[https://github.com/ARMSX2/ARMSX2/releases?q=%22ARMSX2+nightly%22&expanded=true Nightly] | |||
| {{Na}} | |||
| {{Na}} | | {{Na}} | ||
| {{Na}} | | {{Na}} | ||
| Line 2,087: | Line 2,121: | ||
| {{Green}} {{License|GPLv3}} ({{License|Copyleft}}) | | {{Green}} {{License|GPLv3}} ({{License|Copyleft}}) | ||
| {{Ya}} | | {{Ya}} | ||
| {{ | | {{Ya}} | ||
|- | |- | ||
|[[Play!]] | |[[Play!]] | ||
| Line 2,140: | Line 2,174: | ||
| {{Na}} | | {{Na}} | ||
| {{Ya}} | | {{Ya}} | ||
| {{~}} <ref group="note" | | {{~}}<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 group="note" | | {{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] | ||
| Line 2,180: | Line 2,214: | ||
|- | |- | ||
|[[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}} | ||
| {{Ya}}<ref group="note" | | {{Na}} | ||
| {{Ya}}<ref name="arm-only" group="note">Only ARM Macs running Rosetta are supported</ref> | |||
| {{Na}} | | {{Na}} | ||
| {{Na}} | | {{Na}} | ||
| Line 2,197: | Line 2,233: | ||
| {{Na}} | | {{Na}} | ||
| {{Ya}} | | {{Ya}} | ||
| {{~}} <ref group="note">There is an | | {{~}}<ref group="note">There is an ARM build available but there is no x86->ARM recompiler yet</ref> | ||
| {{Na}} | | {{Na}} | ||
| {{Na}} | | {{Na}} | ||
| Line 2,226: | Line 2,262: | ||
|- | |- | ||
|SharpEmu | |SharpEmu | ||
|[https://github.com/ | |[https://github.com/sharpemu/sharpemu/releases/latest {{SharpEmuVer}}]||{{Na}} | ||
| {{Na}} | | {{Na}} | ||
| {{Ya}} <ref group="note" | | {{Ya}}<ref name="arm-only" group="note">Only ARM Macs running Rosetta are supported</ref> | ||
| {{Na}} | | {{Na}} | ||
| {{Na}} | | {{Na}} | ||
| Line 2,290: | Line 2,326: | ||
| {{Na}} | | {{Na}} | ||
| {{Ya}} | | {{Ya}} | ||
| {{~}}<ref group="note" | | {{~}}<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,297: | Line 2,333: | ||
| {{Green}} {{License|GPLv2}} ({{License|Copyleft}}) | | {{Green}} {{License|GPLv2}} ({{License|Copyleft}}) | ||
| {{Ya}} | | {{Ya}} | ||
| {{Ya}}<ref group="note" | | {{Ya}}<ref name="compat" group="note">Compatibility varies greatly depending on the title</ref> | ||
|} | |} | ||
| Line 2,318: | Line 2,354: | ||
|- | |- | ||
|[http://boxerapp.com Boxer] | |[http://boxerapp.com Boxer] | ||
|[https://github.com/MaddTheSane/Boxer/releases/latest Fork]<ref name="boxer">The fork of Boxer supports x64 and | |[https://github.com/MaddTheSane/Boxer/releases/latest Fork]<ref name="boxer" group="note">The fork of Boxer supports x64 and ARM</ref>||{{Na}} | ||
|{{Ya}} | |{{Ya}} | ||
|{{Ya}} | |{{Ya}} | ||
| Line 2,462: | Line 2,498: | ||
| {{Na}} | | {{Na}} | ||
| {{Ya}} | | {{Ya}} | ||
| {{~}}<ref group="note" | | {{~}}<ref name="compile-arm" group="note">No official ARM build. Needs to be built from source</ref> | ||
| {{Na}} | | {{Na}} | ||
| {{Na}} | | {{Na}} | ||
| Line 2,482: | Line 2,518: | ||
| {{Red}} {{License|Proprietary}} | | {{Red}} {{License|Proprietary}} | ||
| {{Ya}} | | {{Ya}} | ||
| {{~}}<ref group="note" | | {{~}}<ref name="paid" group="note">Requires paid version to access extra emulation features</ref> | ||
|- | |- | ||
|[[RetroVM]] | |[[RetroVM]] | ||
| Line 2,551: | Line 2,587: | ||
| {{Green}} {{License|GPLv2}} ({{License|Copyleft}}) | | {{Green}} {{License|GPLv2}} ({{License|Copyleft}}) | ||
| {{Ya}} | | {{Ya}} | ||
| {{Na}} <ref group="note" | | {{Na}}<ref name="dukex" group="note">Fork of Xemu. Early in development and does not work properly at time of writing</ref> | ||
|} | |} | ||
| Line 2,571: | Line 2,607: | ||
|- | |- | ||
|[https://github.com/has207/xenia-edge Xenia-Edge] | |[https://github.com/has207/xenia-edge Xenia-Edge] | ||
(Xenia | (Xenia Canary Fork) | ||
|[https://github.com/has207/xenia-edge/releases/latest Rolling Releases]||{{Na}} | |[https://github.com/has207/xenia-edge/releases/latest Rolling Releases]||{{Na}} | ||
| {{Na}} | | {{Na}} | ||
| Line 2,585: | Line 2,621: | ||
|- | |- | ||
|[https://xenios.jp XeniOS] | |[https://xenios.jp XeniOS] | ||
(macOS/iOS focused Xenia-Edge fork) | |||
|[https://github.com/xenios-jp/XeniOS/releases/latest {{XeniOSVer}}]||{{Na}} | |[https://github.com/xenios-jp/XeniOS/releases/latest {{XeniOSVer}}]||{{Na}} | ||
| {{Na}} | | {{Na}} | ||
| Line 2,640: | Line 2,677: | ||
| {{Red}} {{License|Proprietary}} | | {{Red}} {{License|Proprietary}} | ||
| {{Na}} | | {{Na}} | ||
| {{~}}<ref group="note" | | {{~}}<ref name="shareware" group="note">Shareware. Requires license to unlock full version.</ref> | ||
|} | |} | ||
| Line 2,659: | Line 2,696: | ||
![[Recommended Emulators|Recommended]] | ![[Recommended Emulators|Recommended]] | ||
|- | |- | ||
|VirtualC64 | |[[VirtualC64]] | ||
|[https://github.com/dirkwhoffmann/virtualc64/releases/latest {{VirtualC64Ver}}]||{{Na}} | |[https://github.com/dirkwhoffmann/virtualc64/releases/latest {{VirtualC64Ver}}]||{{Na}} | ||
| {{Na}} | | {{Na}} | ||
| Line 2,672: | Line 2,709: | ||
| {{Ya}} | | {{Ya}} | ||
|- | |- | ||
|Denise | |[[Denise]] | ||
|[https://sourceforge.net/projects/deniseemu/ {{DeniseVer}}]||{{Na}} | |[https://sourceforge.net/projects/deniseemu/ {{DeniseVer}}]||{{Na}} | ||
| {{Na}} | | {{Na}} | ||
| Line 2,696: | Line 2,733: | ||
| {{Green}} {{License|GPLv2}} ({{License|Copyleft}}) | | {{Green}} {{License|GPLv2}} ({{License|Copyleft}}) | ||
| {{Ya}} | | {{Ya}} | ||
| {{~}}<ref group="note" | | {{~}}<ref name="paid" group="note">Requires paid version to access extra emulation features</ref> | ||
|- | |- | ||
|[[VICE]] | |[[VICE]] | ||
| Line 2,722: | Line 2,759: | ||
| {{Red}} {{License|Proprietary}} | | {{Red}} {{License|Proprietary}} | ||
| {{Na}} | | {{Na}} | ||
| {{~}}<ref group="note" | | {{~}}<ref name="shareware" group="note">Shareware. Requires license to unlock full version.</ref> | ||
|} | |} | ||
| Line 2,741: | Line 2,778: | ||
![[Recommended Emulators|Recommended]] | ![[Recommended Emulators|Recommended]] | ||
|- | |- | ||
|vAmiga | |[[vAmiga]] | ||
|[https://github.com/dirkwhoffmann/vAmiga/releases/latest {{vAmigaVer}}]||{{Na}} | |[https://github.com/dirkwhoffmann/vAmiga/releases/latest {{vAmigaVer}}]||{{Na}} | ||
| {{Na}} | | {{Na}} | ||
| Line 2,789: | Line 2,826: | ||
| {{Na}} | | {{Na}} | ||
| {{R}} | | {{R}} | ||
| {{Green}} {{License| | | {{Green}} {{License|GPLv3}} ({{License|Copyleft}}) | ||
| {{Ya}} | | {{Ya}} | ||
| {{~}} | | {{~}} | ||
| Line 2,836: | Line 2,873: | ||
| {{Red}} {{License|Proprietary}} | | {{Red}} {{License|Proprietary}} | ||
| {{Ya}} | | {{Ya}} | ||
| {{~}}<ref group="note" | | {{~}}<ref name="paid" group="note">Requires paid version to access extra emulation features</ref> | ||
|} | |} | ||
| Line 2,909: | Line 2,946: | ||
| {{Red}} {{License|Custom}} ({{License|SA}}) | | {{Red}} {{License|Custom}} ({{License|SA}}) | ||
| {{Ya}} | | {{Ya}} | ||
| {{~}}<ref group="note" | | {{~}}<ref name="paid" group="note">Requires paid version to access extra emulation features</ref> | ||
|} | |} | ||
| Line 2,982: | Line 3,019: | ||
| {{Green}} {{License|GPLv2}} ({{License|Copyleft}}) | | {{Green}} {{License|GPLv2}} ({{License|Copyleft}}) | ||
| {{Ya}} | | {{Ya}} | ||
| {{~}}<ref group="note" | | {{~}}<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]] | ||
| Line 2,995: | Line 3,032: | ||
| {{Red}} {{License|Proprietary}} | | {{Red}} {{License|Proprietary}} | ||
| {{Ya}} | | {{Ya}} | ||
| {{~}}<ref group="note" | | {{~}}<ref name="paid" group="note">Requires paid version to access extra emulation features</ref> | ||
|} | |} | ||
| Line 3,053: | Line 3,090: | ||
| {{Green}} {{License|GPLv2}}<br>{{License|BSD3}} | | {{Green}} {{License|GPLv2}}<br>{{License|BSD3}} | ||
| {{Ya}} | | {{Ya}} | ||
| {{~}}<ref group="note" | | {{~}}<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> | ||
|} | |} | ||
| Line 3,096: | Line 3,133: | ||
| {{Green}} {{License|GPLv2}} ({{License|Copyleft}}) | | {{Green}} {{License|GPLv2}} ({{License|Copyleft}}) | ||
| {{Ya}} | | {{Ya}} | ||
| {{~}}<ref group="note" | | {{~}}<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 | ||
| Line 3,109: | Line 3,146: | ||
| {{Red}} {{License|Proprietary}} | | {{Red}} {{License|Proprietary}} | ||
| {{Ya}} | | {{Ya}} | ||
| {{~}}<ref group="note" | | {{~}}<ref name="paid" group="note">Requires paid version to access extra emulation features</ref> | ||
|} | |} | ||
| Line 3,180: | Line 3,217: | ||
| {{Red}} {{License|Proprietary}} | | {{Red}} {{License|Proprietary}} | ||
| {{Ya}} | | {{Ya}} | ||
| {{~}}<ref group="note" | | {{~}}<ref name="paid" group="note">Requires paid version to access extra emulation features</ref> | ||
|- | |- | ||
|[[Gearcoleco]] | |[[Gearcoleco]] | ||
| Line 3,264: | Line 3,301: | ||
| {{Green}} {{License|GPLv2}} ({{License|Copyleft}}) | | {{Green}} {{License|GPLv2}} ({{License|Copyleft}}) | ||
| {{Ya}} | | {{Ya}} | ||
| {{~}}<ref group="note" | | {{~}}<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 | ||
| Line 3,277: | Line 3,314: | ||
| {{Red}} {{License|Proprietary}} | | {{Red}} {{License|Proprietary}} | ||
| {{Ya}} | | {{Ya}} | ||
| {{~}}<ref group="note" | | {{~}}<ref name="paid" group="note">Requires paid version to access extra emulation features</ref> | ||
|} | |} | ||
| Line 3,602: | Line 3,639: | ||
| {{Green}} {{License|GPLv2}} ({{License|Copyleft}}) | | {{Green}} {{License|GPLv2}} ({{License|Copyleft}}) | ||
| {{Ya}} | | {{Ya}} | ||
| {{~}}<ref group="note" | | {{~}}<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}} | ||
| {{Ya}} | | {{Ya}} | ||
| Line 3,641: | Line 3,678: | ||
| {{Red}} {{License|Proprietary}} | | {{Red}} {{License|Proprietary}} | ||
| {{Ya}} | | {{Ya}} | ||
| {{~}}<ref group="note" | | {{~}}<ref name="paid" group="note">Requires paid version to access extra emulation features</ref> | ||
|} | |} | ||
| Line 3,763: | Line 3,800: | ||
|{{Red}} {{License|Proprietary}} | |{{Red}} {{License|Proprietary}} | ||
|{{Ya}} | |{{Ya}} | ||
|{{Na}}<ref group="note" | |{{Na}}<ref name="paid" group="note">Requires paid version to access extra emulation features</ref> | ||
|- | |- | ||
|[[FUSE]] | |[[FUSE]] | ||
| Line 3,803: | Line 3,840: | ||
| {{?}} | | {{?}} | ||
| {{Ya}} | | {{Ya}} | ||
| {{~}}<ref group="note" | | {{~}}<ref name="command-line" group="note">Command-line only application. No app bundle provided.</ref> | ||
|} | |} | ||
| Line 3,839: | Line 3,876: | ||
| {{Na}} | | {{Na}} | ||
| {{Ya}} | | {{Ya}} | ||
| {{Ya}}<ref group="note" | | {{Ya}}<ref name="compile" group="note">Must compile from source.</ref> | ||
| {{Na}} | | {{Na}} | ||
| {{Na}} | | {{Na}} | ||
| Line 4,041: | Line 4,078: | ||
|{{Red}} {{License|Proprietary}} | |{{Red}} {{License|Proprietary}} | ||
|{{Ya}} | |{{Ya}} | ||
|{{~}}<ref group="note" | |{{~}}<ref name="paid" group="note">Requires paid version to access extra emulation features</ref> | ||
|} | |} | ||
| Line 4,060: | Line 4,097: | ||
|- | |- | ||
|RPCEmu | |RPCEmu | ||
|[https://github.com/Septercius/rpcemu-dev/releases/latest | |[https://github.com/Septercius/rpcemu-dev/releases/latest {{RPCEmuVer}}]||{{Na}} | ||
|{{Na}} | |{{Na}} | ||
|{{Ya}} | |{{Ya}} | ||
| Line 4,099: | Line 4,136: | ||
|{{Red}} {{License|Proprietary}} | |{{Red}} {{License|Proprietary}} | ||
|{{Ya}} | |{{Ya}} | ||
|{{~}}<ref group="note" | |{{~}}<ref name="paid" group="note">Requires paid version to access extra emulation features</ref> | ||
|} | |} | ||
| Line 4,127: | Line 4,164: | ||
|{{Red}} {{License|Proprietary}} | |{{Red}} {{License|Proprietary}} | ||
|{{Ya}} | |{{Ya}} | ||
|{{~}}<ref group="note" | |{{~}}<ref name="paid" group="note">Requires paid version to access extra emulation features</ref> | ||
|} | |} | ||
| Line 4,155: | Line 4,192: | ||
|{{Red}} {{License|Proprietary}} | |{{Red}} {{License|Proprietary}} | ||
|{{Ya}} | |{{Ya}} | ||
|{{~}}<ref group="note" | |{{~}}<ref name="paid" group="note">Requires paid version to access extra emulation features</ref> | ||
|} | |} | ||
| Line 4,215: | Line 4,252: | ||
| {{~}}<ref name="command-line" group="note">Command-line only application. No app bundle provided.</ref> | | {{~}}<ref name="command-line" group="note">Command-line only application. No app bundle provided.</ref> | ||
|} | |} | ||
== Notes == | == Notes == | ||
| Line 4,224: | Line 4,258: | ||
== References == | == References == | ||
{{Reflist}} | {{Reflist}} | ||
{{Emulators on other systems}} | |||
[[Category:macOS| ]] | [[Category:macOS| ]] | ||
[[Category:macOS emulation software]] | [[Category:macOS emulation software]] | ||
[[Category:Shareware emulators]] | [[Category:Shareware emulators]] | ||