Hi all,
Some of you may know that I've been writing a filesystem in my free time. Well, I've got it to a point where I'm happy to release it, so here is!

http://www.geocities.com/codefiend.g...lesystemR1.zip

Included is the source for the filesystem generation tool, and a simple demo program that uses it.

Note that it doesn't run on any emulator that I've tried, only on real hardware.

Its pretty easy to use, since I've modelled the interface on the stdio one.

All data is loaded straight from the GBA cart, so no longer does your program's data have to be linked into the binary and copied into RAM on startup!

Enjoy!