aboutsummaryrefslogtreecommitdiff
path: root/libmpio/io.c
AgeCommit message (Collapse)AuthorFilesLines
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-4/+8
This is untested!!
2002-10-23fixed init progress counter for models with two internal chipsgermeier1-2/+4
2002-10-13finished support for external memory!germeier1-44/+70
2002-10-13finished formatting support for external memorygermeier1-36/+236
2002-10-06major changes to write support,germeier1-29/+69
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-136/+207
2002-09-23read spare area from external memory toogermeier1-13/+16
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-20small fixes to mpiosh/callback.cgermeier1-1/+2
added code to identify DMG+ (assumed, but should be correct)
2002-09-18removed wrong block mappinggermeier1-48/+57
added progress_callback for mpio_init mpiosh: external memory is only selectable if it is available
2002-09-15Fixed model2externalmem function and added command, commentssalmoon1-3/+4
2002-09-15added model identificationgermeier1-10/+32
use 0x80 for external memory on the DMG line added code to dump first 0x100 sectors of memory
2002-09-11finished support for writing to internal memorygermeier1-3/+10
2002-09-11fixed block address issues in spare areagermeier1-30/+62
2002-09-11updated writing support to support mpio_fatentry_tgermeier1-14/+27
2002-09-10support for deleting and formating of internal memory addedgermeier1-6/+5
BEWARE: this might well kill your player !!!!
2002-09-10reactivated deleting of files (external mem only)germeier1-43/+48
added error handling for memory formatting 2 fatentry function add minor bug fixes
2002-09-09added fatentry2hw to libmpio/io.cgermeier1-39/+38
2002-09-09updated code to format external SmartMedia cardsgermeier1-3/+26
fixed max_cluster issues
2002-09-09fixed cluster to block mapping with 32 MB SmartMedia cardsgermeier1-14/+21
added debug messages in case of ECC errors fixed some errors if no SM card is inserted (this time for real!)
2002-09-03first part of "design" fixesgermeier1-12/+72
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-215/+285
2002-08-28Initial revisionsalmoon1-0/+618