Difference between pages "MelonDS" and "Emulators on Fantasy Computer"

From Emulation General Wiki
(Difference between pages)
Jump to navigation Jump to search
(Updated to RSDuck's switch port.)
 
(Created page with "* [https://www.lexaloffle.com/bbs/?tid=2492 Chip 1.5]")
(Tags: Mobile edit, Mobile web edit)
 
Line 1: Line 1:
{{lowercase title}}
+
* [https://www.lexaloffle.com/bbs/?tid=2492 Chip 1.5]
{{Infobox emulator
 
|title = melonDS
 
|logo = MelonDS.png
 
|logowidth = 80
 
|version = {{MelonDSVer}}
 
|active = Yes
 
|platform = Windows, Linux, [[Nintendo Switch emulators|Nintendo Switch]], [[Android]]
 
|target = [[Nintendo DS emulators|Nintendo DS]]
 
|developer = [https://github.com/Arisotura Arisotura]<br/><small>[https://github.com/Arisotura/melonDS/graphs/contributors Repository contributors]</small>
 
|accuracy = Medium-Accurate
 
|website = [http://melonds.kuribo64.net/ melonds.kuribo64.net]
 
|support = [https://www.patreon.com/staplebutter Patreon]
 
|prog-lang = C++,C
 
|license = GNU GPLv3
 
|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 known as StapleButter), a former contributor to DeSmuME, and has been available as a [[libretro]] core since version 0.6.
 
 
 
==Downloads==
 
{| cellpadding="4"
 
|-
 
|align=center|{{Icon|Win|Lin}}
 
|'''[http://melonds.kuribo64.net/downloads.php Official Builds]'''<br/><small>Also available on [https://github.com/Arisotura/melonDS/releases Github]</small>
 
|-
 
|align=center|{{Icon|Win|Lin}}
 
|'''[https://github.com/Arisotura/melonDS/actions Dev Builds]'''
 
|-
 
|align=center|{{Icon|Win|Lin}}
 
|'''[http://melonds.kuribo64.net/comments.php?id=107 JIT Beta Build (0.8.3)]'''<br/><small>Developed by Generic (aka RSDuck).  Adds a JIT recompiler which improves CPU emulation speeds.</small>
 
|-
 
|colspan="3"|<hr/>
 
|-
 
|align=center|{{Icon|Android-big}}
 
|'''[https://github.com/rafaelvcaetano/melonDS-android Alpha Build]'''<br><small>(unofficial)</small><br>
 
|-
 
|colspan="3"|<hr/>
 
|-
 
|align=center|{{Icon|NX-big}}
 
|https://gbatemp.net/threads/melonds-for-switch.518300/page-62#post-9077251 Latest Build]<br/>[https://github.com/RSDuck/melonDS/tree/switch Git]<!--I don't know what the current status is for the Switch Port in terms of compatibility-->
 
|-
 
|align=center|{{Icon|Vita}}
 
|[https://github.com/Rinnegatamante/melonDS-Vita Vita Port]<br><small>No longer maintained</small>
 
|}
 
 
 
==Overview==
 
As of 0.8.3, melonDS offers:
 
* Nearly complete core (CPU, video, audio, ...)
 
* OpenGL renderer, 3D upscaling
 
* RTC, microphone, lid close/open
 
* Joystick support
 
* Savestates
 
* Various display position/sizing/rotation modes
 
* (WIP) Wifi: local multiplayer, online connectivity
 
 
 
Though it's not as mature as DeSmuME in some areas, it's a relatively simple emulator to use and has potential.  There are also plans on adding support for <abbr title="Action Replay>AR</abbr> cheats in the near future. 
 
 
 
==Issues==
 
Like most emulators, development has been rocky with at one point the sole developer putting the project on a [http://melonds.kuribo64.net/comments.php?id=42 hiatus in May of 2018] leaving this [http://melonds.kuribo64.net/comments.php?id=43 to-do list] for anyone who wished to contribute improving the emulator, which is still open-source. [http://melonds.kuribo64.net/comments.php?id=44 On July 2018] it was announced that development was going to continue for melonDS and has since shown potential.
 
 
 
There is very little to tweak in terms of improving performance (which can be a good or bad thing). This is mainly due to the developer's goal of accurate emulation rather than providing game-specific hacks.
 
 
 
The OpenGL renderer is still being worked on, meaning that there's a slight chance some models/textures may not render correctly.
 
 
 
==melonDSi==
 
On October 15, 2019, Arisotura released [http://melonds.kuribo64.net/comments.php?id=103 the beta version of an emulator called melonDSi], an experimental melonDS branch for DSi emulation.  So far, it's able to boot into the home screen of the DSi's firmware and boot some DSiWare, DSi-Enhanced games and other features (cameras, DSP, new wifi, etc.) aren't supported yet.  It used to have required a lot of files to be dumped in order to work (most of which were console-unique), however it has been reworked to require less files (namely, the DSi ARM7 & ARM9 BIOS, the DSi Firmware, and a NAND dump). It has since been merged into the master branch and is available on the [https://github.com/Arisotura/melonDS/actions latest dev builds]<ref>http://melonds.kuribo64.net/comments.php?id=117</ref>.
 
 
 
==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 [https://drive.google.com/open?id=1PW1G_5iygRiARZMLZnYMr8PrMhbjAYrD here].  If you do choose to look elsewhere online for system files, be warned that there are old hacked dumps floating around that breaks if the WFC configurations are altered.
 
 
 
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].
 
 
 
To use melonDS in DSi mode, you need extra files which can be found [[Emulator_Files#Nintendo_DS_.2F_DSi|on this page.]]
 
 
 
==Gallery==
 
<gallery>
 
Metroid2X.png|Top: 2x the native resolution without OpenGL. <br>Bottom: 2x the native resolution with OpenGL
 
Chibi4x.png|Top: Native software render. <br>Bottom: 4x the native resolution with OpenGL
 
</gallery>
 
 
 
==References==
 
<references/>
 
 
 
==External Links==
 
* [https://emucross.com/the-one-that-flourished/ The One That Flourished: A Look at melonDS 0.8] (By [[Dolphin]] tester [https://dolphin-emu.org/blog/authors/JMC47/ JMC47], aka Justin M. Chadwick. 6 June 2019.)
 
 
 
[[Category:Emulators]]
 
[[Category:Windows emulation software]]
 
[[Category:Linux emulation software]]
 
[[Category:Nintendo DS emulators]]
 

Revision as of 06:47, 16 August 2021