summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib (follow)
Commit message (Expand)AuthorAgeFilesLines
* Eliminate core_strdup (nw) AJR2018-01-242-25/+0
* Fixes for Coverity "Resource leak" warnings (#3089) Oliver Stöneberg2018-01-211-0/+4
* Merge pull request #3038 from firewave/ccvf ajrhacker2018-01-101-1/+1
|\
| * fixed MT06831 (bogus casting in ccvf_format::file_formats) (nw) firewave2018-01-101-1/+1
* | Convert zippath directory to a C++ interface Vas Crabb2018-01-102-739/+555
* | chdcd: recognize ISO images with 2336 byte sectors. [R. Belmont, Kale] arbee2018-01-081-0/+6
|/
* Updates "2017" strings to "2018" where relevant. Jonathan Holt2018-01-062-2/+2
* use C locale for int/float in XML files Vas Crabb2018-01-051-22/+48
* Revert "Revert "Merge branch 'master' of https://github.com/mamedev/mame"" Firehawke2017-12-132-0/+76
* Revert "Merge branch 'master' of https://github.com/mamedev/mame" Firehawke2017-12-132-76/+0
* agat7: 840KB floppy HLE; minor fixes -> mark WORKING (#2912) Sergey Svishchev2017-12-082-0/+76
* jvc_dsk: Fix MT #06779 Dirk Best2017-11-291-7/+11
* dvdisasm: Overhaul [O. Galibert] Olivier Galibert2017-11-262-0/+116
* pc_dsk: Support images with 41 tracks (Kryoflux dtc produces these for some n... Justin Kerk2017-11-151-0/+4
* dsk_dsk: Don't segfault on empty tracks (fixes einstein 4game) Dirk Best2017-10-251-0/+5
* srcclean (nw) Vas Crabb2017-10-222-16/+16
* Appease MSVC (nw) AJR2017-10-191-0/+1
* Created a more flexible imgtool::datetime structure for use within Imgtool (#... npwoods2017-10-171-7/+75
* Fix crash loading 80-track .mfm dumps of 40-track disks on 40-track drives. [... Justin Kerk2017-10-111-9/+21
* acorn_dsk: Removed CPN format, now handled with SSD/DSD. Nigel Barnes2017-10-112-77/+23
* acorn_dsk: Improve identifying SSD/DSD by comparing image size with sector co... Nigel Barnes2017-10-111-10/+8
* voodoo: Use table lookup for RGB565 conversion. (nw) Ted Green2017-10-011-0/+2
* fix for clang 5 unused lambda capture errors (nw) smf-2017-09-242-4/+4
* unzip: defer decoding DOS timestamps (nw) Vas Crabb2017-09-111-13/+29
* that doesn't require an instance (nw) Vas Crabb2017-09-032-19/+20
* png: make verify_header public (nw) hap2017-09-022-15/+27
* Returning a reference from various corestr.cpp calls to avoid unnecessary str... npwoods2017-09-022-13/+13
* srcclean (nw) Vas Crabb2017-08-279-19/+19
* needed for external work (nw) MetalliC2017-08-262-0/+11
* acorn_dsk: Added OPUS_DDCPM_FORMAT Nigel Barnes2017-08-253-116/+144
* hp85: fixed a bug in tape gap detection fulivi2017-08-232-2/+12
* hp9845: re-factored handling of HTI images into a dedicated format module fulivi2017-08-162-0/+493
* add a not BIOS machine filter (useful in composite filters), support RGB PNG ... Vas Crabb2017-08-151-7/+19
* fix indexed transparency (nw) Vas Crabb2017-08-141-3/+3
* PNG: support greyscale with transparent pen, encode/decode text chunks as UTF... Vas Crabb2017-08-142-142/+168
* png: make it not leak memory by default, and look a but more like C++ Vas Crabb2017-08-132-460/+408
* png: support 16-bit samples Vas Crabb2017-08-131-21/+35
* PNG: fix unfiltering Vas Crabb2017-08-121-76/+71
* ui: save/restore images/info selection in right panel Vas Crabb2017-08-121-0/+2
* More PNG handling overhaul: Vas Crabb2017-08-122-120/+217
* add minimal support for reading Adam7 interlaced PNG Vas Crabb2017-08-121-360/+372
* Adding #include <cctype> Nathan Woods2017-08-091-0/+1
* Refactor server_{ws,http}.hpp into separate interface and implementation. (#2... Christian Brunschen2017-08-064-1157/+1238
* jvc_dsk: Improve support for headerless OS-9 images Dirk Best2017-08-031-6/+25
* jvc_dsk: Autodetect double sided floppy images without header, fixes #2405 Dirk Best2017-08-031-1/+9
* Imgtool: Merged normalize_filename() into cannonicalize_path(), C++-ificatio... npwoods2017-07-302-0/+26
* srcclean (nw) Vas Crabb2017-07-231-8/+8
* Add a method for copying part of an XML tree into another tree and use it to ... Vas Crabb2017-07-212-7/+60
* * Make XML file a class of its own managed with smart poitners Vas Crabb2017-07-212-87/+95
* Corrected ITT3030 70 track drive type and added 35 drive type and format defi... rfka012017-07-111-3/+14