| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Floppy format API refinements | 2023-10-08 | 1 | -3/+3 | |
| | | | | | | - Add noexcept to format information overrides and several simple floppy_image accessors. - Be more const-correct and use references instead of raw pointers wherever applicable. In particular, floppy_image_device::load and floppy_image_device::save now take a reference to floppy_image rather than a pointer, const-qualified in the latter case. | ||||
| * | floppy: remove the intermediate allocator | 2022-03-30 | 1 | -1/+1 | |
| | | |||||
| * | srcclean in preparation for 0.240 | 2022-01-23 | 1 | -1/+1 | |
| | | |||||
| * | Reimplemented support for the CoCo's RS-DOS filesystem on top of the "fsmgr" ↵ | 2022-01-03 | 1 | -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 | |||||
