summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* zippath.cpp: Checkpoint #2 AJR2021-01-081-32/+12
* util/zippath.cpp: Fix suffix for zip archives. Vas Crabb2021-01-081-1/+1
* zippath.cpp: Checkpoint AJR2021-01-062-97/+44
* options.h: Be more honest about #including prerequisites AJR2021-01-021-0/+7
* vbiparse.cpp: Add missing #include AJR2021-01-021-0/+1