Support emulation projects: Difference between revisions
m →MAME |
Ilyagredasov (talk | contribs) →Emulators: BGB bitcoin link Tags: Mobile edit Mobile web edit Advanced mobile edit |
||
| (267 intermediate revisions by 13 users not shown) | |||
| Line 1: | Line 1: | ||
{{NEL}} | |||
[[File:ducktale-amiga-004.png|frameless|right]] | |||
There are several ways to support or contribute to an emulation project (or similar projects such as [[compatibility layers]], [[game engine recreations/Source Ports|game engine recreations]], [[game engine recreations/Source Ports|source ports]] or simulators). Explained here are different ways you can get involved, even if you have low technical skill and/or no money. | There are several ways to support or contribute to an emulation project (or similar projects such as [[compatibility layers]], [[game engine recreations/Source Ports|game engine recreations]], [[game engine recreations/Source Ports|source ports]] or simulators). Explained here are different ways you can get involved, even if you have low technical skill and/or no money. | ||
| Line 7: | Line 9: | ||
=== Compatibility reporting === | === Compatibility reporting === | ||
A compatibility report communicates the emulation quality. It is aimed at other users, and often consists of a compatibility list. | A compatibility report communicates the emulation quality. It is aimed at other users, and often consists of a compatibility list. | ||
| Line 13: | Line 14: | ||
=== Bug reporting === | === Bug reporting === | ||
A bug report concerns one specific problem. It is aimed at emulator developers. | A bug report concerns one specific problem. It is aimed at emulator developers. | ||
| Line 26: | Line 26: | ||
=== Console verification === | === Console verification === | ||
Despite being aimed at developers, users should read / follow bug reports they care about. | Despite being aimed at developers, users should read / follow bug reports they care about. | ||
Many emulators not only need games tested in the emulator, but also on real hardware, because games aren't perfect. If you've been involved with the speedrunning community, you ''know'' bugs exist, and can be taken advantage of to get a faster time. | Many emulators not only need games tested in the emulator, but also on real hardware, because games aren't perfect. If you've been involved with the speedrunning community, you ''know'' bugs exist, and can be taken advantage of to get a faster time. | ||
Determining what is a bug in the game and what is inaccurate emulation can prevent developers from wasting time on problems they didn't create. All projects encounter this at some point; even the testers behind [[Dolphin]] encounter | Determining what is a bug in the game and what is inaccurate emulation can prevent developers from wasting time on problems they didn't create. All projects encounter this at some point; even the testers behind [[Dolphin]] encounter {{YouTubeVideo|kd29mWwp5c8|bugs that happen on hardware}}. | ||
Ideally, you should have a capture card for recording footage from hardware. | Ideally, you should have a capture card for recording footage from hardware. | ||
| Line 37: | Line 36: | ||
You can follow developer chat-rooms, and offer assistance by running tests and collecting data from real hardware. | You can follow developer chat-rooms, and offer assistance by running tests and collecting data from real hardware. | ||
== | ==Providing support for end users== | ||
Helping and guiding other users through problems is one of the pillars of open communities. If there's one thing a developer doesn't want to have to do alone, it's troubleshoot problems that end users get themselves into. Providing support for end-users will allow developers to focus on the software they make, creating a filter that allows actual bugs to be reported and saving time in the process. You also need a slight sense of confidence to make decisions for the user. For most people who work in IT (or just Google their problems), this comes naturally. | Helping and guiding other users through problems is one of the pillars of open communities. If there's one thing a developer doesn't want to have to do alone, it's troubleshoot problems that end users get themselves into. Providing support for end-users will allow developers to focus on the software they make, creating a filter that allows actual bugs to be reported and saving time in the process. You also need a slight sense of confidence to make decisions for the user. For most people who work in IT (or just Google their problems), this comes naturally. | ||
Support can be provided on a Discord server, IRC server, or a project's forums. | Support can be provided on a Discord server, IRC server, or a project's forums. | ||
== | ==Outreach & promotion== | ||
Outreach and promotion is an important factor in the success of an emulator because it gets people talking about it, especially emulators for newer consoles that make strides in their efforts regularly. | Outreach and promotion is an important factor in the success of an emulator because it gets people talking about it, especially emulators for newer consoles that make strides in their efforts regularly. | ||
| Line 48: | Line 47: | ||
== Archival & hardware donations == | == Archival & hardware donations == | ||
Optical discs like CD and DVDs have a limited lifespan. They degrade over time and will eventually be unreadable to a disc reader. | Optical discs like CD and DVDs have a limited lifespan. They degrade over time and will eventually be unreadable to a disc reader. | ||
'''[[Preservation projects]]''' like [http://no-intro.org/ No-Intro] and [https://wiki.redump.info/Redump Redump] are focused on identifying all officially released carts and discs, respectively. | |||
Each known disc is stored with information which makes it possible for users to verify the correctness of their disc. | Each known cart/disc is stored with information which makes it possible for users to verify the correctness of their cart/disc. | ||
Contributing to these databases (by dumping your | Contributing to these databases (by dumping your cart/disc and contributing metadata) helps to build a full-set for testing emulators. | ||
It also encourages users to make legal backups of their discs before they break. | It also encourages users to make legal backups of their carts/discs before they break. | ||
Game databases like [https://www.mobygames.com/ MobyGames] can be used to find additional information for each game. Launchers can use the uploaded descriptions and cover artwork. You can contribute by scanning your game artwork, finding and adding game information (such as release dates). | Game databases like [https://www.mobygames.com/ MobyGames] can be used to find additional information for each game. Launchers can use the uploaded descriptions and cover artwork. You can contribute by scanning your game artwork, finding and adding game information (such as release dates). | ||
| Line 66: | Line 64: | ||
== Help with technical documentation == | == Help with technical documentation == | ||
Emulators depend on technical documentation about the systems they emulate. | Emulators depend on technical documentation about the systems they emulate. | ||
Typically, there are dedicated communities (often including people from the homebrew scene, and much less commonly the piracy and warez scene) for these research and documentation tasks. | Typically, there are dedicated communities (often including people from the homebrew scene, and much less commonly the piracy and warez scene) for these research and documentation tasks. | ||
| Line 78: | Line 75: | ||
=== Communities === | === Communities === | ||
* [https://github.com/xboxdev/xboxdev XboxDev] for original Xbox and SEGA Chihiro | * [https://github.com/xboxdev/xboxdev XboxDev] for original Xbox and SEGA Chihiro | ||
* [https://www.3dbrew.org/ 3DBrew] for 3DS | * [https://www.3dbrew.org/ 3DBrew] for 3DS | ||
| Line 87: | Line 83: | ||
Programming for the emulator itself isn't even necessary, as many projects are in need of websites and continuous integration (CI). If the emulator doesn't use stable builds (or all that exists are instructions for compiling from source), you could implement CI and integrate it with the website so it can host precompiled builds for users. Continuous integration is also useful because it can run the program with test ROMs to ensure that compatibility isn't broken between commits. The major projects will have this covered. Sometimes older project developers don't like to change the website's infrastructure, so you're better off handling projects for which there is no existing website. | Programming for the emulator itself isn't even necessary, as many projects are in need of websites and continuous integration (CI). If the emulator doesn't use stable builds (or all that exists are instructions for compiling from source), you could implement CI and integrate it with the website so it can host precompiled builds for users. Continuous integration is also useful because it can run the program with test ROMs to ensure that compatibility isn't broken between commits. The major projects will have this covered. Sometimes older project developers don't like to change the website's infrastructure, so you're better off handling projects for which there is no existing website. | ||
If you're | Porting, typically adding new operating system support, sometimes as large as a entirely separate class of devices. This can be difficult it greatly increases the possible systems that the emulator can run on. If you're experience with Linux, you can help port a program to it, your distro (Like Debian) or your favorite packing format (like AppImages). | ||
Maintaining or Fixing code, while this can be active development with refactoring of code it can also be re-writing or fixing lines of code, such as minor inaccuracies, off-by-one errors and other small errors not noticed by the developers. | |||
==Donate money== | ==Donate money== | ||
Emulator development is a time-intensive task. A lot of projects could use some money, especially ones where they often don't get it when they should. Some projects are simply possible because the developers have money from their existing job to be able to fund their efforts on the emulator. Sometimes it goes a long way in helping archivists on the team hunt for rare items. | Emulator development is a time-intensive task. A lot of projects could use some money, especially ones where they often don't get it when they should. Some projects are simply possible because the developers have money from their existing job to be able to fund their efforts on the emulator. Sometimes it goes a long way in helping archivists on the team hunt for rare items. | ||
| Line 102: | Line 98: | ||
There's also a lot of free services for open-source projects, so many projects don't have any expenses. | There's also a lot of free services for open-source projects, so many projects don't have any expenses. | ||
== | == Monetary donations == | ||
[[ | [[File:Shutup.jpeg|thumb]] | ||
There are several emulators that support donations, some emulators have Patreons, PayPal addresses and such on their homepages. | |||
== Big projects == | == Big projects == | ||
Note that this list is only intended to provide examples of ways to help out/getting involved, so we only list major examples. | Note that this list is only intended to provide examples of ways to help out/getting involved, so we only list major examples. | ||
=== MAME === | === [[MAME]] === | ||
Has a [https://wiki.mamedev.org/index.php/Contributing_to_MAME contributing page] and you can submit bug reports to [https://mametesters.org/ MAME Testers]. | Has a [https://wiki.mamedev.org/index.php/Contributing_to_MAME contributing page] and you can submit bug reports to [https://mametesters.org/ MAME Testers]. | ||
It's not possible to donate money directly to MAME, but several other projects that help MAME's development by dumping and [[decapping]] ROMs can be supported. | It's not possible to donate money directly to MAME, but several other projects that help MAME's development by dumping and [[decapping]] ROMs can be supported. See [https://www.reddit.com/r/emulation/comments/7i6zck/helping_mame_indirectly_dumping_union_donations/ this Reddit post] by a MAME developer for more info. | ||
* [http://www.mameworld.info/ubbthreads/showthreaded.php?Number=311481 The Dumping Union] - Accepts donations from PayPal. | * [http://www.mameworld.info/ubbthreads/showthreaded.php?Number=311481 The Dumping Union] - Accepts donations from PayPal. | ||
* [https://team-europe.blogspot.com/ Team Europe] - Accepts donations from PayPal. [https://www.reddit.com/r/emulation/comments/9txdsz/mame_team_europe_would_like_help_funding_some/ See info here on how to donate]. | * [https://team-europe.blogspot.com/ Team Europe] - Accepts donations from PayPal. [https://www.reddit.com/r/emulation/comments/9txdsz/mame_team_europe_would_like_help_funding_some/ See info here on how to donate]. | ||
* [https://caps0ff.blogspot.com/ CAPS0ff] - [https://www.patreon.com/user?u=4805718 Has a Patreon]. | * [https://caps0ff.blogspot.com/ CAPS0ff] - [https://www.patreon.com/user?u=4805718 Has a Patreon]. | ||
=== Libretro / RetroArch === | === [[Libretro]] / [[RetroArch]] / [[Lakka]] === | ||
The libretro Team has | The libretro Team has | ||
* A [https://www.libretro.com/index.php/contributions/ contribute page] with wish lists for hardware and other info. | * A [https://www.libretro.com/index.php/contributions/ contribute page] with wish lists for hardware and other info. | ||
* [https://www.patreon.com/libretro A Patreon.] | * [https://www.patreon.com/libretro A Patreon.] | ||
* [https://www. | * A [https://liberapay.com/Libretro/donate Liberapay] page. | ||
* A [https://github.com/sponsors/libretro GutHub Sponsor] page. | |||
* Ronald Brown (a Lakka developer) – [https://www.paypal.com/paypalme/gavindarkglider Has a Paypal]. | |||
=== [[ScummVM]] === | |||
=== ScummVM | |||
The ScummVM Team has | The ScummVM Team has | ||
* [http://sourceforge.net/donate/index.php?group_id=37116 A PayPal.] | * [http://sourceforge.net/donate/index.php?group_id=37116 A PayPal.] | ||
| Line 140: | Line 129: | ||
* [https://wiki.scummvm.org/index.php?title=Developer_Central A Developer Central page] with instructions on how to contribute code. | * [https://wiki.scummvm.org/index.php?title=Developer_Central A Developer Central page] with instructions on how to contribute code. | ||
=== [[Wine]] === | |||
The Wine Team has a [https://www.winehq.org/donate Donate page] where you can find information on how to donate with PayPal and other ways to send money. You can also support them by buying merchandise. | |||
Another option is to buy [https://www.codeweavers.com/about/support-wine CrossOver] which is a commercialized, supported version of Wine from CodeWeavers. They contribute all of their work on CrossOvers back to Wine and make up about two thirds of the commits made to Wine. | |||
'''Patreon''' is a service that allows fans to contribute to creators' projects on a recurring basis (where they're known as patrons). A ton of emulator developers are already using it so if you wish to support any project with money, we've listed the accounts below. We also have a page on other ways to [[support emulation projects]]. | |||
=== [[Winlator]] === | |||
Has a page on [http://buymeacoffee.com/brunosx Buy Me A Coffee]. The development had previously temporarily stalled due to an incident involving shipping infected builds (described in detail in the corresponding article), however it seems to have continued. | |||
=== [[CLK]] === | |||
The author doesn't accept donations but maintains a [https://www.amazon.com/hz/wishlist/ls/8WPVFLQQDPTA US Amazon wishlist]. | |||
=== [[ZEsarUX]] === | |||
Has a [https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=E5RSRST8N7KWS&lc=ES&item_name=Donativo%20ZEsarUX¤cy_code=EUR&bn=PP%2dDonationsBF%3abtn_donateCC_LG%2egif%3aNonHosted PayPal page]. | |||
=== [[Hypseus Singe]] === | |||
Has a page on [https://ko-fi.com/dirtbagxon Ko-fi]. Supports Singe 2, the standalone, [[Daphne]]-independent Windows/Linux/macOS successor of Singe, Daphne's dynamic library to adapt/create [[LaserDisc]] games. | |||
=== [[DREAMM]] === | |||
Has a page on [https://ko-fi.com/aaronsgiles Ko-fi]. | |||
===Emulators=== | |||
Note: If a single author or developer team maintains several different emulator projects at once, then instead of creating a separate entry for each emulator and listing the same author/team with each entry, just list the author/team in question along with all the emulators under author's/team's maintenance. Additionally, don't confuse [[commercial emulators]]/payware with free emulators with an option to donate to the dev(s), the table below is for the latter case. The only case where adding payware is fine is where there's an option for OPTIONAL financial support IN ADDITION TO (not instead of) buying a licensed emulator. And please only add active emulators still being worked on. | |||
{| class="wikitable sortable" style="text-align:center;" width="100%" | |||
! scope="col"|Name | |||
! scope="col"|System(s) | |||
! scope="col"|Sponsorship link(s) | |||
! scope="col"|[[Licensing|License(s)]] | |||
! scope="col"|Early access | |||
! scope="col"|Other rewards | |||
|- | |||
|[[3Beans]] | |||
|[[Nintendo 3DS emulators|Nintendo 3DS]] | |||
|[https://www.patreon.com/Hydr8gon Patreon]<br/>[http://paypal.me/Hydr8gon PayPal] | |||
|{{Green}} {{License|GPLv3}} ({{License|Copyleft}}) | |||
|{{n}} | |||
|{{n}} | |||
|- | |||
|[[86Box]] | |||
|[[POS_(Pong_Consoles)_CPUs_and_Other_Chips#x86_CPUs|x86 CPUs]] | |||
|[https://www.patreon.com/86box Patreon]<br/>[https://www.paypal.com/paypalme/86Box PayPal] | |||
|{{Green}} {{License|GPLv2}} ({{License|Copyleft}}) | |||
|{{✗}} | |||
|Name in YouTube videos, and on website. Priority video requests. | |||
|- | |||
|[[AmiArcadia]], [[WinArcadia]], [[Super Bug Advance]] | |||
|[[Emerson Arcadia 2001 emulators|Arcadia 2001]] (AmiArcadia, WinArcadia), [[Game Boy Advance emulators|GBA]] (Super Bug Advance) | |||
|[https://www.paypal.com/cgi-bin/webscr?cmd=_xclick&[email protected]&item_name=Software%20Development PayPal] | |||
|{{Red}} {{License|Proprietary}} | |||
|{{n}} | |||
|{{n}} | |||
|- | |||
|[[Amiberry]] | |||
|[[Amiga emulators|Amiga]] | |||
|[https://github.com/sponsors/BlitterStudio GitHub Sponsor]<br/>[https://ko-fi.com/midwan Ko-fi] | |||
|{{Green}} {{License|GPLv3}} ({{License|Copyleft}}) | |||
|{{Y}} | |||
|Name on website, and in releases notes. Logo on website and Readme. Priority issue responses. Amiberry Certified Partner badge for business. | |||
|- | |||
|[[BGB]] | |||
|[[Game Boy/Game Boy Color emulators|Game Boy/Game Boy Color]] | |||
|[https://www.blockchain.com/btc/address/1GKtGirdpJbY7BgKttJ4LCGzyUVzBJoL4W Bitcoin] | |||
|{{Red}} {{License|Proprietary}} | |||
|{{N}} | |||
|{{N}} | |||
|- | |||
|[[BigPEmu]] | |||
|[[Atari Jaguar emulators|Atari Jaguar]] | |||
|[https://www.patreon.com/richwhitehouse Patreon] | |||
|{{Red}} {{License|Proprietary}} | |||
|{{✓}} | |||
|Discord, credits/homages in author's all solo work | |||
|- | |||
|[[Cemu]] | |||
|[[Wii U emulators|Wii U]] | |||
|[https://www.patreon.com/cemu Patreon] | |||
|{{Green}} {{License|MPL2}} ({{License|Copyleft}}) | |||
|{{✓}} | |||
|Discord, exclusive news, name in emulator | |||
|- | |||
|Clean Flash Player | |||
|[[Flash]] | |||
|[https://github.com/darktohka GitHub Sponsor]<br/>[https://liberapay.com/darktohka Liberapay]<br/>[https://ko-fi.com/disyer Ko-fi] | |||
|{{Green}} {{License|MIT}} ({{License|Permissive}}) | |||
|{{n}} | |||
|{{n}} | |||
|- | |||
|[[ClownMDEmu]] | |||
|[[Sega Genesis emulators|Genesis/Mega Drive]], Sega/Mega CD | |||
|[https://github.com/sponsors/Clownacy GitHub Sponsor] | |||
|{{Green}} {{License|AGPLv3}} ({{License|Copyleft}}) | |||
|{{n}} | |||
|{{n}} | |||
|- | |||
|[[Cxbx-Reloaded]], [[ares]] | |||
|[[Xbox emulators|Microsoft Xbox]], Sega Chihiro <small>(Arcade, WIP)</small> (Cxbx-Reloaded), [[Multi-system emulators|Multi-system]] (ares) | |||
|[https://www.patreon.com/LukeUsher Patreon]<br/>[https://ko-fi.com/LukeUsher Ko-fi]<br />[https://github.com/sponsors/LukeUsher GitHub Sponsor]<br/>[https://www.paypal.com/paypalme/lukepusher PayPal] | |||
|{{Green}} {{License|GPLv2}} ({{License|Copyleft}})<br>{{License|ISC}} ({{License|Permissive}}) | |||
|{{✗}} | |||
|Exclusive news, name in emulator | |||
|- | |||
|[[Deecy]] | |||
|[[Dreamcast emulators|Sega Dreamcast]] | |||
|[https://github.com/sponsors/Senryoku GitHub Sponsor] | |||
|{{Green}} {{License|BSD3}} ({{License|Permissive}}) | |||
|{{n}} | |||
|{{n}} | |||
|- | |||
|[[Delta]] | |||
|[[Multi-system emulators|Multi-system]] | |||
|[https://www.patreon.com/rileytestut Patreon] | |||
|{{Green}} {{License|AGPLv3}} ({{License|Copyleft}}) | |||
|{{✓}} | |||
|iPad and SEGA Genesis support in Delta, 3rd-party sources in AltStore, QOL improvements and bug fixes, Interaction with developers and community, active support from dedicated channels, providing feedback on upcoming features | |||
|- | |||
|[[DOSBox Pure]] | |||
|[[POS_(Pong_Consoles)_CPUs_and_Other_Chips#x86_CPUs|x86 CPUs]] | |||
|[https://ko-fi.com/schelling Ko-fi]<br/>[http://paypal.com/donate?hosted_button_id=3WX4KRRTHN6EL PayPal]<br/>[https://schelling.itch.io/gamepad-phoenix/purchase Gamepad Phoenix] | |||
|{{Green}} {{License|GPLv2}} ({{License|Copyleft}}) | |||
|{{✗}} | |||
|{{✗}} | |||
|- | |||
|[[DOSBox Staging]] | |||
|[[POS_(Pong_Consoles)_CPUs_and_Other_Chips#x86_CPUs|x86 CPUs]] | |||
|[https://github.com/sponsors/dosbox-staging GitHub Sponsor]<br/>[https://opencollective.com/dosbox-staging Open Collective] | |||
|{{Green}} {{License|GPLv2}} ({{License|Copyleft}}) | |||
|{{✗}} | |||
|{{✗}} | |||
|- | |||
|[[Emulicious]] | |||
|[[Game Boy/Game Boy Color emulators|Game Boy/Color]], [[Master System emulators|Master System]], [[Game Gear emulators|Game Gear]], [[MSX emulators|MSX]] | |||
|[https://paypal.com/donate?hosted_button_id=J9X82EY8FHVX6 PayPal] | |||
|{{Red}} {{License|Proprietary}} | |||
|{{n}} | |||
|{{n}} | |||
|- | |||
|[[Flycast]] | |||
|[[Dreamcast emulators|Sega Dreamcast]], [[Sega NAOMI and variants|NAOMI/2/Multiboard/AtomisWave/System SP]] <small>(Arcade)</small> | |||
|[https://www.paypal.com/paypalme/FlycastEmu PayPal]<br/>[https://buymeacoffee.com/hhwtpernwq Buy Me A Coffee] | |||
|{{Green}} {{License|GPLv2}} ({{License|Copyleft}}) | |||
|{{n}} | |||
|{{n}} | |||
|- | |||
|[[FS-UAE]] | |||
|[[Amiga Line|Amiga]] | |||
|[https://www.paypal.com/cgi/webscr?cmd=_xclick&no_shipping=1¤cy_code=EUR&lc=US&business=fs-uae%40fengestad.no&item_name=Support+FS-UAE+Development PayPal] | |||
|{{Green}} {{License|GPLv2}} ({{License|Copyleft}}) | |||
|{{n}} | |||
|{{n}} | |||
|- | |||
|[[Geargrafx]], [[Gearboy]], [[Gearcoleco]], [[Gearsystem]], [[Gearlynx]], [[Geartowns]] | |||
|[[PC Engine (TurboGrafx-16) emulators|PC Engine (TurboGrafx-16)]], [[SuperGrafx]] (Geargrafx), [[Game Boy (Color)]] (Gearboy), [[ColecoVision]] (Gearcoleco), Sega Mark III, [[SG-1000]], [[Master System]], Game Gear, Othello Multivision (Gearsystem), [[Atari Lynx]] (Gearlynx), [[FM Towns emulators|FM Towns]] (Geartowns) | |||
|[https://github.com/sponsors/drhelius GitHub Sponsor] | |||
|{{Green}} {{License|GPLv3}} ({{License|Copyleft}}) | |||
|{{✗}} | |||
|{{✗}} | |||
|- | |||
|[[Genesis Plus GX]] | |||
|[[SG-1000 emulators|SG-1000]], [[Master System emulators|Master System/Game Gear]], [[Sega Genesis emulators|Genesis/Mega Drive]], Sega/Mega CD | |||
|[https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=2966212 PayPal] | |||
|{{Yellow}} {{License|NC}} | |||
|{{✗}} | |||
|{{✗}} | |||
|- | |||
|[[Gopher64]] | |||
|[[Nintendo 64 emulators|Nintendo 64]] | |||
|[https://www.patreon.com/loganmc10 Patreon]<br>[https://github.com/sponsors/loganmc10 GitHub Sponsor] | |||
|{{Green}} {{License|GPLv3}} ({{License|Copyleft}}) | |||
|{{✗}} | |||
|Exclusive news | |||
|- | |||
|[[Hi65]] | |||
|[[Commodore 64 emulators#Commodore 65|Commodore 65]] | |||
|[https://paypal.com/donate?hosted_button_id=J7JM3BHNLS5YG PayPal] | |||
|{{Green}} {{License|GPLv3}} ({{License|Copyleft}}) | |||
|{{n}} | |||
|{{n}} | |||
|- | |||
|[[Iris]], [[psxe]] | |||
|[[PlayStation 2 emulators|PlayStation 2]], [[PlayStation emulators|PlayStation]] | |||
|[https://buymeacoffee.com/allkern Buy Me A Coffee] | |||
|{{Green}} {{License|MIT}} ({{License|Permissive}}) | |||
|{{✗}} | |||
|{{✗}} | |||
|- | |||
|[[Manic EMU]] | |||
|[[Multi-system emulators|Multi-system]] | |||
|[https://ko-fi.com/maftymanicemu Ko-fi] | |||
|{{Green}} {{License|AGPLv3}} ({{License|Copyleft}}) | |||
|{{✗}} | |||
|Roadmap, Discord channel to discuss it | |||
|- | |||
|[[melonDS]] | |||
|[[Nintendo DS emulators|Nintendo DS]] | |||
|[https://www.patreon.com/staplebutter Patreon (Arisotura, formerly Staplebutter)]<br>[https://paypal.me/Arisotura PayPal] | |||
|{{Green}} {{License|GPLv3}} ({{License|Copyleft}}) | |||
|{{✗}} | |||
|{{✗}} | |||
|- | |||
|[[Mesen]] | |||
|[[Multi-system emulators|Multi-system]] | |||
|[https://www.patreon.com/Mesen Patreon] | |||
|{{Green}} {{License|GPLv3}} ({{License|Copyleft}}) | |||
|{{✗}} | |||
|{{✗}} | |||
|- | |||
|[[mGBA]] | |||
|[[Game Boy Advance emulators|Nintendo GBA]], [[Game Boy/Game Boy Color emulators|GB, GBC]] | |||
|[https://www.patreon.com/mgba Patreon] | |||
|{{Green}} {{License|MPL2}} ({{License|Copyleft}}) | |||
|{{✗}} | |||
|Special icon, name in emulator | |||
|- | |||
|[[Mikage]] | |||
|[[Nintendo 3DS emulators|Nintendo 3DS]] | |||
|[https://www.patreon.com/mikage Patreon] | |||
|{{Red}} {{License|Proprietary}} | |||
|{{✗}} | |||
|Exclusive news, technical support | |||
|- | |||
|[[NooDS]] | |||
|[[Nintendo DS emulators|Nintendo DS]] | |||
|[https://www.patreon.com/Hydr8gon Patreon]<br/>[http://paypal.me/Hydr8gon PayPal] | |||
|{{Green}} {{License|GPLv3}} ({{License|Copyleft}}) | |||
|{{✗}} | |||
|Discord | |||
|- | |||
|[[Nova]] | |||
|[[Sega Saturn emulators|Sega Saturn]], Sega Titan Video <small>(Arcade)</small> | |||
|[https://www.patreon.com/nova_emu Patreon] | |||
|{{Red}} {{License|Proprietary}} | |||
|{{✓}} | |||
|Exclusive news, name in emulator | |||
|- | |||
|[[OpenEmu]] | |||
|[[Multi-system emulators|Multi-system]] | |||
|[https://www.patreon.com/openemu Patreon]<br/>[https://cash.app/$openemu Cash App]<br/>[https://www.blockchain.com/btc/address/1BjRxVxjZXfRvjTLwcjCGPQSHMYbDbapcH Bitcoin]<br/>[https://www.blockchain.com/bch/address/1PZTjJASp8e56gx2pHAvZvKHb4EiqG1kKz BitcoinCash] | |||
|{{Green}} {{License|BSD3}} ({{License|Permissive}}) | |||
|{{✓}} | |||
|Name in emulator | |||
|- | |||
|[[Panda3DS]] | |||
|[[Nintendo 3DS emulators|Nintendo 3DS]] | |||
|[https://www.patreon.com/wheremyfoodat Patreon]<br>[https://ko-fi.com/wheremyfoodat Ko-fi] | |||
|{{Green}} {{License|GPLv3}} ({{License|Copyleft}}) | |||
|{{n}} | |||
|{{n}} | |||
|- | |||
|[[PCBox]] | |||
|[[POS_(Pong_Consoles)_CPUs_and_Other_Chips#x86_CPUs|x86 CPUs]] | |||
|[https://www.patreon.com/qeegmfer Patreon] | |||
|{{Green}} {{License|GPLv2}} ({{License|Copyleft}}) | |||
|{{✗}} | |||
|Discord, technical support | |||
|- | |||
|[[PCSX-Redux]] | |||
|[[PlayStation emulators|PlayStation]] | |||
|[https://ko-fi.com/nicolasnoble Ko-fi] | |||
|{{Green}} {{License|GPLv2}} ({{License|Copyleft}}) | |||
|{{✗}} | |||
|{{✗}} | |||
|- | |||
|[[PCSX2]] | |||
|[[PlayStation 2 emulators|Sony PlayStation 2]] | |||
|[https://github.com/sponsors/PCSX2 GitHub Sponsor]<br>[https://liberapay.com/PCSX2/donate Liberapay]<br>[https://ko-fi.com/f0bes/ Ko-fi (F0bes)] | |||
|{{Green}} {{License|GPLv3}} ({{License|Copyleft}}) | |||
|{{✗}} | |||
|Discord | |||
|- | |||
|Planet Virtual Boy emulator | |||
|[[Virtual Boy emulators|Nintendo Virtual Boy]] | |||
|[https://www.patreon.com/GuyPerfect Patreon] | |||
|{{Green}} {{License|zlib}} ({{License|Permissive}}) | |||
|{{✗}} | |||
|{{✗}} | |||
|- | |||
|[[Play!]] | |||
|[[PlayStation 2 emulators|Sony PlayStation 2]], Namco System 246/256/Super 256/147 <small>(Arcade)</small> | |||
|[https://www.patreon.com/jpd002 Patreon]<br/>[https://github.com/sponsors/jpd002 GitHub Sponsor]<br/>[http://paypal.com/donate?hosted_button_id=SEFB8MUHNHB4Y PayPal] | |||
|{{Green}} {{License|BSD2}} ({{License|Permissive}}) | |||
|{{✗}} | |||
|Discord | |||
|- | |||
|[[PPSSPP]] | |||
|[[PSP emulators|PSP]] | |||
|[https://www.ppsspp.org/buygold/ Buy PPSSPP Gold] | |||
|{{Green}} {{License|GPLv2}} ({{License|Copyleft}}) | |||
|{{n}} | |||
|Special PPSSPP gold skin | |||
|- | |||
|[[Project64]] | |||
|[[Nintendo 64 emulators|Nintendo 64]] | |||
|[https://www.patreon.com/Project64 Patreon] | |||
|{{Green}} {{License|GPLv2}} ({{License|Copyleft}}) | |||
|{{✓}} | |||
|Remove prompts for support | |||
|- | |||
|[[Provenance]] | |||
|[[Multi-system emulators|Multi-system]] | |||
|[https://patreon.com/provenance Patreon]<br/>[https://github.com/sponsors/JoeMatt GitHub Sponsor]<br/>[https://opencollective.com/provenanceemu Open Collective]<br/>[https://opencollective.com/joe-mattiello Open Collective (Joe Mattiello)]<br/>[https://buymeacoffee.com/joemattiello Buy Me A Coffee]<br/>[https://www.amazon.com/hz/wishlist/ls/1VXOGWHIOFVMR?ref_=wl_share Author's Amazon wishlist] | |||
|{{Green}} {{License|BSD3}} ({{License|Permissive}}) | |||
|{{✗}} | |||
|Discord, Bug fix requests, Feature requests, Cloud saves, Patron shout-out, Cloud ROMs, and ISOs, Phone call, Digital comissions, Dedicated feature development (2 hours of time). | |||
|- | |||
|[[puNES]] | |||
|[[NES emulators|NES]] | |||
|[https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=QPPXNRL5NAHDC PayPal]<br>[https://github.com/sponsors/punesemu GitHub Sponsor]<br>[https://ko-fi.com/punesemu Ko-fi] | |||
|{{Green}} {{License|GPLv3}} ({{License|Copyleft}}) | |||
|{{✗}} | |||
|{{✗}} | |||
|- | |||
|[[Retro Virtual Machine]] | |||
|[[ZX Spectrum line|ZX Spectrum]], [[Amstrad CPC emulators|Amstrad CPC]], [[MSX emulators|MSX-1]], [[SG-1000 emulators|SG-1000]] and [[Master System/Game Gear emulators|Master System]] | |||
|[https://www.patreon.com/retrovirtualmachine Patreon]<br>[https://www.paypal.com/donate/?hosted_button_id=55EBDLAKKU9HL PayPal]<br>[https://ko-fi.com/D1D42AI31 Ko-fi] | |||
|{{Red}} {{License|Proprietary}} | |||
|{{✓}} | |||
|Exclusive news, name in emulator | |||
|- | |||
|[[RPCEmu]] | |||
|[[RISC OS emulators|RISC OS]] | |||
|[https://buymeacoffee.com/rpcemu Buy Me A Coffee] | |||
|{{Green}} {{License|GPLv2}} ({{License|Copyleft}}) | |||
|{{N}} | |||
|{{N}} | |||
|- | |||
|[[RPCS3]] | |||
|[[PlayStation 3 emulators|Sony PlayStation 3]] | |||
|[https://www.patreon.com/Nekotekina Patreon] | |||
|{{Green}} {{License|GPLv2}} ({{License|Copyleft}}) | |||
|{{✗}} | |||
|Discord, exclusive news, technical support, development polls, name in emulator | |||
|- | |||
|[[Ruffle]] | |||
|[[Flash]] | |||
|[https://opencollective.com/ruffle Open Collective]<br/>[https://github.com/sponsors/ruffle-rs GitHub Sponsor] | |||
|{{Green}} {{License|Dual}} {{License|Permissive}} ({{License|MIT}} and {{License|Apache2}}) | |||
|{{n}} | |||
|{{n}} | |||
|- | |||
|[[SameBoy]] | |||
|[[Game Boy/Game Boy Color emulators|GB, GBC]] | |||
|[https://github.com/sponsors/LIJI32 GitHub Sponsor] | |||
|{{Green}} {{License|MIT}} ({{License|Permissive}}) | |||
|{{n}} | |||
|{{n}} | |||
|- | |||
|[[SquirrelJME]] | |||
|[[J2ME]] | |||
|[http://ko-fi.com/xerthesquirrel Ko-fi]<br/>[https://www.patreon.com/SquirrelJME Patreon]<br/>[https://liberapay.com/xershadowtail Liberapay]<br/>[https://paypal.me/xerthesquirrel PayPal]<br/>[https://github.com/sponsors/XerTheSquirrel GitHub Sponsor]<br/>[https://btc.com/3AxDtLvmEk7h61BFy7J2v2t4s9m9uzWVvY Bitcoin] | |||
|{{Green}} {{License|GPLv3}} ({{License|Copyleft}}) | |||
|{{n}} | |||
|{{n}} | |||
|- | |||
|[[StarPSX]] | |||
|[[PlayStation emulators|PlayStation]] | |||
|[https://buymeacoffee.com/kaezr Buy Me A Coffee] | |||
|{{Green}} {{License|GPLv3}} ({{License|Copyleft}}) | |||
|{{n}} | |||
|{{n}} | |||
|- | |||
|[[Stella]] | |||
|[[Atari 2600 emulators|Atari 2600]] | |||
|[https://stella-emu.github.io/donations.html Donations]<br/>[https://paypal.com/donate?hosted_button_id=HFYGAYVAY9GT6 PayPal] | |||
|{{Green}} {{License|GPLv2}} ({{License|Copyleft}}) | |||
|{{n}} | |||
|{{n}} | |||
|- | |||
|[[shadPS4]] | |||
|[[PlayStation 4 emulators|Sony PlayStation 4]] | |||
|[https://ko-fi.com/shadps4 Ko-fi] | |||
|{{Green}} {{License|GPLv2}} ({{License|Copyleft}}) | |||
|{{n}} | |||
|{{n}} | |||
|- | |||
|[[SUPER ZSNES]] | |||
|[[SNES emulators|SNES]] | |||
|[https://www.patreon.com/cw/ZSNES Patreon] | |||
|{{Red}} {{License|Proprietary}} | |||
|{{n}} | |||
|{{n}} | |||
|- | |||
|[[TeknoParrot]] | |||
|Windows-based [[Arcade emulators|Arcade systems]] | |||
|[https://www.patreon.com/Teknogods Patreon] | |||
|{{Red}} {{License|Proprietary}} | |||
|{{✓}} | |||
|Exclusive emulator features, Discord, exclusive news | |||
|- | |||
|[[vAmiga]], [[VirtualC64]] | |||
||[[Amiga emulators|Amiga]] (vAmiga), [[Commodore 64 emulators|Commodore 64]] (VirtualC64) | |||
|[https://github.com/sponsors/dirkwhoffmann GitHub Sponsor] | |||
|{{Green}} {{License|GPLv3}}<br>{{License|MPL2}}<br>{{License|MIT}}<br>{{License|GPLv3}} | |||
|{{n}} | |||
|{{n}} | |||
|- | |||
|[[VBA-M]] | |||
||[[Game Boy Advance emulators|Nintendo GBA]], [[Game Boy/Game Boy Color emulators|GB, GBC]] | |||
|[https://github.com/sponsors/rkitover GitHub Sponsor] | |||
|{{Green}} {{License|GPLv2}} ({{License|Copyleft}}) | |||
|{{n}} | |||
|{{n}} | |||
|- | |||
|[[Vita3K]] | |||
|[[PlayStation Vita emulators|Sony PlayStation Vita]] | |||
|[https://ko-fi.com/vita3k Ko-fi] | |||
|{{Green}} {{License|GPLv2}} ({{License|Copyleft}}) | |||
|{{✗}} | |||
|Discord, name in readme, higher priority on reported issues | |||
|- | |||
|[[WinUAE]] | |||
|[[Amiga emulators|Amiga]] | |||
|[https://paypal.com/donate?hosted_button_id=DBQ9F44NEWTML PayPal] | |||
|{{Green}} {{License|GPLv2}} ({{License|Copyleft}}) | |||
|{{✗}} | |||
|{{n}} | |||
|- | |||
|[[xemu]] | |||
|[[Xbox emulators|Microsoft Xbox]] | |||
|[https://www.patreon.com/mborgerson Patreon] | |||
|{{Green}} {{License|GPLv2}} ({{License|Copyleft}}) | |||
|{{✗}} | |||
|Name on videos | |||
|- | |||
|[[Xenia]] | |||
|[[Xbox 360 emulators|Microsoft Xbox 360]] | |||
|[https://www.patreon.com/xenia_project Patreon (xenia_project)]<br/>[https://www.patreon.com/gibbed Patreon (gibbed)]<br/>[https://github.com/sponsors/gibbed GitHub Sponsor (gibbed)]<br/>[https://github.com/sponsors/JoelLinn GitHub Sponsor (JoelLinn)]<br/>[https://github.com/sponsors/Razzile GitHub Sponsor (Razzile)] | |||
|{{Green}} {{License|BSD3}} ({{License|Permissive}}) | |||
|{{✗}} | |||
|Discord | |||
|- | |||
|[[Yaba Sanshiro]] (Yaba) | |||
|[[Sega Saturn emulators|Sega Saturn]] | |||
|[https://www.patreon.com/devmiyax Patreon]<br/>[https://liberapay.com/~32349/donate Liberapay]<br/>[https://github.com/sponsors/devmiyax GitHub Sponsor] | |||
|{{Green}} {{License|GPLv2}} ({{License|Copyleft}}) | |||
|{{✗}} | |||
|Patron-only posts and messages | |||
|- | |||
|[[Ymir]] | |||
|[[Sega Saturn emulators|Sega Saturn]] | |||
|[https://www.patreon.com/StrikerX3 Patreon] | |||
|{{Green}} {{License|GPLv3}} ({{License|Copyleft}}) | |||
|{{✗}} | |||
|Exclusive news | |||
|} | |||
===Miscellaneous=== | |||
{| class="wikitable" style="text-align:center;" width="100%" | |||
! scope="col"|Name | |||
! scope="col"|Description | |||
! scope="col"|Sponsorship links | |||
! scope="col"|Rewards | |||
|- | |||
|[https://caps0ff.blogspot.com/ CAPS0ff] | |||
|Chip [[decapping]], currently used for improving [[MAME]]'s emulation. | |||
|[https://www.patreon.com/user?u=4805718 4805718] | |||
|Chance to influence what they work on, early blog posts. | |||
|- | |||
|[https://www.emuvr.net/ EmuVR] | |||
|Game room simulation in [[Virtual reality|VR]]. | |||
|[https://www.patreon.com/EmuVR EmuVR] | |||
|Exclusive news. | |||
|- | |||
|[https://gliden64.blogspot.com/ GLideN64] | |||
|One of the more popular [[Recommended N64 plugins|N64 plugins]]. | |||
|[https://www.patreon.com/Gliden64 Gliden64] | |||
|Early access, exclusive news. | |||
|- | |||
|[https://github.com/JayFoxRox JayFoxRox] | |||
|[[XQEMU]], [[Citra]], Sega Lindbergh, [[pinball]] emulation, open-source PC game ports. | |||
|[https://www.patreon.com/jayfoxrox jayfoxrox] | |||
|{{✗}} | |||
|- | |||
|[https://github.com/Lioncash Lioncache] | |||
|Core developer on [[Dolphin]], [[Citra]] and [[yuzu]]. | |||
|[https://www.patreon.com/user?u=9377665 9377665] | |||
|Monthly cat photos. | |||
|- | |||
|[https://github.com/Libbers Libbers (AKA 'Libby')] | |||
|Revived private server for [[Xbox]] games. [https://twitter.com/kl0wny Twitter]. | |||
|[https://www.patreon.com/LibbyLoops LibbyLoops] | |||
|{{✗}} | |||
|- | |||
|[https://lutris.net/ Lutris] | |||
|An open-source [[Frontends|frontend]] for Linux. | |||
|[https://www.patreon.com/lutris lutris] | |||
|Early access, remote support with a desktop sharing program, custom forum badge. | |||
|- | |||
|[https://github.com/m4xw m4xw] | |||
|Works on improving various emulators, such as [[Mupen64Plus]], Mupen64Plus-Next, [[RetroArch]] libnx port, Switch [[PPSSPP]] Port. Also makes Nintendo Switch homebrew. | |||
|[https://www.patreon.com/m4xwdev m4xwdev] | |||
|Discord, feature requests. | |||
|- | |||
|[http://problemkaputt.de Martin Korth] | |||
|Developer of the [[No$]] emulators. | |||
|[https://www.patreon.com/martin_korth martin_korth] | |||
|{{✗}} | |||
|- | |||
|[[MAME|MooglyGuy/TheMogMiner]] | |||
|Assist with expenses in acquiring obscure computers and electronic hardware for [[MAME]]'s emulation. | |||
|[https://www.patreon.com/moogly moogly] | |||
|Patreon posts | |||
|- | |||
|[https://playnite.link/ Playnite] | |||
|An open-source [[Frontends|frontend]] for Windows. | |||
|[https://www.patreon.com/playnite playnite] | |||
|Early access, access to polls prioritizing upcoming features, credits. | |||
|- | |||
|[https://github.com/CookiePLMonster Silent (AKA 'CookiePLMonster')] | |||
|Occasional contributions to [[Xenia]], [[RPCS3]], [[Cxbx-Reloaded]]; unofficial patches/enhancements for PC games & some old console games; other mods for Grand Theft Auto games. | |||
|[https://www.patreon.com/CookiePLMonster CookiePLMonster] | |||
|Patreon posts, credits, access to private to-do list. | |||
|- | |||
|[https://github.com/thrimbor thrimbor] | |||
|Revived private server (For [[Xbox]] games), Xbox original tools, various fixes/mods to open-source projects and games/software. [https://twitter.com/thrimbor Twitter]. | |||
|[https://www.patreon.com/StefanSchmidt StefanSchmidt] | |||
|{{✗}} | |||
|- | |||
|[https://github.com/wine-staging/wine-staging Wine-Staging] | |||
|Testing area and experimental features for [[Wine]]. | |||
|[https://www.patreon.com/winestaging winestaging] | |||
|{{✗}} | |||
|- | |||
|[https://www.zophar.net/ Zophar's Domain] | |||
|Emulation/game data archival website. | |||
|[https://www.patreon.com/zophar zophar] | |||
|Ad-free, your own post, link to your emulation project. | |||
|- | |||
|[[Fightcade]] | |||
|Matchmaking software client for facilitating online sessions of classic arcade and console games bundled with emulators | |||
|[https://www.patreon.com/Fightcade Fightcade] | |||
|Exclusive color themes, joining multiple game channels, favourite channels with search and filters, disabling live spectators, option to see your ELO score in ranked game channels after every match, ability to create Private Lobbies, very useful for Streamers, TOs, or communities who organize tournaments, access to Discord, silver or gold role grouping in Discord. | |||
|- | |||
|[https://twitter.com/Tuxality Tuxality] | |||
|Developing [http://tuxality.net/projects/infuse_zeebo_emulator Infuse] ([[Zeebo|Zeebo]] and [[BREW|BREW]] emulator) and [[Wrappers|PowerVR SGL wrapper]] | |||
|[https://www.patreon.com/Tuxality Tuxality] | |||
|{{✗}} | |||
|- | |||
|[https://www.system16.com/ System 16 - The Arcade Museum] | |||
|Information compendium on tons of released arcade boards | |||
|[https://www.paypal.com/donate/?hosted_button_id=7PHGUHCZE69X6 PayPal] | |||
|{{✗}} | |||
|} | |||
===Romhacking=== | |||
{| class="wikitable" style="text-align:center;" width="100%" | |||
! scope="col"|Name | |||
! scope="col"|Description | |||
! scope="col"|Sponsorship links | |||
! scope="col"|Rewards | |||
|- | |||
|Hilltop | |||
|Localizations of Japanese-only videogames (Especially [[:Category:Fifth-generation video game consoles|PS1]] & [[:Category:Sixth-generation video game consoles|PS2]]) titles. | |||
|[https://www.patreon.com/hilltopworks hilltopworks] | |||
|Patron-only Discord room, patron role, exclusive posts, early access to content, BTS developer info, answers to romhacking questions, patch credits. | |||
|- | |||
|[https://romhacking.net/ ROMhacking.net] | |||
|[[Mods, hacks and fan-translations|Rom hacking]] website. The biggest (?) database of ROM hacks and translations. | |||
|[https://www.patreon.com/Romhackingnet Romhackingnet] | |||
|Site themes, site development forum, ad-free, sticky article, new site feature or improvement of your choosing. | |||
|} | |||
===[[FPGA]]=== | |||
{| class="wikitable" style="text-align:center;" width="100%" | |||
! scope="col"|Name | |||
! scope="col"|Description | |||
! scope="col"|Sponsorship links | |||
! scope="col"|Rewards | |||
|- | |||
|[https://github.com/atrac17 atrac17] | |||
|Fixes to arcade [[FPGA|FPGA cores]] for [[MiSTer]] and others, [[MAME]] contributor. | |||
|[https://www.patreon.com/atrac17 atrac17] | |||
|Private posts | |||
|- | |||
|[https://github.com/theypsilon José Manuel Barroso Galindo] | |||
|Maintains the old Update_All_MiSTer script and newer, improved MiSTer Downloader for [[MiSTer]] [[FPGA]]. | |||
|[https://www.patreon.com/theypsilon theypsilon] | |||
|Early access, private posts, Patreon keys, Discord benefits, shout-outs, chance to influence what he works on. | |||
|- | |||
|[https://github.com/jotego Jose Tejada] | |||
|Arcade [[FPGA|FPGA cores]] for [[MiSTer]] and others, [[MAME]] contributor. | |||
|[https://www.patreon.com/topapate topapate] | |||
|Early access, private posts, name/face in projects, chance to influence what he works on. | |||
|- | |||
|[[MiSTer]] | |||
|Open source [[FPGA]] project targeted to replicate retro computers, consoles and similar devices using modern USB input devices and output high quality video to HDMI. | |||
|[https://www.patreon.com/FPGAMiSTer FPGAMiSTer]<br/>[https://www.paypal.me/FPGAMiSTer PayPal] | |||
|{{✗}} | |||
|- | |||
|[https://www.retrorgb.com/ RetroRGB.com] | |||
|A website with corresponding YouTube, Podcast and social media accounts dedicated to highlighting the people and projects in the retro gaming scene (particularly [[FPGA]] scene too). | |||
|[https://www.patreon.com/retrorgb retrorgb], [https://www.floatplane.com/channel/RobertNeal/home Floatplane], [https://ko-fi.com/retrorgb Ko-fi], [https://www.paypal.com/donate?hosted_button_id=7J9QNKYKBSM3Y PayPal], [https://www.retrorgb.com/support.html Others] | |||
|Early access, private posts, Discord. | |||
|- | |||
|[https://github.com/RobertPeip Robert Peip] | |||
|Development and enhancements to console [[FPGA|FPGA cores]] for [[MiSTer]] and others. Best known for creating [[PlayStation emulators|PSX]] core. Also made Atari Lynx, GBA & Wonderswan cores, and added improvements to other cores. Check his [https://www.twitter.com/AzumFpg Twitter] updates, too. | |||
|[https://www.patreon.com/FPGAzumSpass FPGAzumSpass] | |||
|Early access, private posts. | |||
|- | |||
|[https://github.com/srg320 Sergey Dvodnenko] | |||
|Console [[FPGA|FPGA cores]] for [[MiSTer]] and others. Best known for creating [[Sega Saturn emulators|Saturn]] core. Also did major work on Sega Genesis, Mega CD & TurboGrafx-16/CD. Check his [https://www.twitter.com/srg320_ Twitter], too. | |||
|[https://www.patreon.com/srg320 srg320] | |||
|{{✗}} | |||
|- | |||
|} | |||
===[[Game engine recreations and source ports|Game engine recreations]]=== | |||
{| class="wikitable" style="text-align:center;" width="100%" | |||
! scope="col"|Name | |||
! scope="col"|Games | |||
! scope="col"|Description | |||
! scope="col"|Sponsorship links | |||
! scope="col"|Rewards | |||
|- | |||
|[https://openmw.org/ OpenMW] | |||
|TES 3: Morrowind | |||
|List of several individual devs. | |||
|[https://openmw.org/faq/#donations Several devs] | |||
|{{✗}} | |||
|- | |||
|[https://github.com/nmlgc/ReC98 ReC98] | |||
|Touhou 1 - 5 (PC-98) | |||
|Updated page with many completion status bars needing certain amounts. | |||
|[https://rec98.nmlgc.net/ GitHub Sponsors] (Progress bars) | |||
|{{✗}} | |||
|- | |||
|} | |||
===Video game preservation=== | |||
{| class="wikitable" style="text-align:center;" width="100%" | |||
! scope="col"|Name | |||
! scope="col"|Description | |||
! scope="col"|Sponsorship links | |||
! scope="col"|Rewards | |||
|- | |||
|[https://classicrebirth.com/ classicrebirth.com] (The Apple of Eden) | |||
|Plug & play enhancements for classic ''Resident Evil'' and ''Dino Crisis'' games on modern Windows (i.e. Vista+). | |||
|[https://www.patreon.com/classicrebirth classicrebirth] | |||
|Private posts, full patches collection, early access, in-game credit. | |||
|- | |||
|[http://www.hardcoregaming101.net/ HG101] | |||
|Comprehensive web overviews/retrospectives, ebooks/books and podcasts of retro/modern video games. | |||
|[https://www.patreon.com/hg101 hg101] | |||
|Private posts, private messages, Discord, ebooks/books (also autographic option), materials, votes/nominations. | |||
|- | |||
|[https://hitsave.org/ Hit Save!] | |||
|A non-profit dedicated to video game preservation, their history, and related physical and digital materials. | |||
|[https://www.patreon.com/hitsave hitsave], [https://hitsave.org/support-us/#/portal/ Ghost], [https://hitsave.org/support-us/ Others] | |||
|Private posts, messages, polls, Discord, early access content, credit, memorabilia. | |||
|- | |||
|[http://www.homeoftheunderdogs.net/ Home of the Underdogs] | |||
|A non-profit site dedicated to the preservation and promotion of 5000+ underrated PC games (and a few non-PC games) of all ages, 1000+ documents. Includes game info, reviews, media, download/purchase links. [https://en.wikipedia.org/wiki/Home_of_the_Underdogs Old versions] with game/docs downloads ended in 2009. | |||
|[https://www.patreon.com/hotu hotu] | |||
|Discord. | |||
|- | |||
|[https://www.unseen64.net/ Unseen64] | |||
|An historical archive with articles, screenshots and videos for cancelled, beta & unseen videogames. Full U64 backup on Archive.org. | |||
|[https://www.patreon.com/unseen64 unseen64] | |||
|Private posts, polls, credit in posts, ebook. | |||
|- | |||
! colspan="8"|Axed | |||
|- | |||
|[https://www.preservegames.org/ The Video Game Preservation Collective (VGPC)] | |||
|Video game preservation. Contributes to [http://redump.info/ Redump], No-Intro and [https://archive.org/ Internet Archive]. | |||
|[https://www.patreon.com/vgpc vgpc] | |||
|Name on website | |||
|- | |||
|} | |||
;External links | |||
* [https://graphtreon.com/ Graphtreon] - View a project's Patreon earnings, statistics, graphs and rankings. | |||
=== | ==Bounty== | ||
The | WIP | ||
Happy Wars revival: $1000 ([https://discord.com/channels/1376193691345092768/1479539282782982350 Discord]) | |||
==Notable projects and people== | |||
WIP section, kinda pointless atm.<br> | |||
This section is for relevant/notable emulation projects and people who are part of them. | |||
;Tiers of Emulator Compatibility | |||
{| style="width: 74%; font-size:16px; text-align: center; border-collapse: collapse; color: #1a1a1a; background: linear-gradient(to bottom, #1f9423 0%, #cfffd0 50%, #ccc762 80%, #fa9d46 100%);" | |||
|+ style="caption-side: top; font-style: italic; padding: 5px; background: white;" | These categories are not based solely on official compatibility lists; they also account for notable issues found in emulators dedicated wiki, unofficial community reports, and minor bugs that require manual user tweaking. The systems listed below represent the primary target platform(s) for each recommended emulator in this categorization. Many of these emulators support other systems as well, but only these target(s) are considered here for tier assignment. | |||
|- style="background: transparent;" | |||
| || [[BigPEmu]] || Atari Jaguar/Jaguar CD | |||
|- style="background: transparent;" | |||
| || [[Ares]] || <small>ColecoVision, SG-1000, NES, SNES, PCE/PCE-CD/PCE2, NeoGeo Pocket (Color), WonderSwan, Sega 32X, Sega CD 32X, LaserActive</small> | |||
|- style="background: transparent;" | |||
| || [[Genesis Plus GX]] || Sega Master System, Sega Genesis, Sega CD | |||
|- style="background: transparent;" | |||
| || [[mGBA]] || Game Boy Advance | |||
|- style="background: transparent;" | |||
| || [[SameBoy]] || Game Boy (Color) | |||
|- style="background: transparent;" | |||
| || [[melonDS]] || Nintendo DS/DSi | |||
|- style="background: transparent;" | |||
| || [[Supermodel]] || [[Sega Model 3]] | |||
|- style="background: transparent;" | |||
| || [[86Box]] || [[MS-DOS_/_Windows_1.0x-3.x_emulators|MS-DOS]] | |||
|- style="background: transparent;" | |||
| || [[RetroArch]] || <small>[[Atari_8-bit_emulators|Atari 8-bit]], Atari 2600, Atari 5200, Commodore 64, Amiga, CD32, CDTV, NEC PC-98, Sharp X68000, PC-FX, Virtual Boy, Atari Lynx, 3DO, [[Neo_Geo_and_variants|NG-CD]]</small> | |||
|- style="background: transparent;" | |||
| || [[FinalBurn Neo|FBNeo]] || 2D Arcade | |||
|- style="background: transparent;" | |||
| || [[DuckStation]] || PlayStation | |||
|- style="background: transparent;" | |||
| || [[Flycast]] || Dreamcast, NAOMI | |||
|- style="background: transparent;" | |||
| style="font-weight: bold; font-size:12px;" | ≥90% || [[Dolphin]] || GameCube, Wii | |||
|- style="background: transparent;" | |||
| || [[PCSX2]] || PlayStation 2 [[PlayStation_2_emulators#cite_note-SX2Compatibility-2|*]] | |||
|- style="background: transparent;" | |||
| || [[Ares]] || Nintendo 64/64DD | |||
|- style="background: transparent;" | |||
| || [[PPSSPP]] || PSP | |||
|- style="background: transparent;" | |||
| || [[Ymir]] || Sega Saturn | |||
|- style="background: transparent;" | |||
| || [[Azahar]] || Nintendo (new) 3DS | |||
|- style="background: transparent;" | |||
| || [[Cemu]] || Wii U | |||
|- style="background-color: transparent;" | |||
| style="font-weight: bold; font-size:12px;" | ≥70% || [[86Box]] || [[Windows 9x]] | |||
|- style="background: transparent;" | |||
| || [[Eden]] || Nintendo Switch | |||
|- style="background: transparent;" | |||
| || [[RPCS3]] || PlayStation 3 | |||
|- style="background: transparent;" | |||
| || [[Xemu]] || Xbox [[Xbox_emulators#cite_note-xemucompat-7|*]] | |||
|- style="background: transparent;" | |||
| || [[Vita3K]] || PlayStation Vita | |||
|- style="background: transparent;" | |||
| style="font-weight: bold; font-size:12px;" | ≤40% || [[RetroArch]] || CD-i | |||
|- style="background: transparent;" | |||
| || [[touchHLE]] || iOS 32-bit | |||
|- style="background: transparent;" | |||
| || [[Xenia|Xenia Edge]] || Xbox 360 | |||
|- style="background: transparent;" | |||
| || [[ShadPS4]] || PlayStation 4 | |||
|} | |||
;People in the emulation and related scenes | |||
:''WIP, I think this section would fit better if distributed across the page, as the article already highlights some of these individuals.'' | |||
This section highlights key contributors to the emulation community and recognizes the developers who create and maintain these projects. Thank you to everyone who has worked on emulation projects, whether currently active or in the past. If a game doesn’t function as expected or a desired feature is missing, keep in mind that developers may have different priorities or face technical limitations. Consider providing constructive feedback or support. Usually, these projects are driven by volunteers who dedicate their time and skills without compensation. Testers, bug reporters, compatibility list maintainers, and forum moderators also invest significant effort to support these projects and their communities. | |||
{| class="wikitable" style="text-align:center;" | |||
|- | |||
!rowspan="4"|Hans-Kristian Arntzen (Themaister) | |||
| CEO & Founder of Arntzen Software AS | |||
|- | |||
|[https://github.com/HansKristian-Work Contributor for lots of crucial emulator-related projects] | |||
|- | |||
|[[Recommended_N64_plugins#ParaLLEl-RDP|paraLLEl-RDP]] | |||
|- | |||
|[[paraLLEl-GS]] | |||
|- | |||
!rowspan="5"|Aaron Giles | |||
|[[DREAMM]] | |||
|- | |||
|[[Sega_Genesis_emulators#Sound_emulation|ymfm]] | |||
|- | |||
|[https://aarongiles.com/programming/mame/contributions/ Contributions for the MAME] | |||
|- | |||
|[[Hypervisors|Hyper-V]] | |||
|- | |||
|[[Compatibility layers|Windows on ARM]] | |||
|- | |||
!rowspan="4"|George Moralis (Shadow) | |||
|Founder of [[PCSX2]] project | |||
|- | |||
|Founder of [[PCSX-Reloaded#Overview|PCSX]] project | |||
|- | |||
|[[JPCSP]] project | |||
|- | |||
|[https://github.com/shadps4-emu/shadPS4/graphs/contributors Contributions for the ShadPS4 project]. | |||
|- | |||
!rowspan="3"|Luke Usher | |||
|[https://github.com/ares-emulator/ares/graphs/contributors Contributions for the ares project] | |||
|- | |||
|[https://github.com/Cxbx-Reloaded/Cxbx-Reloaded/graphs/contributors Contributions for the CXBX-Reloaded project] | |||
|- | |||
|[[Xbox_network|Revived private server project]] for OG Xbox. | |||
|- | |||
!rowspan="3"|Connor McLaughlin (Stenzek) | |||
|Contributor to Dolphin Emulator | |||
|- | |||
|[[DuckStation]] | |||
|- | |||
|[https://github.com/pcsx2/pcsx2/graphs/contributors Contributions for the PCSX2 project] | |||
|- | |||
!rowspan="1"|Henrik Rydgård | |||
|[https://github.com/hrydgard/ppsspp/graphs/contributors Contributions for the PPSSPP project]. | |||
|- | |||
!rowspan="2"|David Kirk Ginder (Near \ Byuu) | |||
|Developed [[higan]] | |||
|- | |||
|Contributed to fan translations and SNES [[Preservation_projects|preservation efforts]]. | |||
|- | |||
!rowspan="6"|Gliniak<br>AdrianCassar<br>[https://web.archive.org/web/20220815204859/https://github.com/chrisps chrisps]/chrispy<br>disjtqz<br>heeltrick<br>Reality (xeniosjp)<br>[https://github.com/goldislead bomabomabomaboma] (goldislead)<br>The-Little-Wolf<br>ryanwisemanmusic<br>Vitaliy Kuzmin (Triang3l) | |||
|[https://github.com/has207/xenia-edge/graphs/contributors Contributions for the Xenia Edge project]<br> | |||
|- | |||
|[https://github.com/xenios-jp/XeniOS/graphs/contributors Contributions for the XeniOS project]<br> | |||
|- | |||
|[https://github.com/xenia-canary/xenia-canary/graphs/contributors Contributions for the Xenia Canary project]<br> | |||
|- | |||
|[https://github.com/AdrianCassar/xenia-canary/graphs/contributors Contributions for the Xenia Canary Netplay project]. | |||
|- | |||
|[https://github.com/xenia-project/xenia/graphs/contributors Contributions for the Xenia project] | |||
|- | |||
|[https://github.com/GPUOpen-Drivers/AMDVLK/issues/108 "VK_EXT_fragment_shader_interlock" situation]. | |||
|- | |||
!rowspan="1"|Raphael Jean-Leconte (flyinghead) | |||
|[https://github.com/flyinghead/flycast/graphs/contributors Contributions for the Flycast project]. | |||
|- | |||
!rowspan="2"|Refraction<br>JordanTheToaster<br>lightningterror | |||
|[https://github.com/pcsx2/pcsx2/graphs/contributors Contributions for the PCSX2 project] | |||
|- | |||
|[https://community.amd.com/t5/opengl-vulkan/vulkan-poor-performance-due-to-barrier-region-bit-being-ignored/td-p/501962 "VK_DEPENDENCY_BY_REGION_BIT" situation] | |||
|- | |||
!rowspan="1"|Megamouse<br>elad335<br>kd-11<br>Malcolm Jestadt (Whatcookie) | |||
|[https://github.com/RPCS3/rpcs3/graphs/contributors Contributions for the RPCS3 project] | |||
|- | |||
!rowspan="1"|Matt Borgerson | |||
|[https://github.com/xemu-project/xemu/graphs/contributors Contributions for the xemu project] | |||
|- | |||
!rowspan="1"|Admiral H. Curtiss | |||
|[https://github.com/dolphin-emu/dolphin/graphs/contributors Contributions for the Dolphin project] | |||
|- | |||
!rowspan="1"|Miran Grča (OBattler) | |||
|[https://github.com/86Box/86Box/graphs/contributors Contributions for the 86Box project] | |||
|- | |||
!rowspan="2"|scribam | |||
|[https://github.com/flyinghead/flycast/graphs/contributors Contributions for the Flycast project] | |||
|- | |||
|[https://github.com/Vita3K/Vita3K/graphs/contributors Contributions for the Vita3K project] | |||
|- | |||
!rowspan="3"|Alexandro Sanchez (AlexAltea) | |||
|[[Orbital]] project | |||
|- | |||
|One of the developers of the [[RPCS3]] project. | |||
|- | |||
|{{YouTubeVideoTime|4joCMfTPP4M|30|One of the developers}} of the [[Nucleus]] project. | |||
|- | |||
!rowspan="2"|Rich Whitehouse | |||
|[[BigPEmu]] project. | |||
|- | |||
|[https://old.reddit.com/r/emulation/comments/1jkzg6y/funding_has_been_pulled_on_the_killer_instinct_12/ Killer Instinct 1+2 emulator project] | |||
|- | |||
!rowspan="1"|Sarah Walker | |||
|[[PCem]]. | |||
|- | |||
!rowspan="1"|Ryphecha | |||
|Contributions for the [[mednafen]] project. | |||
|- | |||
!rowspan="1"|ciciplusplus<br>hikari-no-yume | |||
|[https://github.com/touchHLE/touchHLE/graphs/contributors Contributions for the touchHLE project] | |||
|- | |||
!rowspan="1"|Martin Korth | |||
|the creator of the [[No$]] series of emulators | |||
|- | |||
!rowspan="1"|Michael Pavone (Mask of Destiny) | |||
|[[BlastEm]]. | |||
|- | |||
!rowspan="1"|Mireille (fleroviux) | |||
|[[NanoBoyAdvance]] project. | |||
|- | |||
!rowspan="2"|GPUCode | |||
|Contributions for the [[Citra]] project and Citra forks. | |||
|- | |||
|Contributions for the [[ShadPS4]] project. | |||
|- | |||
!rowspan="1"|Steve Kwok | |||
|[[Nova]]. | |||
|- | |||
!rowspan="1"|Ivan Roberto de Oliveira (StrikerX3) | |||
|[[Ymir]]. | |||
|- | |||
!rowspan="2"|RogerSanders (Nemesis) | |||
|Author of [[Exodus]] | |||
|- | |||
|Impoved the dumping techniques for [[Pioneer LaserActive]] PAC titles, properly dumped them, implemented support in [[Ares]]. | |||
|- | |||
!rowspan="2"|D. S. Baxter (Shonumi) | |||
|Video game historian and preservationist | |||
|- | |||
|Author of [[GBE+]], an emulator aiming to emulate all GB/GBC/GBA accessories. | |||
|- | |||
!rowspan="1"|Stefanos Kornilios Mitsis Poiitidis (skmp/drkIIRaziel) | |||
|[[nullDC]]. | |||
|} | |||
;External links | |||
*[https://www.nesdev.org/wiki/Emulators list of NES emulators and authors] | |||
==See also== | |||
*[[Legal status and history of emulation#History of emulation|History of emulation]] | |||
*[[List of recommended emulators]] | |||
*[[Preservation projects]] | |||
*{{Special:Statistics}} | |||
[[Category:FAQs]] | [[Category:FAQs]] | ||
[[Category:Emulators| ]] | |||
[[Category:Historic emulation software| ]] | |||
Latest revision as of 21:24, 5 September 2026

There are several ways to support or contribute to an emulation project (or similar projects such as compatibility layers, game engine recreations, source ports or simulators). Explained here are different ways you can get involved, even if you have low technical skill and/or no money.
Note that almost all these methods require getting involved in some way. Offering to help in a specific area may not be necessary in some cases, so you'll have to check with each project you're interested in to determine what they're looking for and what they find useful.
Testing & bug reporting
[edit | edit source]One area you may be able to help in is reporting information, especially if you notice bugs in games that you play. This can be done a number of ways, but they all help the developer see where the emulator still has to improve.
Compatibility reporting
[edit | edit source]A compatibility report communicates the emulation quality. It is aimed at other users, and often consists of a compatibility list.
Some emulators use GitHub for their lists. Most projects have instructions on how they should be written. Make sure you search to see if any issues you're having has already been encountered by another user. Note that sending users to GitHub is dangerous - you should only do it if the project has a simplified compatibility list which doesn't require technical understanding / writing; most projects actually use wikis or custom tools / websites for compatibility reporting. Some use spreadsheets and forms to get their data.
Bug reporting
[edit | edit source]A bug report concerns one specific problem. It is aimed at emulator developers.
Because bug reports are meant for developers, they are expected to be more technical than a compatibility report. They're also typically expected to include details about specific situations when the problem arises, but also technical details as to why it happens. Developers also read compatibility reports and create respective bug reports themselves.
Sometimes you need a fair bit of experience in order to report bugs to the major projects. If you lack the experience to match what developers themselves report then most smaller projects are fine with it as long as you try to make it coherent and professional. Many projects have the program set up to automatically forward logs to developers at the user's discretion. This can avoid having to explain the problem, though sometimes they'll want context in case they need to reproduce it.
Generally you should chat to other developers / maintainers (via IRC or Discord) before creating a bug report. Often they are aware of issues and have grouped them under a known technical term.
Console verification
[edit | edit source]Despite being aimed at developers, users should read / follow bug reports they care about.
Many emulators not only need games tested in the emulator, but also on real hardware, because games aren't perfect. If you've been involved with the speedrunning community, you know bugs exist, and can be taken advantage of to get a faster time.
Determining what is a bug in the game and what is inaccurate emulation can prevent developers from wasting time on problems they didn't create. All projects encounter this at some point; even the testers behind Dolphin encounter
bugs that happen on hardware.
Ideally, you should have a capture card for recording footage from hardware.
During the research and documentation phase, some developers will also write small programs to test hardware behavior. In some cases the developers don't have access to the physical hardware or they need to confirm results by having multiple users run the tests. This can also be done in cases where the code doesn't work on all hardware revisions, and the developer needs to test it on all revisions to understand where each model has deficiencies; sometimes they don't have all models, but the more accuracy-focused projects will have this covered in some way. Hackers and those in the homebrew scene may have documented these deficiencies already. You can follow developer chat-rooms, and offer assistance by running tests and collecting data from real hardware.
Providing support for end users
[edit | edit source]Helping and guiding other users through problems is one of the pillars of open communities. If there's one thing a developer doesn't want to have to do alone, it's troubleshoot problems that end users get themselves into. Providing support for end-users will allow developers to focus on the software they make, creating a filter that allows actual bugs to be reported and saving time in the process. You also need a slight sense of confidence to make decisions for the user. For most people who work in IT (or just Google their problems), this comes naturally.
Support can be provided on a Discord server, IRC server, or a project's forums.
Outreach & promotion
[edit | edit source]Outreach and promotion is an important factor in the success of an emulator because it gets people talking about it, especially emulators for newer consoles that make strides in their efforts regularly.
This can be done by writing official blog posts, posting news on social media, providing information, making videos for YouTube, explaining and summarizing change logs, etc.
Archival & hardware donations
[edit | edit source]Optical discs like CD and DVDs have a limited lifespan. They degrade over time and will eventually be unreadable to a disc reader. Preservation projects like No-Intro and Redump are focused on identifying all officially released carts and discs, respectively. Each known cart/disc is stored with information which makes it possible for users to verify the correctness of their cart/disc. Contributing to these databases (by dumping your cart/disc and contributing metadata) helps to build a full-set for testing emulators. It also encourages users to make legal backups of their carts/discs before they break.
Game databases like MobyGames can be used to find additional information for each game. Launchers can use the uploaded descriptions and cover artwork. You can contribute by scanning your game artwork, finding and adding game information (such as release dates). MobyGames also stores barcodes and serial numbers which can be used to find releases in Redump's database. You can look at the existing cover artwork and extract such information.
You can donate games or hardware to developers or other volunteers who are accepting such donations. Donated games can then be analyzed by the recipient and their information can be added to databases such as those listed above. Emulator developers usually require a large number of consoles, games, and peripherals (controllers, memory cards, ..), so donations are typically welcome. Depending on the project structure these will be forwarded to people who are in need of such hardware. Contact project maintainers to find out what they accept.
Help with technical documentation
[edit | edit source]Emulators depend on technical documentation about the systems they emulate. Typically, there are dedicated communities (often including people from the homebrew scene, and much less commonly the piracy and warez scene) for these research and documentation tasks.
These research communities often uses wikis that need to be maintained. Beginners can help by fixing typos or formatting. For some of these tasks, no coding skills are required. Advanced users and developers can contribute their own research, or participate in technical discussions.
Many of these communities also maintain their own tools which can be helpful for ROM dumping or testing emulation. These tools are often written in beginner-friendly programming languages (such as C# or Python) and can be stepping-stone for moving towards actual emulator development.
Communities
[edit | edit source]Learn how to code and help out
[edit | edit source]A pretty obvious one, but it should be stated that most open-source emulation projects don't get nearly enough support in the programming area. Bigger projects often have an abundance of developers to constantly check on the code and make sure it's written well, but those are rare, so most projects are often one man operations or have few (if multiple) developers. Many projects are actively looking for programmers, so if you have knowledge in systems programming and such, you could definitely be of help.
Programming for the emulator itself isn't even necessary, as many projects are in need of websites and continuous integration (CI). If the emulator doesn't use stable builds (or all that exists are instructions for compiling from source), you could implement CI and integrate it with the website so it can host precompiled builds for users. Continuous integration is also useful because it can run the program with test ROMs to ensure that compatibility isn't broken between commits. The major projects will have this covered. Sometimes older project developers don't like to change the website's infrastructure, so you're better off handling projects for which there is no existing website.
Porting, typically adding new operating system support, sometimes as large as a entirely separate class of devices. This can be difficult it greatly increases the possible systems that the emulator can run on. If you're experience with Linux, you can help port a program to it, your distro (Like Debian) or your favorite packing format (like AppImages).
Maintaining or Fixing code, while this can be active development with refactoring of code it can also be re-writing or fixing lines of code, such as minor inaccuracies, off-by-one errors and other small errors not noticed by the developers.
Donate money
[edit | edit source]Emulator development is a time-intensive task. A lot of projects could use some money, especially ones where they often don't get it when they should. Some projects are simply possible because the developers have money from their existing job to be able to fund their efforts on the emulator. Sometimes it goes a long way in helping archivists on the team hunt for rare items.
Many projects are often a group effort, so from a user's perspective there's no fair way to distribute what comes in. Often developers of emulators can only do their work because research has been done by other people - unfortunately, that work often goes unrewarded. It's therefore important to understand who you donate to, and how that money will be shared and used among the group. Make sure developers are upfront about who gets paid and what they're using your donations for. More informal ones will say they use the donations on a beer or coffee, but it's also often put towards project operations like domain registration for the website and such to keep the website running.
Some problems may arise from this; money can potentially be a deterrent for newcomers on open-source projects. By only supporting the core developer group, it might actively discourage other contributors because the reward system would be unfair. ("Why do I have to work for free when x is getting paid on a monthly basis?") This can quickly lead to one "hero" developer - if they ever disappear, the project essentially dies because nobody else is familiar with the source code. Some projects have countered this by implementing a bounty system, where newcomers can be rewarded for fixing bugs that are outside the scope of what the core developers focus on. Keep in mind that even in the hundreds of dollars, a bounty isn't going to pay the developer's bills, but it's a better incentive than otherwise.
For some projects, there is no practical use for money: money doesn't write code. There's also a lot of free services for open-source projects, so many projects don't have any expenses.
Monetary donations
[edit | edit source]
There are several emulators that support donations, some emulators have Patreons, PayPal addresses and such on their homepages.
Big projects
[edit | edit source]Note that this list is only intended to provide examples of ways to help out/getting involved, so we only list major examples.
MAME
[edit | edit source]Has a contributing page and you can submit bug reports to MAME Testers.
It's not possible to donate money directly to MAME, but several other projects that help MAME's development by dumping and decapping ROMs can be supported. See this Reddit post by a MAME developer for more info.
- The Dumping Union - Accepts donations from PayPal.
- Team Europe - Accepts donations from PayPal. See info here on how to donate.
- CAPS0ff - Has a Patreon.
Libretro / RetroArch / Lakka
[edit | edit source]The libretro Team has
- A contribute page with wish lists for hardware and other info.
- A Patreon.
- A Liberapay page.
- A GutHub Sponsor page.
- Ronald Brown (a Lakka developer) – Has a Paypal.
The ScummVM Team has
- A PayPal.
- A bug tracker.
- A translation portal.
- A Developer Central page with instructions on how to contribute code.
Wine
[edit | edit source]The Wine Team has a Donate page where you can find information on how to donate with PayPal and other ways to send money. You can also support them by buying merchandise.
Another option is to buy CrossOver which is a commercialized, supported version of Wine from CodeWeavers. They contribute all of their work on CrossOvers back to Wine and make up about two thirds of the commits made to Wine.
Patreon is a service that allows fans to contribute to creators' projects on a recurring basis (where they're known as patrons). A ton of emulator developers are already using it so if you wish to support any project with money, we've listed the accounts below. We also have a page on other ways to support emulation projects.
Has a page on Buy Me A Coffee. The development had previously temporarily stalled due to an incident involving shipping infected builds (described in detail in the corresponding article), however it seems to have continued.
CLK
[edit | edit source]The author doesn't accept donations but maintains a US Amazon wishlist.
Has a PayPal page.
Has a page on Ko-fi. Supports Singe 2, the standalone, Daphne-independent Windows/Linux/macOS successor of Singe, Daphne's dynamic library to adapt/create LaserDisc games.
Has a page on Ko-fi.
Emulators
[edit | edit source]Note: If a single author or developer team maintains several different emulator projects at once, then instead of creating a separate entry for each emulator and listing the same author/team with each entry, just list the author/team in question along with all the emulators under author's/team's maintenance. Additionally, don't confuse commercial emulators/payware with free emulators with an option to donate to the dev(s), the table below is for the latter case. The only case where adding payware is fine is where there's an option for OPTIONAL financial support IN ADDITION TO (not instead of) buying a licensed emulator. And please only add active emulators still being worked on.
Miscellaneous
[edit | edit source]| Name | Description | Sponsorship links | Rewards |
|---|---|---|---|
| CAPS0ff | Chip decapping, currently used for improving MAME's emulation. | 4805718 | Chance to influence what they work on, early blog posts. |
| EmuVR | Game room simulation in VR. | EmuVR | Exclusive news. |
| GLideN64 | One of the more popular N64 plugins. | Gliden64 | Early access, exclusive news. |
| JayFoxRox | XQEMU, Citra, Sega Lindbergh, pinball emulation, open-source PC game ports. | jayfoxrox | ✗ |
| Lioncache | Core developer on Dolphin, Citra and yuzu. | 9377665 | Monthly cat photos. |
| Libbers (AKA 'Libby') | Revived private server for Xbox games. Twitter. | LibbyLoops | ✗ |
| Lutris | An open-source frontend for Linux. | lutris | Early access, remote support with a desktop sharing program, custom forum badge. |
| m4xw | Works on improving various emulators, such as Mupen64Plus, Mupen64Plus-Next, RetroArch libnx port, Switch PPSSPP Port. Also makes Nintendo Switch homebrew. | m4xwdev | Discord, feature requests. |
| Martin Korth | Developer of the No$ emulators. | martin_korth | ✗ |
| MooglyGuy/TheMogMiner | Assist with expenses in acquiring obscure computers and electronic hardware for MAME's emulation. | moogly | Patreon posts |
| Playnite | An open-source frontend for Windows. | playnite | Early access, access to polls prioritizing upcoming features, credits. |
| Silent (AKA 'CookiePLMonster') | Occasional contributions to Xenia, RPCS3, Cxbx-Reloaded; unofficial patches/enhancements for PC games & some old console games; other mods for Grand Theft Auto games. | CookiePLMonster | Patreon posts, credits, access to private to-do list. |
| thrimbor | Revived private server (For Xbox games), Xbox original tools, various fixes/mods to open-source projects and games/software. Twitter. | StefanSchmidt | ✗ |
| Wine-Staging | Testing area and experimental features for Wine. | winestaging | ✗ |
| Zophar's Domain | Emulation/game data archival website. | zophar | Ad-free, your own post, link to your emulation project. |
| Fightcade | Matchmaking software client for facilitating online sessions of classic arcade and console games bundled with emulators | Fightcade | Exclusive color themes, joining multiple game channels, favourite channels with search and filters, disabling live spectators, option to see your ELO score in ranked game channels after every match, ability to create Private Lobbies, very useful for Streamers, TOs, or communities who organize tournaments, access to Discord, silver or gold role grouping in Discord. |
| Tuxality | Developing Infuse (Zeebo and BREW emulator) and PowerVR SGL wrapper | Tuxality | ✗ |
| System 16 - The Arcade Museum | Information compendium on tons of released arcade boards | PayPal | ✗ |
Romhacking
[edit | edit source]| Name | Description | Sponsorship links | Rewards |
|---|---|---|---|
| Hilltop | Localizations of Japanese-only videogames (Especially PS1 & PS2) titles. | hilltopworks | Patron-only Discord room, patron role, exclusive posts, early access to content, BTS developer info, answers to romhacking questions, patch credits. |
| ROMhacking.net | Rom hacking website. The biggest (?) database of ROM hacks and translations. | Romhackingnet | Site themes, site development forum, ad-free, sticky article, new site feature or improvement of your choosing. |
FPGA
[edit | edit source]| Name | Description | Sponsorship links | Rewards |
|---|---|---|---|
| atrac17 | Fixes to arcade FPGA cores for MiSTer and others, MAME contributor. | atrac17 | Private posts |
| José Manuel Barroso Galindo | Maintains the old Update_All_MiSTer script and newer, improved MiSTer Downloader for MiSTer FPGA. | theypsilon | Early access, private posts, Patreon keys, Discord benefits, shout-outs, chance to influence what he works on. |
| Jose Tejada | Arcade FPGA cores for MiSTer and others, MAME contributor. | topapate | Early access, private posts, name/face in projects, chance to influence what he works on. |
| MiSTer | Open source FPGA project targeted to replicate retro computers, consoles and similar devices using modern USB input devices and output high quality video to HDMI. | FPGAMiSTer PayPal |
✗ |
| RetroRGB.com | A website with corresponding YouTube, Podcast and social media accounts dedicated to highlighting the people and projects in the retro gaming scene (particularly FPGA scene too). | retrorgb, Floatplane, Ko-fi, PayPal, Others | Early access, private posts, Discord. |
| Robert Peip | Development and enhancements to console FPGA cores for MiSTer and others. Best known for creating PSX core. Also made Atari Lynx, GBA & Wonderswan cores, and added improvements to other cores. Check his Twitter updates, too. | FPGAzumSpass | Early access, private posts. |
| Sergey Dvodnenko | Console FPGA cores for MiSTer and others. Best known for creating Saturn core. Also did major work on Sega Genesis, Mega CD & TurboGrafx-16/CD. Check his Twitter, too. | srg320 | ✗ |
| Name | Games | Description | Sponsorship links | Rewards |
|---|---|---|---|---|
| OpenMW | TES 3: Morrowind | List of several individual devs. | Several devs | ✗ |
| ReC98 | Touhou 1 - 5 (PC-98) | Updated page with many completion status bars needing certain amounts. | GitHub Sponsors (Progress bars) | ✗ |
Video game preservation
[edit | edit source]| Name | Description | Sponsorship links | Rewards | ||||
|---|---|---|---|---|---|---|---|
| classicrebirth.com (The Apple of Eden) | Plug & play enhancements for classic Resident Evil and Dino Crisis games on modern Windows (i.e. Vista+). | classicrebirth | Private posts, full patches collection, early access, in-game credit. | ||||
| HG101 | Comprehensive web overviews/retrospectives, ebooks/books and podcasts of retro/modern video games. | hg101 | Private posts, private messages, Discord, ebooks/books (also autographic option), materials, votes/nominations. | ||||
| Hit Save! | A non-profit dedicated to video game preservation, their history, and related physical and digital materials. | hitsave, Ghost, Others | Private posts, messages, polls, Discord, early access content, credit, memorabilia. | ||||
| Home of the Underdogs | A non-profit site dedicated to the preservation and promotion of 5000+ underrated PC games (and a few non-PC games) of all ages, 1000+ documents. Includes game info, reviews, media, download/purchase links. Old versions with game/docs downloads ended in 2009. | hotu | Discord. | ||||
| Unseen64 | An historical archive with articles, screenshots and videos for cancelled, beta & unseen videogames. Full U64 backup on Archive.org. | unseen64 | Private posts, polls, credit in posts, ebook. | ||||
| Axed | |||||||
| The Video Game Preservation Collective (VGPC) | Video game preservation. Contributes to Redump, No-Intro and Internet Archive. | vgpc | Name on website | ||||
- External links
- Graphtreon - View a project's Patreon earnings, statistics, graphs and rankings.
Bounty
[edit | edit source]WIP
Happy Wars revival: $1000 (Discord)
Notable projects and people
[edit | edit source]WIP section, kinda pointless atm.
This section is for relevant/notable emulation projects and people who are part of them.
- Tiers of Emulator Compatibility
| BigPEmu | Atari Jaguar/Jaguar CD | |
| Ares | ColecoVision, SG-1000, NES, SNES, PCE/PCE-CD/PCE2, NeoGeo Pocket (Color), WonderSwan, Sega 32X, Sega CD 32X, LaserActive | |
| Genesis Plus GX | Sega Master System, Sega Genesis, Sega CD | |
| mGBA | Game Boy Advance | |
| SameBoy | Game Boy (Color) | |
| melonDS | Nintendo DS/DSi | |
| Supermodel | Sega Model 3 | |
| 86Box | MS-DOS | |
| RetroArch | Atari 8-bit, Atari 2600, Atari 5200, Commodore 64, Amiga, CD32, CDTV, NEC PC-98, Sharp X68000, PC-FX, Virtual Boy, Atari Lynx, 3DO, NG-CD | |
| FBNeo | 2D Arcade | |
| DuckStation | PlayStation | |
| Flycast | Dreamcast, NAOMI | |
| ≥90% | Dolphin | GameCube, Wii |
| PCSX2 | PlayStation 2 * | |
| Ares | Nintendo 64/64DD | |
| PPSSPP | PSP | |
| Ymir | Sega Saturn | |
| Azahar | Nintendo (new) 3DS | |
| Cemu | Wii U | |
| ≥70% | 86Box | Windows 9x |
| Eden | Nintendo Switch | |
| RPCS3 | PlayStation 3 | |
| Xemu | Xbox * | |
| Vita3K | PlayStation Vita | |
| ≤40% | RetroArch | CD-i |
| touchHLE | iOS 32-bit | |
| Xenia Edge | Xbox 360 | |
| ShadPS4 | PlayStation 4 |
- People in the emulation and related scenes
- WIP, I think this section would fit better if distributed across the page, as the article already highlights some of these individuals.
This section highlights key contributors to the emulation community and recognizes the developers who create and maintain these projects. Thank you to everyone who has worked on emulation projects, whether currently active or in the past. If a game doesn’t function as expected or a desired feature is missing, keep in mind that developers may have different priorities or face technical limitations. Consider providing constructive feedback or support. Usually, these projects are driven by volunteers who dedicate their time and skills without compensation. Testers, bug reporters, compatibility list maintainers, and forum moderators also invest significant effort to support these projects and their communities.
| Hans-Kristian Arntzen (Themaister) | CEO & Founder of Arntzen Software AS |
|---|---|
| Contributor for lots of crucial emulator-related projects | |
| paraLLEl-RDP | |
| paraLLEl-GS | |
| Aaron Giles | DREAMM |
| ymfm | |
| Contributions for the MAME | |
| Hyper-V | |
| Windows on ARM | |
| George Moralis (Shadow) | Founder of PCSX2 project |
| Founder of PCSX project | |
| JPCSP project | |
| Contributions for the ShadPS4 project. | |
| Luke Usher | Contributions for the ares project |
| Contributions for the CXBX-Reloaded project | |
| Revived private server project for OG Xbox. | |
| Connor McLaughlin (Stenzek) | Contributor to Dolphin Emulator |
| DuckStation | |
| Contributions for the PCSX2 project | |
| Henrik Rydgård | Contributions for the PPSSPP project. |
| David Kirk Ginder (Near \ Byuu) | Developed higan |
| Contributed to fan translations and SNES preservation efforts. | |
| Gliniak AdrianCassar chrisps/chrispy disjtqz heeltrick Reality (xeniosjp) bomabomabomaboma (goldislead) The-Little-Wolf ryanwisemanmusic Vitaliy Kuzmin (Triang3l) |
Contributions for the Xenia Edge project |
| Contributions for the XeniOS project | |
| Contributions for the Xenia Canary project | |
| Contributions for the Xenia Canary Netplay project. | |
| Contributions for the Xenia project | |
| "VK_EXT_fragment_shader_interlock" situation. | |
| Raphael Jean-Leconte (flyinghead) | Contributions for the Flycast project. |
| Refraction JordanTheToaster lightningterror |
Contributions for the PCSX2 project |
| "VK_DEPENDENCY_BY_REGION_BIT" situation | |
| Megamouse elad335 kd-11 Malcolm Jestadt (Whatcookie) |
Contributions for the RPCS3 project |
| Matt Borgerson | Contributions for the xemu project |
| Admiral H. Curtiss | Contributions for the Dolphin project |
| Miran Grča (OBattler) | Contributions for the 86Box project |
| scribam | Contributions for the Flycast project |
| Contributions for the Vita3K project | |
| Alexandro Sanchez (AlexAltea) | Orbital project |
| One of the developers of the RPCS3 project. | |
| Rich Whitehouse | BigPEmu project. |
| Killer Instinct 1+2 emulator project | |
| Sarah Walker | PCem. |
| Ryphecha | Contributions for the mednafen project. |
| ciciplusplus hikari-no-yume |
Contributions for the touchHLE project |
| Martin Korth | the creator of the No$ series of emulators |
| Michael Pavone (Mask of Destiny) | BlastEm. |
| Mireille (fleroviux) | NanoBoyAdvance project. |
| GPUCode | Contributions for the Citra project and Citra forks. |
| Contributions for the ShadPS4 project. | |
| Steve Kwok | Nova. |
| Ivan Roberto de Oliveira (StrikerX3) | Ymir. |
| RogerSanders (Nemesis) | Author of Exodus |
| Impoved the dumping techniques for Pioneer LaserActive PAC titles, properly dumped them, implemented support in Ares. | |
| D. S. Baxter (Shonumi) | Video game historian and preservationist |
| Author of GBE+, an emulator aiming to emulate all GB/GBC/GBA accessories. | |
| Stefanos Kornilios Mitsis Poiitidis (skmp/drkIIRaziel) | nullDC. |
- External links