summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/formats
Commit message (Expand)AuthorAgeFilesLines
* Got rid of global_alloc/global_free. Vas Crabb2020-10-034-40/+46
* formats/cassimg.cpp: Finish encapsulation of cassette_image class. Vas Crabb2020-10-028-218/+218
* -imagedev/cassimg.cpp: Make the interface look something like C++. Vas Crabb2020-10-0253-1150/+1025
* Disable SOUND_DEBUG for non-debug builds, and srcclean Vas Crabb2020-09-272-32/+32
* imd_dsk: Fix bug when changing IMD image [lfantoniosi] (#7289) lfantoniosi2020-09-251-0/+6
* Add MDCR support for P2000t (#7215) Erwin Jansen2020-09-172-0/+340
* VG5000µ updates: Sylvain Glaize2020-08-311-0/+1
* formats/flopimg.cpp: Use appropriate standard exceptions for reporting errors... Vas Crabb2020-08-301-11/+13
* formats: Get rid of more inappropriate use of emu_fatalerror (and fix some sp... Vas Crabb2020-08-306-32/+39
* pc_dsk: Ignore 84-byte Disk Copy 4.2 header [Justin Kerk] Justin Kerk2020-08-291-0/+5
* formats: Removed some inappropriate uses of emu_fatalerror and stderr. Vas Crabb2020-08-233-29/+42
* *atom: cleanup Robbbert2020-08-171-2/+2
* acorn_dsk: Added support for Kenda formatted SSD images. Nigel Barnes2020-08-161-2/+14
* Revert "mdos dsk: support legacy floppy images, add XDOS support" Vas Crabb2020-08-042-346/+102
* 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
| |/