summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/formats/flopimg.cpp
Commit message (Expand)AuthorAgeFilesLines
* formats/flopimg.cpp: Fix apparent logic error in write splice setting test AJR2024-02-251-1/+1
* imagedev/floppy.cpp: Remvoed hard-sectored floppy support. Vas Crabb2023-11-021-44/+7
* Floppy format API refinements AJR2023-10-081-29/+32
* formats: Use multibyte.h functions in more files AJR2023-09-171-1/+2
* imagedev/floppy.cpp: Add hard-sector floppy support Eric Anderson2023-09-051-7/+44
* srcclean in preparation for release branch Vas Crabb2022-10-231-1/+1
* as_dsk: Complete woz writing format Olivier Galibert2022-09-291-1/+15
* flopimg: Fix issues when wrapping in generate_bitstream_from_track which were... Olivier Galibert2022-04-191-74/+124
* floppy: Change the internal format to flux changes, update the mfi format acc... Olivier Galibert2022-03-301-113/+35
* Constify the floppy image handling interface Olivier Galibert2022-03-301-1/+1
* init vars for coverity (formats) Robbbert2022-03-261-2/+2
* Formats-related refactoring AJR2021-09-111-877/+6
* formats, osd, util: Started refactoring file I/O stuff. (#8456) Vas Crabb2021-08-221-32/+45
* formats/flopimg.cpp: Remove legacy pool allocator usage. (#8216) Aaron Giles2021-06-241-38/+19
* floppy_image_format_t: Turn all the methods that can be static into static me... Olivier Galibert2021-05-271-4/+4
* floppy: Change the formats from an intrusive list to a vector Olivier Galibert2021-05-271-17/+0
* floppy: start block-devicing fielsystem support Olivier Galibert2021-04-281-0/+3
* flopimg: don't fault on nibble extraction on degenerated tracks Olivier Galibert2021-03-021-1/+2
* srcclean in preparation for branching release Vas Crabb2021-02-211-1/+1
* woz: Add write Olivier Galibert2021-02-151-0/+15
* Eliminate ARRAY_LENGTH template in favor of C++17's std::size AJR2021-02-141-1/+1
* flopimg: Fix wrapping on mac sector extraction Olivier Galibert2021-01-311-2/+8
* srcclean in preparation for branching release Vas Crabb2021-01-241-4/+4
* flopimg: Fix gcr checksum Olivier Galibert2021-01-221-7/+7
* ATTR_UNUSED, do you welcome C++17 in your heart and mind? Olivier Galibert2021-01-221-7/+7
* flopimg: Change the extracted bitstreams into vector<bool> Olivier Galibert2021-01-221-170/+391
* Provide the variants to the floppy formats Olivier Galibert2021-01-091-1/+9
* formats/flopimg.cpp: Use appropriate standard exceptions for reporting errors... Vas Crabb2020-08-301-11/+13
* (nw) formats: reduce dependencies on libemu Vas Crabb2020-04-131-7/+8
* use C++ library includes (nw) firewave2020-01-221-6/+6
* agat: basic emulation of agat9 (video, apple compat mode, LLE floppy) Sergey Svishchev2019-07-021-0/+40
* Oops (nw) Olivier Galibert2018-05-261-0/+1
* Forgot the comment (nw) Olivier Galibert2018-05-261-0/+4
* Floppy robustification, better bitstream handling [John Keoni Morris, Peter F... Olivier Galibert2018-05-261-10/+15
* apple2: Add WOZ format [O. Galibert] Olivier Galibert2018-04-241-4/+13
* more TRUE/FALSE cleanup (nw) Miodrag Milanovic2016-10-221-11/+11
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-147/+147
* dynamic_buffer is just std::vector<UINT8> (nw) Miodrag Milanovic2016-10-211-1/+1
* Properly catching another out of memory condition Nathan Woods2016-09-091-2/+7
* Worked around the OPTION_GUIDE_EXTERN issue by using a crazy trick involving ... Nathan Woods2016-09-031-2/+1
* Attempting to make option_guide and option_guide::entry POD types; need to fi... Nathan Woods2016-09-021-1/+2
* Incorporating Vas Crabb feedback Nathan Woods2016-09-011-2/+2
* option_guide C++-ification, touched up imgtool Nathan Woods2016-08-271-43/+4
* Fixed an issue with legacy floppy loading caused by filetype() now being a st... Nathan Woods2016-08-181-4/+4
* std::min and std:max instead of MIN and MAX, also some more macros converted ... Miodrag Milanovic2016-07-311-1/+1
* C++-ification of src/lib/util/opresolv.[cpp|h] (moved to util:: namespace, ch... Nathan Woods2016-07-071-43/+28
* Bad boy, Micko (nw) Vas Crabb2016-05-191-1/+1
* fixing some more override (nw) Miodrag Milanovic2015-12-061-5/+5
* clang-modernize part 6 Miodrag Milanovic2015-12-041-6/+6
* clang-modernize part 5 Miodrag Milanovic2015-12-041-18/+18