ntrteam / flashcart_core

A hopefully reusable component for dealing with flashcart specific behavior.
GNU General Public License v3.0
128 stars 32 forks source link

(DSTT) Support for Fujitsu MBM29DL163TD. #140

Closed m4x10187 closed 6 months ago

m4x10187 commented 11 months ago

Added DSTT flash chip support for Fujitsu MBM29DL163TD.

kitlith commented 11 months ago

Hi! Thanks for the PR. This might take a little bit for me to properly review, as I need to figure out how it works again.

In the meantime, though, have you made sure that the block sizes are properly specified in Erase_Chip?

m4x10187 commented 11 months ago

Here is a debug log of the reading/writing processes of the cart. The block size goes up to 0x10000. ntrboot.log

m4x10187 commented 11 months ago

@kitlith Only issue I have is that, if I compile the DS version of ntrboot-flasher, then it doesn't happen to recognise it at all.