summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/formats/td0_dsk.cpp
Commit message (Expand)AuthorAgeFilesLines
* util/ioprocs.cpp: Added wrappers for common patterns. (#11608) Vas Crabb2024-02-251-7/+13
* Floppy format API refinements AJR2023-10-081-20/+20
* Miscellaneous change roll-up: Vas Crabb2023-09-291-1/+1
* formats: Use multibyte.h functions in more files AJR2023-09-171-7/+8
* formats/td0_dsk.cpp: Don't swallow bits and bytes at the end of Huffman-encod... AJR2023-09-081-13/+14
* formats/td0_dsk.cpp: Do more error checking, hopefully eliminating softlocks ... AJR2023-09-051-4/+25
* formats/td0_dsk.cpp: Recognize SSDD images for 3(.5)-inch floppy drives. Fixe... AJR2023-09-021-1/+1
* floppy: revisit the identify returns Olivier Galibert2022-03-301-1/+1
* floppy: remove the intermediate allocator Olivier Galibert2022-03-301-1/+1
* Constify the floppy image handling interface Olivier Galibert2022-03-301-7/+2
* init vars for coverity (formats) Robbbert2022-03-261-4/+4
* Formats-related refactoring AJR2021-09-111-1/+1
* formats, osd, util: Started refactoring file I/O stuff. (#8456) Vas Crabb2021-08-221-37/+36
* -util: Retire legacy object pool, removing vestigial references. Vas Crabb2021-06-241-7/+3
* Provide the variants to the floppy formats Olivier Galibert2021-01-091-3/+3
* -Switch to building MAME as C++17. Vas Crabb2020-11-151-2/+3
* use C++ library includes (nw) firewave2020-01-221-2/+2
* srcclean (nw) Vas Crabb2018-04-221-1/+1
* Minimal improvements on the disk handling (#3395) Stefano2018-03-271-0/+4
* TeleDisk loader: accept images produced from 8" SSSD disks Sergey Svishchev2017-01-101-1/+3
* more TRUE/FALSE cleanup (nw) Miodrag Milanovic2016-10-221-6/+6
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-64/+64
* dynamic_buffer is just std::vector<UINT8> (nw) Miodrag Milanovic2016-10-211-1/+1
* fixing some more override (nw) Miodrag Milanovic2015-12-061-2/+2
* clang-modernize part 5 Miodrag Milanovic2015-12-041-5/+5
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+1034