summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/formats
Commit message (Expand)AuthorAgeFilesLines
* mdos dsk: support legacy floppy images, add XDOS support 68bit2020-07-292-102/+346
* srcclean for 0.223 Vas Crabb2020-07-263-3/+3
* spectrum: implemented Swift Disc and Swift Disc II interfaces MetalliC2020-07-172-0/+84
* trd_dsk.cpp add more formats, improve image type detection MetalliC2020-07-142-1/+57
* spectrum: add Logitek Proceed 1 C1541 disk interface (not fully working yet) MetalliC2020-07-121-0/+4
* spectrum: implemented Speccy-DOS and FloppyOne DOS interfaces, add "IC-DOS" B... MetalliC2020-07-114-0/+182
* mdos dsk: fix the cells size and gaps, make clear its Motorola MDOS 68bit2020-07-042-6/+40
* Merge pull request #6896 from 68bit/os9-8inch-16sectors ajrhacker2020-07-021-12/+24
|\
| * os9 dsk: add 8 inch, 16 sector, single density formats 68bit2020-07-031-12/+24
* | Merge pull request #6897 from 68bit/motorola-mdos-dsk ajrhacker2020-07-022-0/+295
|\ \
| * | MDOS disk format support 68bit2020-07-032-0/+295
| |/
* / wd177x dsk: be permissive of some missing sectors in later tracks 68bit2020-07-031-1/+6
|/
* this format was redundant (nw) MetalliC2020-06-222-77/+0
* srcclean and cleanup (nw) Vas Crabb2020-06-211-2/+2
* spectrum.cpp: add Didaktik D40/D80 disk interface MetalliC2020-06-212-0/+77
* Add ImageDisk IMD save support lfantoniosi2020-06-132-37/+158
* forgot this one (nw) MetalliC2020-05-311-7/+12
* dsk_dsk.cpp: be nice and allow to use DS images with SS drives (nw) MetalliC2020-05-261-2/+2
* ZX-Spectrum Beta-disc FDCs: modernize/fix FDD motor control MetalliC2020-05-261-1/+6
* fix HFE disk write Klaus Kämpf2020-05-071-5/+0
* formats: permission from Nigel Barnes to relicense Acorn and AFS disk handler... Vas Crabb2020-04-135-7/+5
* (nw) formats: reduce dependencies on libemu Vas Crabb2020-04-1327-79/+103
* formats/apridisk.cpp: fixed compile Ivan Vangelista2020-04-131-0/+1
* With permission from Dirk Best, apply 3-clause BSD license to common devices ... Vas Crabb2020-04-1326-27/+26
* H8: added support for H8T tapes. Robbbert2020-04-062-0/+168
* srcclean (nw) Vas Crabb2020-03-221-17/+17
* ibmxdf_dsk: IBM Extended Disk Format support (nw) Sergey Svishchev2020-03-022-0/+307
* flex_dsk: include an identify() method. 68bit2020-02-092-0/+10
* wd177x_dsk: generalize to allow custom track format variations 68bit2020-02-086-324/+1744
* Merge pull request #6245 from shattered/_27394e2f097 R. Belmont2020-02-051-5/+29
|\
| * aim_dsk: use splice position recorded in the image, if available (nw) Sergey Svishchev2020-01-311-5/+29
* | more debug logging left on, few small cleanups (nw) Vas Crabb2020-02-022-26/+26
|/
* Merge pull request #6195 from firewave/includes R. Belmont2020-01-22127-160/+160
|\
| * use C++ library includes (nw) firewave2020-01-22127-160/+160
* | Merge pull request #6187 from 68bit/apple2-floppy-options-track-count R. Belmont2020-01-221-3/+3
|\ \
| * | apply2 floppy format: bake in the track count 68bit2020-01-201-3/+3
| |/
* / fixed some clang-tidy warnings (nw) (#6197) Oliver Stöneberg2020-01-221-4/+4
|/
* imds2: implemented save in IMG disk format (#6140) fulivi2020-01-072-16/+181
* acorn_dsk: Added support for HADFS floppy images. Nigel Barnes2020-01-071-0/+10
* Emulation of isbc202 floppy disk controller (#6119) fulivi2020-01-042-0/+268
* apple2: fix recognition of .NIB images on the old diskii controller (MT #7496... arbee2019-11-222-3/+3
* new working ZX Spectrum slot devices: DISCiPLE and +D disk interfaces (#5931) Tom2019-11-221-1/+1
* Fix spelling, tidy whitespace Zoë Blade2019-10-211-2/+2
* Make osd_printf_* use util/strformat semantics. Vas Crabb2019-09-261-1/+1
* ap2_dsk: recognize ProDOS 2.5 boot block (nw) arbee2019-09-201-0/+4
* HP9845: TACO driver re-written (#5601) fulivi2019-09-092-12/+126
* apple2: fix regression using 35-track disks with the legacy floppy (nw) arbee2019-08-251-1/+1
* flex_dsk: fix the logging of the disk name extension 68bit2019-08-261-2/+2
* srcclean (nw) Vas Crabb2019-08-252-7/+7
* fix incorrect format string to allow compilation (nw) smf-2019-08-151-1/+1