Home | Downloads | Screenshots | Forums | Source code | RSS | Donate |
Register | Log in |
melonDS aims at providing fast and accurate Nintendo DS emulation. While it is still a work in progress, it has a pretty solid set of features: • Nearly complete core (CPU, video, audio, ...) • JIT recompiler for fast emulation • OpenGL renderer, 3D upscaling • RTC, microphone, lid close/open • Joystick support • Savestates • Various display position/sizing/rotation modes • (WIP) Wifi: local multiplayer, online connectivity • (WIP) DSi emulation • DLDI • (WIP) GBA slot add-ons • and more are planned! Download melonDS If you're running into trouble: Howto/FAQ |
Pages:1···1112131415161718192021 |
The 'timing' branch Aug 7th 2018, by Arisotura |
In the meantime, I figured I'd give this a try. Basic idea is that emulating timings with reasonable accuracy will require emulating the ARM9 caches. I want to see if I can emulate those without completely killing performance. If I pull it off, there'll be several benefits: * much more accurate timings, fixing games that do weird things * homebrew developers using melonDS wouldn't fall into the typical 'forgot to flush/invalidate cache' pitfall that reveals itself when testing on hardware * if we take it even further, we can emulate the MPU (memory protection unit), which means emulating crashes I guess that if I manage to get it going, there will be a sorta beta release so I can get feedback about this, whether it's killing performance, etc... |
8 comments (last by poudink) | Post a comment |
Updates on the plaaaaaaans Jul 30th 2018, by Arisotura |
The package was, surprise, returned to sender, because some idiot can't find a mailbox that is street-facing and not hidden or anything fancy. Hell, it's right next to the building's front gate. Whatever. I'm trying to see if I can have it shipped at another address which I know should work. I ordered another one, too (that was before the seller for the first one contacted me about the package), but it won't be shipped until a week. I guess it can't be a bad idea to get two consoles either way. Like, if one turns out to be less/not haxable, or if I need to do hardmods... |
3 comments (last by Thormented) | Post a comment |
oh well Jul 23rd 2018, by Arisotura |
The plan was to receive the package and post a picture of the contents as a reveal, but obviously this is not going as planned. So I guess a shitty reveal is better than teasing people and letting them hang in the void forever. So here it is. The next direction for this is DSi emulation. In the meantime, depending on how things go, I might do some work on GPU accuracy again, but for now I'm taking a few days of vacation. Upscaling is also something I might try someday. I have some ideas for it, but we'll see. See ya! |
16 comments (last by Marquissoats) | Post a comment |
blarg. Jul 21st 2018, by Arisotura |
Did the package arrive since then? Of couuuuurse not. I guess I'm in for another round of fighting the incompetent postal services. Yay. The sender also didn't provide a tracking number so I have no idea what's going on. This is so fucking amazing. |
2 comments (last by Thelolest) | Post a comment |
Thank you all! :) Jul 15th 2018, by Arisotura |
I don't always take the time to respond to your comments on this site, I'm sorry about it. But I read your comments. I always do. And I want to say, thank you. Those comments are real nice. It's nice to see that you are still following this blog, despite the lack of modern subcription/following features. (it's also nice to note that the viagra spammer stopped posting spam comments on the blog's second entry. not that their attempts at making links ever worked) I have been ordering something that should arrive next week, hopefully Monday :) This is related to the surprise. You'll know soon :) |
15 comments (last by Khangaroo) | Post a comment |
plaaaaans Jul 12th 2018, by Arisotura |
I finally intend to keep going with melonDS, in one of the possible directions. You will know more about this soon, but for now, it's a surprise ;) |
20 comments (last by Marquissoats) | Post a comment |
melonDS status, and plans for the future Jun 2nd 2018, by Arisotura |
I figured I would write this, to give you an idea of melonDS's current status, what has been done and what remains to do. To reply to the comments on the previous post: melonDS is already open-source, and it has always been. You will find the source code on Github. You can do whatever you want with it, as long as you are respecting the GPL. So, here's a quick list of how things are and what needs to be done, from the top of my head. Searching the codebase for TODO/FIXME/HACK will find all the items. CPU All the instructions supported by the ARM7 and ARM9 are implemented. ARM9-only instructions are enforced, altough this may be incomplete. It's unclear how some of them behave on the ARM7: some throw undefined instruction exceptions, but some seem to do nothing or behave like another instruction. Cycle counting is rather crude and likely to be wrong for the more complex ARM9. Speaking of, the MPU and cache still have to be implemented (hopefully without killing performance). The first would allow emulating some game/homebrew crashes that happen on hardware, the second would be a requirement for reasonably accurate timings. System All DMA types are implemented, with reasonably accurate timings and operation. Running DMA and ARM9 simultaneously (possible under specific conditions) isn't implemented. ... read more |
11 comments (last by Casgaro) | Post a comment |
Sorry. May 13th 2018, by Arisotura |
You probably have noticed it, things are going down. It's been 5 months since the last release. What do we have that would be worthy of a 0.7? The JIT? I started working on it, and... lost motivation. DLDI? Same story. I hackishly added some commands so it can access a FAT image, and lost motivation to take it any further. For example, accessing the actual host filesystem instead of having to use an image file. I have pretty much lost motivation. The context I find myself in these days doesn't help, either. I'm mostly just... bouncing between places and having trouble getting really settled. So for now, melonDS is on hiatus. I feel bad for those who are still donating to the project. If you are, well... do whatever you want, but consider that melonDS isn't going to see progress for a good while, if not ever. Sorry. |
21 comments (last by MichaelHal) | Post a comment |
Long time no see Apr 25th 2018, by Arisotura |
Things have been pretty busy real life wise. Apologies for the lack of updates regarding melonDS. You might know how things went lately. I started coding a JIT recompiler for melonDS, then... lost motivation. Oh well. Instead, I figured I would work on other things. Like, y'know, homebrew. melonDS runs commercial games all neatly and all, but its homebrew support is still subpar. For one, DLDI support is one of the things I intend to work on. And not just granting filesystem access to homebrew, but actually attempting to emulate one of those flashcarts. It'd be amusing if melonDS could run a flashcart firmware. Not very practical or useful when you can load your ROM directly, but it'd be a cool feat. Besides, it's something the DS can do, so melonDS should also be able to do it. Even that aside, there are some technically challenging homebrew games. A prime example would be Dirbaio's Fireworlds which pushes the system to its limits (and is also a cool game, try it). Dirbaio recently put together a NitroFS build of Fireworlds, so that it can run on emulators that don't support DLDI. To give you an idea: • NO$GBA: crashes after intro • DeSmuME: runs okay, but no music (console complains about zero-length channels, likely related) • medusa: crashes when loading level select menu • dasShiny: gets stuck on NitroFS init A quick test revealed that it didn't run on melonDS, but it was a rather silly issue (it tried accessing IPCSYNC via 32-bit reads/writes, which melonDS didn't handle). Dirbaio fixed it in a PR, which means Fireworlds finally runs... but not perfectly, heh. Fireworlds seems to do some weird partial rendering to reduce the 3D engine load (noting that the most extreme levels do cause lagging-3D-engine glitches on the DS), and using display capture to mix together all the parts, or something like that. But it doesn't work right on melonDS and results in some flickering. ... read more |
7 comments (last by its_notjack) | Post a comment |
Network support: in the works Jan 24th 2018, by Arisotura |
You might have seen this thread. Network support was achieved, but it was roughly equivalent to that of DeSmuME. Currently, the network interface used by libpcap is hardcoded, I haven't added a UI for this yet. There is also a disadvantage to this: it only works if your computer is connected via ethernet. It also requires promiscuous mode, which might be a problem in some situations. I am working on a workaround to this, that allows networking without promiscuous mode. It will have to be tested extensively, but so far I got promising results. |
18 comments (last by not_A_staple) | Post a comment |
Pages:1···1112131415161718192021 |