2024-02-12 07:22:00 +00:00
|
|
|
# Guide: melonDS
|
2024-01-06 08:25:02 +00:00
|
|
|
|
2024-01-18 17:27:02 +00:00
|
|
|
<img src="../../../wiki_images/logos/melonds-logo.svg" width="150">
|
2024-01-06 08:25:02 +00:00
|
|
|
|
2024-02-12 07:22:00 +00:00
|
|
|
### melonDS Links:
|
|
|
|
|
|
|
|
[melonDS - Webpage](https://melonds.kuribo64.net/)
|
|
|
|
|
|
|
|
[melonDS - Forum](https://melonds.kuribo64.net/board/)
|
|
|
|
|
|
|
|
[melonDS - FAQ](https://melonds.kuribo64.net/faq.php)
|
|
|
|
|
|
|
|
[melonDS - Wiki](https://github.com/melonDS-emu/melonDS/wiki)
|
|
|
|
|
|
|
|
[melonDS - Github](https://github.com/melonDS-emu/melonDS)
|
2024-08-22 13:10:03 +00:00
|
|
|
|
2025-01-07 08:10:53 +00:00
|
|
|
## Where to put the games
|
|
|
|
|
|
|
|
NDS games should be put under the `retrodeck/roms/nds/` directory.
|
2024-08-22 13:10:03 +00:00
|
|
|
|
|
|
|
|
2025-01-07 08:10:53 +00:00
|
|
|
## What file formats are supported?
|
2024-08-22 13:10:03 +00:00
|
|
|
|
2025-01-07 08:10:53 +00:00
|
|
|
```
|
|
|
|
.nds
|
|
|
|
.app
|
|
|
|
```
|
2024-08-22 13:10:03 +00:00
|
|
|
|
2025-01-07 08:10:53 +00:00
|
|
|
## Does MelonDS require BIOS or Firmware?
|
2024-08-22 13:10:03 +00:00
|
|
|
|
2025-01-07 12:26:54 +00:00
|
|
|
There exists several optional BIOS and FIrmware:
|
2024-08-22 13:10:03 +00:00
|
|
|
|
2025-01-07 08:10:53 +00:00
|
|
|
**Nintendo DS:**
|
|
|
|
```
|
|
|
|
bios7.bin
|
|
|
|
bios9.bin
|
|
|
|
firmware.bin
|
|
|
|
```
|
2024-08-22 13:10:03 +00:00
|
|
|
|
2025-01-07 08:10:53 +00:00
|
|
|
**Nintendo DSI:**
|
|
|
|
```
|
|
|
|
dsi_bios9.bin
|
|
|
|
dsi_bios7.bin
|
|
|
|
dsi_firmware.bin
|
|
|
|
dsi_nand.bin
|
|
|
|
```
|
2024-08-22 13:10:03 +00:00
|
|
|
|
2025-01-07 08:10:53 +00:00
|
|
|
### Where to put the BIOS and Firmware?
|
2024-08-22 13:10:03 +00:00
|
|
|
|
2025-01-07 08:10:53 +00:00
|
|
|
Directly into the folder
|
2024-08-22 13:10:03 +00:00
|
|
|
|
2025-01-07 08:10:53 +00:00
|
|
|
`retrodeck/bios/`
|
2024-08-22 13:10:03 +00:00
|
|
|
|
2025-01-07 08:10:53 +00:00
|
|
|
**Example:**
|
|
|
|
|
|
|
|
`retrodeck/bios/bios9.bin`
|
2024-08-22 13:10:03 +00:00
|
|
|
|
|
|
|
|