summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/formats/vt_dsk.cpp
Commit message (Collapse)AuthorAgeFilesLines
* formats/vt_dsk.cpp: Recognize .dvz extension AJR2024-12-231-1/+1
|
* vt_dsk: Restore the newer bitstream generator, except for the part that was ↵ AJR2024-11-201-15/+27
| | | | actually broken
* vt_dsk: Regression fixes for loading and saving both disk formats AJR2024-11-201-26/+19
| | | | | - Remember to put in a flux change at the start of each bit - Revert flux_to_image bitstream generator to as it was before 08f28cee11ce94e6656d4924c7a3c30614811783 (new version simply didn't work)
* util/ioprocs.cpp: Added wrappers for common patterns. (#11608) Vas Crabb2024-02-251-33/+31
| | | | | 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-19/+19
| | | | | - 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.
* formats: Use multibyte.h functions in more files AJR2023-09-171-2/+3
|
* Update various source files to use swapendian_int16 AJR2022-10-291-1/+2
|
* floppy: revisit the identify returns Olivier Galibert2022-03-301-2/+2
|
* floppy: Change the internal format to flux changes, update the mfi format ↵ Olivier Galibert2022-03-301-45/+49
| | | | accordingly (keep read compatibility with the old mfi)
* floppy: remove the intermediate allocator Olivier Galibert2022-03-301-2/+2
|
* Constify the floppy image handling interface Olivier Galibert2022-03-301-6/+6
|
* fixes for variables set but not used smf-2021-11-071-2/+2
|
* formats, osd, util: Started refactoring file I/O stuff. (#8456) Vas Crabb2021-08-221-16/+31
| | | | | | | | | Added more modern generic I/O interfaces with implementation backed by stdio, osd_file and core_file, replacing io_generic. Also replaced core_file's build-in zlib compression with a filter. unzip.cpp, un7z.cpp: Added option to supply abstract I/O interface rather than filename. Converted osd_file, core_file, archive_file, chd_file and device_image_interface to use std::error_condition rather than their own error enums. Allow mounting TI-99 RPK from inside archives.
* srcclean in preparation for release Vas Crabb2021-06-271-12/+12
|
* vtech: Add floppy formats and fs Olivier Galibert2021-05-261-0/+396