motoharu-gosuto
motoharu-gosuto
Just check that everything works. Most likely it does since we are emulating the card.
There is a possibility to substitute read from iso file with read from network. Can save some storage. But how reliable is it?
Need to figure out why emulation of CMD17 and CMD23 just hangs with red led flashing forever. Currently read and write operations are handled by hooking sector api functions in...
It is possible to load kernel plugin from user app. However I am not sure how this may conflict with save / load state functionality.
Need to add at least some protection against force removal of physical card. For example during dump process.
Some graphical UI would be good. Because console UI is not very user friendly. However this is for next release
Just check again that initialization is precise. Dump virtual mmc commands and compare against physical mmc. Dump virtual sd commands and compare against physical sd. Make sure that card registers...
Commands CMD41, CMD8, CMD1 should return proper responses based on the arguments. Values should not be just hardcoded. For example if argument is 0 then available range should be returned....