Hi

I just wanted to share a very small modification I did to the file (now in my /disk/list since I cannot legitly modify rom… it is called rom for a reason :(/>/>) and that some people might like.

It will simply add a [d] in front of a directory name.

You need to replace line 22:

table.insert( tDirs, sItem )

with


table.insert( tDirs, "[d]"..sItem )

Hope it makes some people happy :)/>/>

NB: I copied /rom/startup to another place and added /disk to the path so my own modified programs would be selected before the default ones in case some people wondered.