summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/formats/fsblk_vec.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Move filesystem library into separate namespace and use shorter uX type ↵ AJR2021-12-311-6/+9
| | | | names there
* Filesystem code cleanup AJR2021-12-141-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 Olivier Galibert2021-04-281-0/+39