summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/formats/coco_rawdsk.cpp
Commit message (Collapse)AuthorAgeFilesLines
* srcclean in preparation for 0.240 Vas Crabb2022-01-231-1/+1
|
* Reimplemented support for the CoCo's RS-DOS filesystem on top of the "fsmgr" ↵ npwoods2022-01-031-0/+45
framework (currently read only) (#9080) * Reimplemented support for the CoCo's RS-DOS filesystem on top of the "fsmgr" framework (currently read only) * Added support for file_type and ascii_flag metadata, minor bug fix decoding file allocation table entries * Creating a "CoCo Raw Disk" format and changing the CoCo RS-DOS filesystem to use it * 1. Adding COCO_RAWDSK to all.cpp 2. Fixing sector order on CoCo raw disk