summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib
Commit message (Expand)AuthorAgeFilesLines
* Moved CRC and size calculations into the streamers. Improved validation when ... Aaron Giles2021-04-181-1/+1
* 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
* Miscellaneous formatting adjustments Vas Crabb2021-03-311-5/+6
* util/cdrom.cpp: Return index 1/start of track data instead of index 0/start o... 9871238791132021-03-312-22/+51
* 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
* Restore validation for command-line and .ini options (disabled since 0.188) a... AJR2021-03-211-11/+17
* netlist: Relicensing of the GPL code to BSD-3 with the blessing of the Olivier Galibert2021-03-09155-159/+159
* ap_dsk35: updates [R. Belmont] arbee2021-03-061-1/+27
* 2mg: tolerate a standard mistake Olivier Galibert2021-03-051-1/+1
* corefile.cpp: Make core_filename_extract_base behave more robustly in degener... AJR2021-03-051-0/+2
* 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-213-7/+7
* 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-1418-56/+66
* util/palette.cpp: Fix assertion failure in some GCC builds AJR2021-02-101-1/+1
* 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
* coretmpl.h: Move lru_cache_map to separate header AJR2021-02-032-387/+408
* 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
* Update "2020" text to "2021" (#7713) Stiletto2021-01-282-2/+2
* 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-222-9/+9
* flopimg: Change the extracted bitstreams into vector<bool> Olivier Galibert2021-01-2226-671/+741
* Much more core std::string_view modernization AJR2021-01-2010-131/+154
* dc42: better cell size on save and remove extraneous logging Olivier Galibert2021-01-172-8/+6