summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib (follow)
Commit message (Expand)AuthorAgeFilesLines
* Bug fix to -romident and aux verb cleanup (take two) (#2299) npwoods2017-05-132-22/+54
* Revert "Bug fix to -romident and aux verb cleanup (#2288)" Vas Crabb2017-05-122-33/+11
* Bug fix to -romident and aux verb cleanup (#2288) npwoods2017-05-122-11/+33
* Changed 'int ignore_warnings' parameter on core_options::parse_ini_file() to ... Nathan Woods2017-05-102-3/+3
* Revert "Overhaul to how MAME handles options (#2260)" Vas Crabb2017-05-072-712/+550
* Overhaul to how MAME handles options (#2260) npwoods2017-05-052-550/+712
* Fix off-by-one error (nw) Vas Crabb2017-05-051-1/+1
* Minor improvement to CHD metadata loading Nathan Woods2017-05-041-6/+2
* stupid MSVC (nw) Vas Crabb2017-04-241-0/+2
* srcclean (nw) Vas Crabb2017-04-235-79/+79
* atom: Added csw cassette format Nigel Barnes2017-04-173-26/+16
* jfd_dsk: Fix Coverity CID 161175 Uninitialized scalar variable (nw) Nigel Barnes2017-04-171-1/+1
* Pruned out some cruft in src/lib/util/options.[cpp|h] Nathan Woods2017-04-172-29/+4
* More options refactoring Nathan Woods2017-04-162-4/+25
* Fixes issues specifying image/slot options fron INI files (reported by Robbbe... npwoods2017-04-152-1/+10
* [thomson] fix regressions to (legacy) floppy support (#2224) Antoine Miné2017-04-131-36/+87
* cdrom: translate from 2336 to 2048 (nw) cracyc2017-04-101-0/+6
* Minor optimization. (nw) couriersud2017-04-091-4/+4
* Parametrized device activation in truthtables. (nw) couriersud2017-04-091-13/+15
* Fix VS2015 build. (nw) couriersud2017-04-094-2/+17
* More work on 9316. (nw) couriersud2017-04-091-13/+8
* Refactored 74715 to one device layout. Removed subdevice. (nw) couriersud2017-04-091-65/+31
* Netlist code refactoring: couriersud2017-04-0937-446/+472
* Introduced an 'util::arbitrary_clock' template class, to represent a clock th... npwoods2017-04-064-50/+272
* pstring, pdynlib, pfmtlog refactoring : couriersud2017-04-0418-314/+556
* Fixed issue that could cause bogus arguments to be reported incorrectly Nathan Woods2017-04-021-3/+8
* Fix pedantic clang warnings. (nw) couriersud2017-03-302-3/+3
* Use char32_t were appropriate. (nw) couriersud2017-03-301-3/+3
* Change pstring to use std::string as storage container. couriersud2017-03-3017-619/+233
* Turn psring iterator into a real forward iterator that works with standard al... Vas Crabb2017-03-308-53/+85
* srcclean (nw) Vas Crabb2017-03-267-12/+12
* archimedes: Added JFD floppy format as used by JASPP (Archimedes Software Pre... Nigel Barnes2017-03-232-0/+396
* apd_dsk: added notes (nw) Nigel Barnes2017-03-231-3/+55
* Fix openmp compile. (nw) couriersud2017-03-201-4/+4
* Refactored HTTP handling to be easier to extend and use (nw) Miodrag Milanovic2017-03-191-0/+4
* hp_ipc: de-skeletonize. Sergey Svishchev2017-03-162-0/+72
* Merge pull request #2138 from shattered/_47be08c R. Belmont2017-03-142-0/+99
|\
| * eurocom2, waveterm: new skeleton drivers (Eltec EurocomII SBC, PPG Waveterm A) Sergey Svishchev2017-03-122-0/+99
* | New working software list additions Justin Kerk2017-03-121-0/+4
|/
* formats/cbm_tap: fix CID: 138003 "Dereference before null check" Sergey Svishchev2017-03-111-7/+9
* Fix clang warnings in netlist code. couriersud2017-03-0517-39/+38
* More cppcheck fixes. (nw) Couriersud2017-03-0537-98/+100
* Fix some cppcheck warnings. (nw) Couriersud2017-03-055-36/+60
* fix crash on excessive command-line options, clean up some tabulation, remove... Vas Crabb2017-03-031-1/+1
* apply clang-format, remove obsolete comments. no code changes. Sergey Svishchev2017-03-022-4/+4
* Fixed regression pertaining to specification of empty strings as slot names Nathan Woods2017-02-272-5/+6
* Netlist refactoring couriersud2017-02-254-107/+105
* Fix clang-5.0 warning .. Maximum of unsigned X and 0 is always X. (nw) couriersud2017-02-241-1/+1
* Fix netlist stats collection. Code refactoring: couriersud2017-02-248-244/+160
* Added a heap priority queue to the netlist source. couriersud2017-02-242-7/+127