All Projects → yellows8 → unprotboot9_sdmmc

yellows8 / unprotboot9_sdmmc

Licence: other
3DS library for using the sdmmc code in the unprotected ARM9-bootrom.

Programming Languages

Makefile
30231 projects
c
50402 projects - #5 most used programming language
assembly
5116 projects

This is a library for using the mmc code in the 3DS arm9-bootrom. This only uses the code in the unprotected arm9-bootrom. Boot9 only supports sector reading, not writing. Also note that boot9 reads each sector with command 18 not 25: each sector is read seperately with a dedicated command. Here the data is read from FIFO to the output buffer via CPU mem-copy. No crypto is used with this.

SD(HC) and NAND are all supported by this arm9-bootrom sdmmc code.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].