DLDI
DLDI copied to clipboard
An archive of flashcard DLDI drivers and source codes
space savings!(?)
Fixes #7, fixes #8 no more SDHC-specific driver!
The stock DSTT driver reads a u32 from 0x027FFC24. DSTT seems to use the 0x027FFC20-0x027FFC2F area for storing runtime variables. 0x027FFC24 is where SD/SDHC boolean is placed. This is volatile...
SCDS_CMD_CARD_PARAM_R1 is in fact raw SDIO commands. `51aaaaaaaabb0100` - aaaaaaaa: argument/parameter - bb: SDIO command - i.e. 08 == CMD8 Defines should be updated to match this, since names I...
https://github.com/DS-Homebrew/DLDI/blob/17fd41997edf515721b4ebb62648244d5b34d1db/dlms4/source/iointerface_asm.s#L924 TODO: figure out what value is supposed to go there
It seems the iSmart Premium driver doesn't quite work with the EZ-Flash Vi, despite the original EZ5iV3 driver seeminly doing the exact same thing the code is doing.