summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/formats
Commit message (Expand)AuthorAgeFilesLines
* trs80: Added support for Level 1 CAS files. Robbbert2021-04-072-17/+66
* trs80: validate the cas file Robbbert2021-04-021-0/+8
* floppy: What wd177x_dsk has become should be taken out and shot Olivier Galibert2021-03-3116-38/+38
* wd,upd: filter unsupported image formats Olivier Galibert2021-03-314-9/+12
* jv1-dsk: SSDD can not do 80 tracks Olivier Galibert2021-03-311-1/+1
* imd: Don't crash when trying to put a 80-track image in a 40-track drive Olivier Galibert2021-03-311-0/+5
* d64: update following sector extraction evolution Olivier Galibert2021-03-301-6/+7
* trs80m3: Added support for high-speed CAS files. Robbbert2021-03-291-10/+89
* trs80: fixed loading of CAS files Robbbert2021-03-281-28/+26
* srcclean in preparation for release Vas Crabb2021-03-282-3/+3
* ti99: Fixed some rarely used TDF floppy format variants. Michael Zapf2021-03-211-17/+23
* ap_dsk35: updates [R. Belmont] arbee2021-03-061-1/+27
* 2mg: tolerate a standard mistake Olivier Galibert2021-03-051-1/+1
* C++ wart. Why can't the C++ standard say that the default destructor of a cl... Olivier Galibert2021-03-051-0/+2
* fs_prodos: Explain the init better Olivier Galibert2021-03-053-20/+36
* floppy: Beginning of the support for preformatted floppy images. Olivier Galibert2021-03-058-0/+398
* itt3030: Add missing terminator Olivier Galibert2021-03-041-1/+2
* apple_gcr: Refuse 800K images on single-sided drives Olivier Galibert2021-03-042-3/+4
* formats: Fix missed RC759 format Dirk Best2021-03-041-0/+9
* formats: Create mame_formats_full_list which gives access to all the supporte... Olivier Galibert2021-03-048-7/+1383
* rc759: Add RTC and floppy, start cleanup Dirk Best2021-03-032-0/+74
* Fix dependencies Olivier Galibert2021-03-022-132/+0
* flopimg: don't fault on nibble extraction on degenerated tracks Olivier Galibert2021-03-021-1/+2
* upd765_dsk, wd177x_dsk: Do not crash on damaged disks Olivier Galibert2021-02-262-12/+14
* srcclean in preparation for branching release Vas Crabb2021-02-212-6/+6
* mfi: Don't crash on a fully unformatted disk Olivier Galibert2021-02-201-0/+4
* woz: Correct trks chunk size Olivier Galibert2021-02-161-1/+1
* woz: Add write Olivier Galibert2021-02-157-5/+170
* woz: Fix 2.0 format track length Olivier Galibert2021-02-151-2/+2
* Eliminate ARRAY_LENGTH template in favor of C++17's std::size AJR2021-02-147-18/+19
* ap_dsk35: make .2MG its own separate format handler [R. Belmont] arbee2021-02-052-24/+130
* ap_dsk35: support .2MG images in the new-style apple_gcr_format [R. Belmont] arbee2021-02-042-1/+29
* 2gs: Fixes, and more fixes Olivier Galibert2021-02-041-2/+2
* flopimg: Fix wrapping on mac sector extraction Olivier Galibert2021-01-311-2/+8
* Added Apple 2 disk image format: .nib (read-only support) (#7725) leesaudan22021-01-302-0/+194
* 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