summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/softlist_dev.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* (nw) Clean up the mess on master Vas Crabb2019-03-261-18/+17
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-17/+18
* one shouldn't assume page zero looks like a std::string (nw) Vas Crabb2019-01-201-3/+3
* restore functionality of the "Add to Favorites" item on the main in-emulation... Vas Crabb2019-01-191-12/+10
* Make search not suck as badly (use algorithm derived from Jaro-Winkler simila... Vas Crabb2019-01-141-5/+6
* Move ROM loading macros to romentry.h and remove romload.h from emu.h (nw) AJR2018-06-241-0/+1
* destaticify initializations (nw) (#3289) wilbertpol2018-03-041-24/+0
* Revert "Revert "Merge branch 'master' of https://github.com/mamedev/mame"" Firehawke2017-12-131-5/+5
* Revert "Merge branch 'master' of https://github.com/mamedev/mame" Firehawke2017-12-131-5/+5
* softlist_dev: Change misleading parameter name (nw) AJR2017-12-131-5/+5
* (nw) Removed duplicates from list of approximate software matches. Robbbert2017-05-211-11/+22
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-2/+3
* Fixed regression when loading multipart softlists Nathan Woods2017-03-201-6/+25
* Self-registering devices prep: Vas Crabb2017-02-271-1/+1
* (nw)This should fix MT 06107 but there's plenty of time for testing. Robbbert2017-02-271-3/+1
* Revert "Make "requirement" field in softlists actually work (MT 6464)" Vas Crabb2017-02-191-1/+1
* allow softlist software parts to use different interfaces: Nigel Barnes2017-02-151-18/+20
* Make "requirement" field in softlists actually work (MT 6464) AJR2017-01-111-1/+1
* Introduce u8/u16/u32/u64/s8/s16/s32/s64 Vas Crabb2016-11-191-2/+2
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-2/+2
* check characters in softlist setnames, fix errors (nw) Vas Crabb2016-09-121-28/+35
* Increased max length of parent name to 16, for evaluation purposes. (nw) Robbbert2016-09-091-1/+1
* srcclean and translation regeneration Vas Crabb2016-08-291-2/+2
* Fixed an issue that caused softlist device descriptions to be blank Nathan Woods2016-08-111-3/+3
* Changing 'bool iswild' to 'const bool iswild' Nathan Woods2016-08-101-1/+1
* Converted more softlist code to use std::string Nathan Woods2016-08-101-6/+6
* More softlist-related conversions of strings to std::string Nathan Woods2016-08-081-6/+6
* Redo of split of src/emu/softlist.[cpp|h] Nathan Woods2016-08-021-0/+523