• Welcome to SCdev.org. Please log in.

Welcome to the new SCdev forums!

Modified version of MoonShell for SD

Started by Critical_Impact, November 07, 2005, 08:24:54 PM

Previous topic - Next topic

SpAwN

Quote from: "cory1492"

Here is a full, tested package for SuperCard SD

http://nds.cmamod.com/files/MoonShell0.6_SCSD_fullmod.zip (3MB zip file)

Can someone upload this again? Everytime after my download winzip says it is corrupted.

Thanks in advance

sneef


SpAwN


cory1492

My fault, its fixed now. PK header wrather than RAR header confirmed with hex edit.

Prefer to use the zip format for anything distro as there are freeware drivers that allow users on Mac/Linux to easily open the arch, musta clicked a wrong button and renamed it  :oops:

updated again, same file new binaries: turns out rebuilding the binaries from clean is a good idea directly before release...  :lol:  text plugin is now working fine with the menu mod.

Unfortunately OGG is beyond my patience to fix ATM, it has a nasty memory leak somewhere as well :( - I did narrow down the problem to the function that grabs the stream though, its using CIN to poll data off the memory, and I know that CIN is not working very well at all with files on the SD card (extremely slow character read/write, works much better with block/cluster read/writes - I think this is a shortcoming of the provided .s IO files)