summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/formats/fs_vtech.cpp
Commit message (Expand)AuthorAgeFilesLines
* fsblk.cpp: Internal overhaul AJR2025-03-021-37/+37
* formats/fsblk.cpp: Replaced fs::err_t enum with a standard error condition ca... ajrhacker2025-02-221-45/+45
* formats/fs_vtech.cpp: Fix off-by-one error: end address is exclusive, not inc... AJR2024-12-241-6/+6
* formats/fs_vtech.cpp: Fixes and improvements AJR2024-12-231-10/+12
* Filesystem code refactoring (#11570) ajrhacker2023-09-271-0/+1
* fsmgr.cpp: Restore trim_end_spaces as a std::string_view function and use it ... AJR2023-09-171-3/+2
* fsmgr.h: Cleanup AJR2023-09-171-17/+20
* Changed fs::manager_t::enumerate_f() to simplify logic within file system dri... npwoods2022-09-191-3/+2
* Clean up whitespace with srcclean Vas Crabb2022-07-241-1/+1
* fs: new API, blk_t is probably going to change too Olivier Galibert2022-06-281-137/+194
* Changed the constructor of fs::dir_entry to take 'std::string &&name' instead... npwoods2022-06-111-1/+1
* Fixed some issues involving fs::meta_description construction (#9546) npwoods2022-04-121-4/+4
* Move filesystem library into separate namespace and use shorter uX type names... AJR2021-12-311-95/+99
* Filesystem code cleanup AJR2021-12-141-45/+46
* srcclean in preparation for release Vas Crabb2021-06-271-2/+2
* vtech: Add floppy formats and fs Olivier Galibert2021-05-261-0/+366