Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | formats/fs_fat.cpp: Various fixes | 2024-02-10 | 1 | -1/+1 | |
| | | | | | | | - Get the volume label from the root directory, rather than from the extended BPB (which is less reliable) - Ignore long file name entries for now * floptool: Add new line to error message report | ||||
* | fs: new API, blk_t is probably going to change too | 2022-06-28 | 1 | -1/+1 | |
| | |||||
* | Move filesystem library into separate namespace and use shorter uX type ↵ | 2021-12-31 | 1 | -6/+9 | |
| | | | | names there | ||||
* | Filesystem code cleanup | 2021-12-14 | 1 | -2/+6 | |
| | | | | | | | - Eliminate dependencies on emu.h, replacing most fatalerror calls and floptool's ersatz emu_fatalerror class with standard exception classes - Use range-based std::string constructors in some methods - Move filesystem metadata handling to a separate source file - Eliminate src/emu as an include path for libformats (necessitates kludge in ti99_dsk.cpp) | ||||
* | floppy: start block-devicing fielsystem support | 2021-04-28 | 1 | -0/+39 | |