summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/formats/as_dsk.cpp
Commit message (Collapse)AuthorAgeFilesLines
* util/ioprocs.cpp: Added wrappers for common patterns. (#11608) Vas Crabb2024-02-251-135/+115
| | | | | emu/diimage.h: Removed fread overloads that allocate memory for output. util/core_file.cpp: Changed output size of load to size_t.
* Floppy format API refinements AJR2023-10-081-30/+30
| | | | | - 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.
* moof: Fix the flux tracks Olivier Galibert2023-01-301-1/+1
|
* srcclean in preparation for release branch Vas Crabb2022-10-231-5/+5
|
* moof_dsk: write support Olivier Galibert2022-09-291-129/+181
|
* as_dsk: Complete woz writing format Olivier Galibert2022-09-291-65/+182
|
* ap2_dsk: Move the applesauce formats in their own file Olivier Galibert2022-09-281-0/+464
as_dsk: Create a common base class, merge what is currently identical