aboutsummaryrefslogtreecommitdiff
path: root/libmpio/io.c
AgeCommit message (Collapse)AuthorFilesLines
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