summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/formats
Commit message (Expand)AuthorAgeFilesLines
* srcclean in preparation for branching release Vas Crabb2021-01-242-6/+6
* 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-2226-671/+741
* dc42: better cell size on save and remove extraneous logging Olivier Galibert2021-01-172-8/+6
* swim2: Add reading, writing gcr up to track 63. Olivier Galibert2021-01-151-0/+6
* hp2640.cpp: Added tape emulation. (#7625) fulivi2021-01-122-29/+55
* 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_dsk: add missing file [R. Belmont] arbee2021-01-091-0/+2
* 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-09122-332/+351
* Low-level #include overhaul AJR2021-01-022-1/+2
* Cassette image processing cleanup AJR2021-01-019-102/+75
* orao103: Support new TAP format and format now done properly Miodrag Milanovic2020-12-061-9/+18
* cqm_dsk.cpp, ti89.cpp: Fix wrong fallthroughs. Sandro Ronco2020-11-181-1/+1
* Fix most implicit fallthrough warnings from clang Vas Crabb2020-11-173-1/+3
* Enable GCC implicit fallthrough warning. Vas Crabb2020-11-151-0/+1
* -Switch to building MAME as C++17. Vas Crabb2020-11-152-6/+7
* Got rid of a couple of easy auto_alloc_array Vas Crabb2020-11-091-1/+1
* emu/devfind.h: Added missing memory_share_array_creator. Vas Crabb2020-11-081-7/+7
* srcclean in preparation for 0.226 release branch Vas Crabb2020-10-252-6/+6
* aquarius: Added support for .CAQ cassette images. Nigel Barnes2020-10-192-0/+126
* formats/apridisk.cpp: Don't use megabytes of stack space. Vas Crabb2020-10-101-2/+2
* csw_cas: Added support for v1.xx format, non-compressed RLE, and removed Lega... Nigel Barnes2020-10-081-244/+167
* 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
| |/