summaryrefslogtreecommitdiffstats
path: root/src/lib/formats/fs_unformatted.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Move filesystem library into separate namespace and use shorter uX type ↵ AJR2021-12-311-12/+14
| | | | names there
* Filesystem code cleanup AJR2021-12-141-2/+3
| | | | | | | - 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)
* reorganize the floptool code, add some write support Olivier Galibert2021-05-241-2/+12
|
* prodos: Add file and resource reading Olivier Galibert2021-05-111-0/+5
|
* fs: Add full jasmin read support Olivier Galibert2021-04-301-5/+0
|
* floppy: first steps on metadata, and hopefully make gcc happier on enumerate Olivier Galibert2021-04-281-1/+6
|
* floppy: start block-devicing fielsystem support Olivier Galibert2021-04-281-17/+37
|
* floppy: Beginning of the support for preformatted floppy images. Olivier Galibert2021-03-051-0/+99
What's missing: - parameters (like the disk name when it exists) - possibly a cleanup of ram_open and friends (but not sure of the appropriate direction in which to go)