DLDI icon indicating copy to clipboard operation
DLDI copied to clipboard

An archive of flashcard DLDI drivers and source codes

Results 7 DLDI issues
Sort by recently updated
recently updated
newest added

space savings!(?)

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...

documentation
enhancement
help wanted

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...

documentation

https://github.com/DS-Homebrew/DLDI/blob/17fd41997edf515721b4ebb62648244d5b34d1db/dlms4/source/iointerface_asm.s#L924 TODO: figure out what value is supposed to go there

bug

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.

bug
help wanted