From 3a822a3f897a040a8dfeb5dff3eda2a3390bf1d2 Mon Sep 17 00:00:00 2001 From: laz Date: Thu, 22 Aug 2024 15:10:03 +0200 Subject: [PATCH] melon --- .../melonds/melonds-guide.md | 38 +++++++++++++++---- 1 file changed, 31 insertions(+), 7 deletions(-) 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 f61f8f2..3d3f75f 100644 --- a/wiki-rtd/docs/wiki_emulator_guides/melonds/melonds-guide.md +++ b/wiki-rtd/docs/wiki_emulator_guides/melonds/melonds-guide.md @@ -2,13 +2,6 @@ -## 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. - ### melonDS Links: [melonDS - Webpage](https://melonds.kuribo64.net/) @@ -20,3 +13,34 @@ NDS games should be put under the `retrodeck/roms/nds/` directory. [melonDS - Wiki](https://github.com/melonDS-emu/melonDS/wiki) [melonDS - Github](https://github.com/melonDS-emu/melonDS) + + +## Does MelonDS require BIOS or Firmware? + +Yes, + +The firmware can come in three flavors: + + DSi/3DS DS-mode firmware: 128KB + regular DS firmware: 256KB + iQue DS firmware: 512KB + +DS Emulation + + bios9.bin - 4KB - ARM9 BIOS + bios7.bin - 16KB - ARM7 BIOS + firmware.bin - 128/256/512KB - firmware dump + + +DSi Emulation + + DSi ARM9 BIOS: 64KB + DSi ARM7 BIOS: 64KB + DSi Firmware: 128KB + DSi NAND image: ~240MB + + + +## Where to put the games +NDS games should be put under the `retrodeck/roms/nds/` directory. +