| Commit message (Expand) | Author | Age | Files | Lines |
| * | mdos dsk: support legacy floppy images, add XDOS support |  68bit | 2020-07-29 | 2 | -102/+346 |
| * | srcclean for 0.223 |  Vas Crabb | 2020-07-26 | 3 | -3/+3 |
| * | spectrum: implemented Swift Disc and Swift Disc II interfaces |  MetalliC | 2020-07-17 | 2 | -0/+84 |
| * | trd_dsk.cpp add more formats, improve image type detection |  MetalliC | 2020-07-14 | 2 | -1/+57 |
| * | spectrum: add Logitek Proceed 1 C1541 disk interface (not fully working yet) |  MetalliC | 2020-07-12 | 1 | -0/+4 |
| * | spectrum: implemented Speccy-DOS and FloppyOne DOS interfaces, add "IC-DOS" B... |  MetalliC | 2020-07-11 | 4 | -0/+182 |
| * | mdos dsk: fix the cells size and gaps, make clear its Motorola MDOS |  68bit | 2020-07-04 | 2 | -6/+40 |
| * | Merge pull request #6896 from 68bit/os9-8inch-16sectors |  ajrhacker | 2020-07-02 | 1 | -12/+24 |
| |\ |
|
| | * | os9 dsk: add 8 inch, 16 sector, single density formats |  68bit | 2020-07-03 | 1 | -12/+24 |
| * | | Merge pull request #6897 from 68bit/motorola-mdos-dsk |  ajrhacker | 2020-07-02 | 2 | -0/+295 |
| |\ \ |
|
| | * | | MDOS disk format support |  68bit | 2020-07-03 | 2 | -0/+295 |
| | |/ |
|
| * / | wd177x dsk: be permissive of some missing sectors in later tracks |  68bit | 2020-07-03 | 1 | -1/+6 |
| |/ |
|
| * | this format was redundant (nw) |  MetalliC | 2020-06-22 | 2 | -77/+0 |
| * | srcclean and cleanup (nw) |  Vas Crabb | 2020-06-21 | 1 | -2/+2 |
| * | spectrum.cpp: add Didaktik D40/D80 disk interface |  MetalliC | 2020-06-21 | 2 | -0/+77 |
| * | Add ImageDisk IMD save support |  lfantoniosi | 2020-06-13 | 2 | -37/+158 |
| * | forgot this one (nw) |  MetalliC | 2020-05-31 | 1 | -7/+12 |
| * | dsk_dsk.cpp: be nice and allow to use DS images with SS drives (nw) |  MetalliC | 2020-05-26 | 1 | -2/+2 |
| * | ZX-Spectrum Beta-disc FDCs: modernize/fix FDD motor control |  MetalliC | 2020-05-26 | 1 | -1/+6 |
| * | fix HFE disk write |  Klaus Kämpf | 2020-05-07 | 1 | -5/+0 |
| * | formats: permission from Nigel Barnes to relicense Acorn and AFS disk handler... |  Vas Crabb | 2020-04-13 | 5 | -7/+5 |
| * | (nw) formats: reduce dependencies on libemu |  Vas Crabb | 2020-04-13 | 27 | -79/+103 |
| * | formats/apridisk.cpp: fixed compile |  Ivan Vangelista | 2020-04-13 | 1 | -0/+1 |
| * | With permission from Dirk Best, apply 3-clause BSD license to common devices ... |  Vas Crabb | 2020-04-13 | 26 | -27/+26 |
| * | H8: added support for H8T tapes. |  Robbbert | 2020-04-06 | 2 | -0/+168 |
| * | srcclean (nw) |  Vas Crabb | 2020-03-22 | 1 | -17/+17 |
| * | ibmxdf_dsk: IBM Extended Disk Format support (nw) |  Sergey Svishchev | 2020-03-02 | 2 | -0/+307 |
| * | flex_dsk: include an identify() method. |  68bit | 2020-02-09 | 2 | -0/+10 |
| * | wd177x_dsk: generalize to allow custom track format variations |  68bit | 2020-02-08 | 6 | -324/+1744 |
| * | Merge pull request #6245 from shattered/_27394e2f097 |  R. Belmont | 2020-02-05 | 1 | -5/+29 |
| |\ |
|
| | * | aim_dsk: use splice position recorded in the image, if available (nw) |  Sergey Svishchev | 2020-01-31 | 1 | -5/+29 |
| * | | more debug logging left on, few small cleanups (nw) |  Vas Crabb | 2020-02-02 | 2 | -26/+26 |
| |/ |
|
| * | Merge pull request #6195 from firewave/includes |  R. Belmont | 2020-01-22 | 127 | -160/+160 |
| |\ |
|
| | * | use C++ library includes (nw) |  firewave | 2020-01-22 | 127 | -160/+160 |
| * | | Merge pull request #6187 from 68bit/apple2-floppy-options-track-count |  R. Belmont | 2020-01-22 | 1 | -3/+3 |
| |\ \ |
|
| | * | | apply2 floppy format: bake in the track count |  68bit | 2020-01-20 | 1 | -3/+3 |
| | |/ |
|
| * / | fixed some clang-tidy warnings (nw) (#6197) |  Oliver Stöneberg | 2020-01-22 | 1 | -4/+4 |
| |/ |
|
| * | imds2: implemented save in IMG disk format (#6140) |  fulivi | 2020-01-07 | 2 | -16/+181 |
| * | acorn_dsk: Added support for HADFS floppy images. |  Nigel Barnes | 2020-01-07 | 1 | -0/+10 |
| * | Emulation of isbc202 floppy disk controller (#6119) |  fulivi | 2020-01-04 | 2 | -0/+268 |
| * | apple2: fix recognition of .NIB images on the old diskii controller (MT #7496... |  arbee | 2019-11-22 | 2 | -3/+3 |
| * | new working ZX Spectrum slot devices: DISCiPLE and +D disk interfaces (#5931) |  Tom | 2019-11-22 | 1 | -1/+1 |
| * | Fix spelling, tidy whitespace |  Zoë Blade | 2019-10-21 | 1 | -2/+2 |
| * | Make osd_printf_* use util/strformat semantics. |  Vas Crabb | 2019-09-26 | 1 | -1/+1 |
| * | ap2_dsk: recognize ProDOS 2.5 boot block (nw) |  arbee | 2019-09-20 | 1 | -0/+4 |
| * | HP9845: TACO driver re-written (#5601) |  fulivi | 2019-09-09 | 2 | -12/+126 |
| * | apple2: fix regression using 35-track disks with the legacy floppy (nw) |  arbee | 2019-08-25 | 1 | -1/+1 |
| * | flex_dsk: fix the logging of the disk name extension |  68bit | 2019-08-26 | 1 | -2/+2 |
| * | srcclean (nw) |  Vas Crabb | 2019-08-25 | 2 | -7/+7 |
| * | fix incorrect format string to allow compilation (nw) |  smf- | 2019-08-15 | 1 | -1/+1 |