Difference between revisions of "MelonDS"

From Emulation General Wiki
Jump to navigation Jump to search
(Some cleanup / removed biased and inaccurate claim toward influencing DeSmuMe development)
(Updated description)
Line 16: Line 16:
 
|source = [https://github.com/Arisotura/melonDS GitHub]
 
|source = [https://github.com/Arisotura/melonDS GitHub]
 
}}
 
}}
'''melonDS''' is a work-in-progress [[Nintendo DS emulators|Nintendo DS emulator]] aiming for better performance than [[DeSmuME]] and to emulate Wi-Fi and local multiplayer capabilities. It is developed by Arisotura (formerly know as StapleButter), a former contributor to [[DeSmuME]], and has been available as a [[libretro]] core since version 0.6.
+
'''melonDS''' is a work-in-progress [[Nintendo DS emulators|Nintendo DS emulator]] aiming for better performance than [[DeSmuME]] and to emulate Wi-Fi and local multiplayer capabilities. It is developed by Arisotura (formerly know as StapleButter), a former contributor to DeSmuME, and has been available as a [[libretro]] core since version 0.6.
  
 
==Downloads==
 
==Downloads==
 
* '''[http://melonds.kuribo64.net/downloads.php Official builds]''' (Windows, Linux)
 
* '''[http://melonds.kuribo64.net/downloads.php Official builds]''' (Windows, Linux)
* '''[https://github.com/Hydr8gon/melonDS/releases Switch port (WIP)]''' (Some games play at a playable frame rate, but is still far from perfect, don't except to play games at full speed.  Is expected to improve when 0.8 is released)<ref>http://melonds.kuribo64.net/comments.php?id=64 </ref>
+
* '''[https://github.com/Hydr8gon/melonDS/releases Switch port (WIP)]''' (Some games play at a playable frame rate, but is still far from perfect, don't except to play games at full speed yet)<ref>http://melonds.kuribo64.net/comments.php?id=64 </ref>
  
 
==Overview==
 
==Overview==
As of 0.7.2, melonDS has had major improvements such as savestates, microphone support, improved timing, and the ability to simulate the close/open function of the console's lid.  Though it's still not at the same level of quality on some things as DeSmuME, it is getting close with 0.8 expected to have decent OpenGL rendering which would allow for things like upscaling and potentially better performance.
+
As of 0.8.0, melonDS offers: savestates, microphone support, better compatibility, the ability to simulate the close/open function of the console's lid, OpenGL rendering and upscaling of 3D models, and Wi-fi/Local multiplayer (Still WIP).  Though it's not as mature as DeSmuME in some areas, it's a relatively simple emulator to use and has potential.
  
 
==Issues==
 
==Issues==
Line 42: Line 42:
 
These files can be found [[Emulator_Files#Nintendo_DS / DSi|here]], just rename the BIOS to match.
 
These files can be found [[Emulator_Files#Nintendo_DS / DSi|here]], just rename the BIOS to match.
  
 +
In order to use the OpenGL renderer, you must have at least OpenGL 3.1.
 
More information can be found [http://melonds.kuribo64.net/faq.php in this FAQ].
 
More information can be found [http://melonds.kuribo64.net/faq.php in this FAQ].
  

Revision as of 19:40, 1 June 2019

melonDS
MelonDS.png
Developer(s) Arisotura
Repository contributors
Latest version 0.9.5
Active Yes
Platform(s) Windows, Linux, Nintendo Switch
Emulates Nintendo DS
Accuracy Medium-Accurate
Website melonds.kuribo64.net
Support ($) Patreon
Programmed in C++,C
License GNU GPL v3
Source code GitHub

melonDS is a work-in-progress Nintendo DS emulator aiming for better performance than DeSmuME and to emulate Wi-Fi and local multiplayer capabilities. It is developed by Arisotura (formerly know as StapleButter), a former contributor to DeSmuME, and has been available as a libretro core since version 0.6.

Downloads

Overview

As of 0.8.0, melonDS offers: savestates, microphone support, better compatibility, the ability to simulate the close/open function of the console's lid, OpenGL rendering and upscaling of 3D models, and Wi-fi/Local multiplayer (Still WIP). Though it's not as mature as DeSmuME in some areas, it's a relatively simple emulator to use and has potential.

Issues

Like most emulators, development has been rocky with at one point the sole developer putting the project on a hiatus in May of 2018 leaving this to-do list for anyone who wished to contribute improving the emulator, which is still open-source. On July 2018 it was announced that development was going to continue for melonDS and has since showed high hopes for 2019.

The UI is still pretty barebones with very little to tweak in terms of improving performance. This is mainly due to the developer's goal of accurate emulation rather than providing game-specific hacks.

Getting Started

From the README on GitHub:

melonDS requires BIOS/firmware copies from a DS. Files required:
  • bios7.bin, 16KB: ARM7 BIOS
  • bios9.bin, 4KB: ARM9 BIOS
  • firmware.bin, 128/256/512KB: firmware
Firmware boot requires a firmware dump from an original DS or DS Lite. DS firmwares dumped from a DSi or 3DS aren't bootable and only contain configuration data, thus they are only suitable when booting games directly.
DS BIOS dumps from a 3DS can be used with no compatibility issues. DSi BIOS dumps should be usable too, provided they were dumped properly.

These files can be found here, just rename the BIOS to match.

In order to use the OpenGL renderer, you must have at least OpenGL 3.1. More information can be found in this FAQ.

References