More actions
No edit summary |
No edit summary |
||
Line 18: | Line 18: | ||
|source=https://github.com/Hydr8gon/NooDS | |source=https://github.com/Hydr8gon/NooDS | ||
}} | }} | ||
'''NooDS'' aims to be a fast and portable Nintendo DS emulator. It's not quite there speed-wise, but it offers most other features that you might expect from a DS emulator. | '''NooDS''' aims to be a fast and portable Nintendo DS emulator. It's not quite there speed-wise, but it offers most other features that you might expect from a DS emulator. | ||
It even supports GBA backwards compatibility! I'm doing it for fun and as a learning experience, also because I'm a huge DS fan. It may not be a worthy competitor for the other DS emulators just yet, but I believe that I can get it there someday. If not, that's fine too; like I said, I'm just having fun! | It even supports GBA backwards compatibility! I'm doing it for fun and as a learning experience, also because I'm a huge DS fan. It may not be a worthy competitor for the other DS emulators just yet, but I believe that I can get it there someday. If not, that's fine too; like I said, I'm just having fun! | ||
Line 31: | Line 31: | ||
==Media== | ==Media== | ||
<youtube>QWph0EvUXDM</youtube> | <youtube>QWph0EvUXDM</youtube> | ||
== References == | |||
* [https://problemkaputt.de/gbatek.htm GBATEK] by Martin Korth - It's where most of my information came from | |||
* [https://melonds.kuribo64.net/board/thread.php?id=13 GBATEK addendum] by Arisotura - Some information came from here too as GBATEK isn't perfect | |||
* Blog posts [https://melonds.kuribo64.net/comments.php?id=85 1], [https://melonds.kuribo64.net/comments.php?id=56 2], [https://melonds.kuribo64.net/comments.php?id=32 3], and [https://melonds.kuribo64.net/comments.php?id=27 4] by Arisotura - Great resources that detail the 3D GPU's lesser-known quirks | |||
* [https://drive.google.com/file/d/1dl6xgOXc892r43RzkIJKI6nikYIipzoN/view DraStic BIOS] by Exophase - Reference for the HLE BIOS implementation | |||
* [https://imrannazar.com/ARM-Opcode-Map ARM Opcode Map] by Imran Nazar - Used to create the interpreter lookup table | |||
* Hardware tests by me - When there's something that I can't find or want to verify, I write tests for it myself! | |||
== See also == | |||
* [https://hydr8gon.github.io Hydra's Lair] - You can read about my progress here! | |||
* [https://discord.gg/JbNz7y4 NooDS Discord] - We can chat and do other fun stuff here! | |||
== External links == | == External links == | ||
* Github - https://github.com/Hydr8gon/NooDS | * Github - https://github.com/Hydr8gon/NooDS |
Revision as of 02:09, 23 November 2022
NooDS | |
---|---|
File:Noodsvita.jpg | |
General | |
Author | Hydr8gon |
Type | Handheld |
Version | 20221004 |
License | GPL-3.0 |
Last Updated | 2022/10/04 |
Links | |
Download | |
Source | |
NooDS aims to be a fast and portable Nintendo DS emulator. It's not quite there speed-wise, but it offers most other features that you might expect from a DS emulator.
It even supports GBA backwards compatibility! I'm doing it for fun and as a learning experience, also because I'm a huge DS fan. It may not be a worthy competitor for the other DS emulators just yet, but I believe that I can get it there someday. If not, that's fine too; like I said, I'm just having fun!
Usage
NooDS should be able to run most things without additional setups. DS BIOS and firmware files must be provided to boot from the DS menu, which can be dumped from a DS with DSBF Dumper.
The firmware must be dumped from an original DS; DSi and 3DS dumps don't have any boot code. A GBA BIOS file must be provided to run GBA games, which can be dumped from many systems with this dumper.
The BIOS and firmware file paths can be set in the settings. Although not always accurate, save types are automatically detected. Manual alteration of the save type is needed if you load a new game and saving does not work.
Media
References
- GBATEK by Martin Korth - It's where most of my information came from
- GBATEK addendum by Arisotura - Some information came from here too as GBATEK isn't perfect
- Blog posts 1, 2, 3, and 4 by Arisotura - Great resources that detail the 3D GPU's lesser-known quirks
- DraStic BIOS by Exophase - Reference for the HLE BIOS implementation
- ARM Opcode Map by Imran Nazar - Used to create the interpreter lookup table
- Hardware tests by me - When there's something that I can't find or want to verify, I write tests for it myself!
See also
- Hydra's Lair - You can read about my progress here!
- NooDS Discord - We can chat and do other fun stuff here!
External links
- Github - https://github.com/Hydr8gon/NooDS