This is a read-only mirror of the content originally found on forum.gbadev.org
(now offline), salvaged from Wayback machine copies. A new forum can be found here.
DS Flash Equipment > Add support of EZ4 to Chishm's FAT library?
#88186 - Extreme Coder - Sat Jun 17, 2006 11:44 pm
Apparently, Moonshell added support of the EZ4 in its latest version. I was wondering how easy is it to add support for the EZ4 from MoonShell to Chishm's fat lib?
#88212 - chishm - Sun Jun 18, 2006 3:27 am
Harder than you'd think. A lot of the time, manufacturers will only supply the minimum driver required to get MoonShell to work with their flash cart (eg M3SD). They don't add write support, and the device detection often produces false positives ("if they aren't using our flash cart, who cares?"). Since the EZ4 is an SD device, there is currently no example driver to modify for it (I'm working on that, using M3SD as a base).