aboutsummaryrefslogtreecommitdiff
path: root/libmpio/fat.c
AgeCommit message (Collapse)AuthorFilesLines
2003-04-23start restructuringcrunchy1-1039/+0
2003-04-18implemented "health" function. this is UNTESTED!germeier1-22/+45
2003-04-06initial support for directoriesgermeier1-20/+33
BEWARE: this might have broken some things!!!
2003-04-04oops, don't do this twice!germeier1-2/+2
2003-03-26don't be to strict with this checkgermeier1-3/+2
2003-03-25try to support changes in internal FAT structure on newer players.germeier1-12/+27
2003-03-15fixed stupid mistakegermeier1-2/+2
who allowed me to code anyways ...
2003-03-15BEWARE: Changes to support models with 4 internal chips.germeier1-6/+10
This is untested!!
2002-11-14fixed problem with CONFIG.DATgermeier1-3/+4
2002-10-27added code to read/write and display config files (CONFIG.DAT and FMCONFIG.DAT)germeier1-4/+14
another 8.3 fix :-(
2002-10-13finished support for external memory!germeier1-3/+3
2002-10-13finished formatting support for external memorygermeier1-14/+38
2002-10-06major changes to write support,germeier1-73/+233
BEWARE, some things might be broken in the progress (internal mem too!) added files cis.{c,h}
2002-09-28reading support on external memory should now be correct.germeier1-6/+5
2002-09-24fixed issues with 8.3 names in directory.cgermeier1-20/+28
actually use mpio_filetype_t to tag files during writing of internal memory writing of Config.dat does work now (though it needs some code in mpiosh)
2002-09-23stupid typogermeier1-2/+2
2002-09-23read spare area from external memory toogermeier1-9/+29
display progress for internal and external memory a few code clean ups and checks renamed debug_memory to dump_memory and dump more memory areas now a lot of little changes and updates
2002-09-18removed wrong block mappinggermeier1-3/+3
added progress_callback for mpio_init mpiosh: external memory is only selectable if it is available
2002-09-11finished support for writing to internal memorygermeier1-9/+26
2002-09-11updated writing support to support mpio_fatentry_tgermeier1-23/+114
2002-09-10support for deleting and formating of internal memory addedgermeier1-39/+71
BEWARE: this might well kill your player !!!!
2002-09-10reactivated deleting of files (external mem only)germeier1-1/+44
added error handling for memory formatting 2 fatentry function add minor bug fixes
2002-09-09deactivated debug messagesgermeier1-3/+3
2002-09-09updated code to format external SmartMedia cardsgermeier1-10/+27
fixed max_cluster issues
2002-09-08fixed some issues for MPIOs with more than one internal chipgermeier1-28/+72
2002-09-03first part of "design" fixesgermeier1-93/+182
reading support changed to mpio_fatentry_t support for writing and deleting deactivated
2002-09-03"small" cleanups to libmpio before starting major structural changesgermeier1-40/+56
2002-08-28Initial revisionsalmoon1-0/+414