summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/formats/imd_dsk.cpp
Commit message (Expand)AuthorAgeFilesLines
* imd: do the number of tracks test only on 5.25, 8" and 3.5" is always 80, 3" ... Olivier Galibert2021-04-121-11/+12
* imd: Don't crash when trying to put a 80-track image in a 40-track drive Olivier Galibert2021-03-311-0/+5
* flopimg: Change the extracted bitstreams into vector<bool> Olivier Galibert2021-01-221-13/+11
* imd_dsk: restore # of tracks check [R. Belmont] arbee2021-01-101-1/+4
* imd_dsk: use has_variant() and accept either HD or QD as 80-track drives [R. ... arbee2021-01-101-7/+4
* imd_fmt.cpp: if an IMD image is 40 track but the drive is HD, put the data on... arbee2021-01-091-4/+64
* Provide the variants to the floppy formats Olivier Galibert2021-01-091-3/+3
* Fix most implicit fallthrough warnings from clang Vas Crabb2020-11-171-1/+1
* Got rid of global_alloc/global_free. Vas Crabb2020-10-031-7/+7
* imd_dsk: Fix bug when changing IMD image [lfantoniosi] (#7289) lfantoniosi2020-09-251-0/+6
* srcclean and cleanup (nw) Vas Crabb2020-06-211-2/+2
* Add ImageDisk IMD save support lfantoniosi2020-06-131-36/+146
* (nw) formats: reduce dependencies on libemu Vas Crabb2020-04-131-5/+5
* use C++ library includes (nw) firewave2020-01-221-2/+2
* imd_dsk.cpp: Add some sanity checking on geometry AJR2018-07-271-1/+19
* ImageDisk loader: don't crash on tracks with no data Sergey Svishchev2017-01-101-4/+7
* more TRUE/FALSE cleanup (nw) Miodrag Milanovic2016-10-221-6/+6
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-43/+43
* dynamic_buffer is just std::vector<UINT8> (nw) Miodrag Milanovic2016-10-211-1/+1
* Bad OG, no cookie, nw either therealmogminer@gmail.com2016-09-251-1/+1
* fixing some more override (nw) Miodrag Milanovic2015-12-061-1/+1
* clang-modernize part 5 Miodrag Milanovic2015-12-041-5/+5
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+514