From 3d7e23a3790c9465c6b4ade97fe41608d9828832 Mon Sep 17 00:00:00 2001 From: laz <thelazorne@protonmail.com> Date: Sat, 20 Jul 2024 16:28:14 +0800 Subject: [PATCH] mame --- wiki-rtd/docs/wiki_emulator_guides/mame/mame-guide.md | 11 +++++++++++ .../wiki_emulator_guides/melonds/melonds-guide.md | 4 ++++ 2 files changed, 15 insertions(+) diff --git a/wiki-rtd/docs/wiki_emulator_guides/mame/mame-guide.md b/wiki-rtd/docs/wiki_emulator_guides/mame/mame-guide.md index 53bd327..0361188 100644 --- a/wiki-rtd/docs/wiki_emulator_guides/mame/mame-guide.md +++ b/wiki-rtd/docs/wiki_emulator_guides/mame/mame-guide.md @@ -5,6 +5,17 @@ ## Where to put the games Games that you want to run with MAME should be put under the `retrodeck/roms/mame/` directory. +## Enable cheats + +RetroDECK already ships the cheat file from [Pugsy's Cheats]](https://www.mamecheat.co.uk/) as part of the cheat folder. + +To enable cheats open MAME via the Configurator (we plan to make this easier later). + +In the MAME interface go to -> `General Settings` -> `Miscellaneous Options` -> `Cheats` and toggle it to `On` -> go back and click `Save Settings` and leave MAME. + +When you launch a game open the `Quick Menu` and go to the `Cheat` menu to toggle cheats for that game. + + ## MAME Standalone Folders MAME Standalone comes with several folders for various assets and files. diff --git a/wiki-rtd/docs/wiki_emulator_guides/melonds/melonds-guide.md b/wiki-rtd/docs/wiki_emulator_guides/melonds/melonds-guide.md index e05b34b..f61f8f2 100644 --- a/wiki-rtd/docs/wiki_emulator_guides/melonds/melonds-guide.md +++ b/wiki-rtd/docs/wiki_emulator_guides/melonds/melonds-guide.md @@ -2,6 +2,10 @@ <img src="../../../wiki_images/logos/melonds-logo.svg" width="150"> +## Alternative Emulator + +melonDS (Standalone) is an alternative emulator to run NDS games from the default RetroArch core. + ## Where to put the games NDS games should be put under the `retrodeck/roms/nds/` directory.