diff options
author | Peter | 2022-08-02 16:52:32 +0100 |
---|---|---|
committer | Peter | 2022-08-02 16:52:32 +0100 |
commit | 764a2eaf802092b6e55c461c0f8f083e67ca2e5b (patch) | |
tree | a8fbd8454e219dbb792cf1ab3840226123a1e6f0 | |
parent | b2f9ada6b29b1512ffdf5b8f281a58351535fcb2 (diff) | |
download | blog.minskio.co.uk-764a2eaf802092b6e55c461c0f8f083e67ca2e5b.tar.gz blog.minskio.co.uk-764a2eaf802092b6e55c461c0f8f083e67ca2e5b.tar.bz2 blog.minskio.co.uk-764a2eaf802092b6e55c461c0f8f083e67ca2e5b.zip |
New post
-rw-r--r-- | content/posts/personal-bis-emulators.md | 46 |
1 files changed, 46 insertions, 0 deletions
diff --git a/content/posts/personal-bis-emulators.md b/content/posts/personal-bis-emulators.md new file mode 100644 index 0000000..50e9fe6 --- /dev/null +++ b/content/posts/personal-bis-emulators.md @@ -0,0 +1,46 @@ +--- +title: "Personal 'best in slot' emulators" +date: 2022-07-21T14:16:00 +tags: ["Emulation", "Lists", "Software"] +--- + +The majority of the information on this page came from [NonMAME](http://nonmame.retrogames.com/) and the [Emulation General Wiki](https://emulation.gametechwiki.com/index.php/Main_Page), visit those sites for a more detailed breakdown and actually useful guides. + +The choices below are not strictly speaking the best, just my personal preference when it comes to simplicity, accuracy, features and platforms. + +At the end of the day I just wanted a single page for reference I could open up in many tabs. + +# Consoles +* Atari 2600: [Stella](https://stella-emu.github.io/) +* Microsoft Xbox: [xemu](https://github.com/mborgerson/xemu) +* Nintendo 64: [m64p](https://m64p.github.io/) +* Nintendo Entertainment System: [Mesen](https://github.com/SourMesen/Mesen) +* Nintendo GameCube: [Dolphin](https://dolphin-emu.org/) +* Nintendo Switch: [Yuzu](https://yuzu-emu.org/) +* Nintendo Wii U: [Cemu](http://cemu.info/) +* Nintendo Wii: [Dolphin](https://dolphin-emu.org/) +* Sega Dreamcast: [Flycast](https://flyinghead.github.io/flycast-builds/) +* Sega Mega Drive (CD): [Kega Fusion](https://www.carpeludum.com/kega-fusion/) +* Sega Saturn: [Kronos](https://github.com/FCare/Kronos) +* SNK Neo Geo: [FinalBurn Neo](https://github.com/finalburnneo/FBNeo) +* Sony PlayStation 2: [PCSX2](https://pcsx2.net/) +* Sony PlayStation 3: [RPCS3](https://rpcs3.net/) +* Sony PlayStation: [Duckstation](https://github.com/stenzek/duckstation) +* Super Nintendo Entertainment System: [snes9x](https://github.com/snes9xgit/snes9x) + +# Handhelds +* Nintendo 3DS: [Citra](https://citra-emu.org/) +* Nintendo DS: [MelonDS](https://github.com/Arisotura/melonDS) +* Nintendo Game Boy Advance: [mgba](https://mgba.io/) +* Nintendo Game Boy/Color: [SameBoy](https://sameboy.github.io/) +* Sony PlayStation Portable: [PPSSPP](https://github.com/hrydgard/ppsspp) + +# Computers +* Amiga: [FS-UAE](https://fs-uae.net/) +* Atari ST: [Hatari](https://hatari.tuxfamily.org/) +* DOS: [DOSBox-X](https://dosbox-x.com/) +* MSX: [OpenMSX](http://openmsx.org/) + +# Launchers +* Emulators: [Pegasus](https://pegasus-frontend.org/) +* PC Games: [GOG Galaxy](https://www.gog.com/galaxy) |