mirror of
https://github.com/RetroDECK/Wiki.git
synced 2025-04-10 19:15:16 +00:00
srm
This commit is contained in:
parent
1898caf019
commit
ca6bc05bbd
Binary file not shown.
|
@ -14,33 +14,45 @@
|
||||||
|
|
||||||
[melonDS - Github](https://github.com/melonDS-emu/melonDS)
|
[melonDS - Github](https://github.com/melonDS-emu/melonDS)
|
||||||
|
|
||||||
|
## Where to put the games
|
||||||
|
|
||||||
|
NDS games should be put under the `retrodeck/roms/nds/` directory.
|
||||||
|
|
||||||
|
|
||||||
|
## What file formats are supported?
|
||||||
|
|
||||||
|
```
|
||||||
|
.nds
|
||||||
|
.app
|
||||||
|
```
|
||||||
|
|
||||||
## Does MelonDS require BIOS or Firmware?
|
## Does MelonDS require BIOS or Firmware?
|
||||||
|
|
||||||
Yes,
|
There exists several optional BIOS and FIrmware:,
|
||||||
|
|
||||||
The firmware can come in three flavors:
|
**Nintendo DS:**
|
||||||
|
```
|
||||||
|
bios7.bin
|
||||||
|
bios9.bin
|
||||||
|
firmware.bin
|
||||||
|
```
|
||||||
|
|
||||||
DSi/3DS DS-mode firmware: 128KB
|
**Nintendo DSI:**
|
||||||
regular DS firmware: 256KB
|
```
|
||||||
iQue DS firmware: 512KB
|
dsi_bios9.bin
|
||||||
|
dsi_bios7.bin
|
||||||
|
dsi_firmware.bin
|
||||||
|
dsi_nand.bin
|
||||||
|
```
|
||||||
|
|
||||||
DS Emulation
|
### Where to put the BIOS and Firmware?
|
||||||
|
|
||||||
bios9.bin - 4KB - ARM9 BIOS
|
Directly into the folder
|
||||||
bios7.bin - 16KB - ARM7 BIOS
|
|
||||||
firmware.bin - 128/256/512KB - firmware dump
|
`retrodeck/bios/`
|
||||||
|
|
||||||
|
**Example:**
|
||||||
|
|
||||||
|
`retrodeck/bios/bios9.bin`
|
||||||
|
|
||||||
|
|
||||||
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.
|
|
||||||
|
|
||||||
|
|
Binary file not shown.
Loading…
Reference in a new issue