This commit is contained in:
laz 2024-08-22 15:10:03 +02:00
parent e510a5ca40
commit 3a822a3f89

View file

@ -2,13 +2,6 @@
<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.
### 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.