summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/softlist_dev.cpp
Commit message (Expand)AuthorAgeFilesLines
* Disallow zero-length regions in ROM definitions and software lists AJR2023-10-221-0/+2
* softlist_dev.cpp: Validate characters in software list names AJR2023-04-221-0/+3
* API change for device_image_interface AJR2023-03-301-5/+5
* Modernize core_strwildcmp() and core_iswildstr() (#10344) npwoods2022-10-161-3/+3
* Use util::streqlower in more places AJR2022-08-271-1/+1
* Remove fileio.h from emu.h AJR2022-02-111-0/+1
* More user experience improvements: Vas Crabb2021-10-141-4/+2
* softlist.cpp: Add support for a 'notes' field to store information ab… (#8482) wilbertpol2021-10-051-2/+4
* formats, osd, util: Started refactoring file I/O stuff. (#8456) Vas Crabb2021-08-221-3/+3
* softlist_dev.cpp: Fix verbose printf AJR2021-07-051-1/+1
* softlist_dev: fixed typo Robbbert2021-06-261-1/+1
* -Miscellaneous improvements for software lists: Vas Crabb2021-06-231-44/+70
* Eliminate ARRAY_LENGTH template in favor of C++17's std::size AJR2021-02-141-1/+1
* Much more core std::string_view modernization AJR2021-01-201-7/+8
* hash.cpp, hashing.cpp: Change string processing to use std::string_view param... AJR2021-01-011-1/+1
* unicode.h: Updates AJR2020-12-151-0/+2
* Fairly significant overhaul of Lua engine and some cleanup. Vas Crabb2020-11-251-3/+3
* validity.cpp, devfind.cpp: Catch missing required I/O ports in systems (exclu... Vas Crabb2020-08-281-6/+3
* vboy.xml: restore explicit 8-bit width on the SRAM regions - it's to indicate... Vas Crabb2020-04-161-2/+2
* (nw) softlist_dev.cpp: validate ROM labels Vas Crabb2020-04-161-0/+15
* (nw) fixed the build (variable set but not used) Robbbert2020-04-161-2/+2
* softlist_dev.cpp: start adding validation for data areas Vas Crabb2020-04-161-54/+86
* ROM loading cleanup: Vas Crabb2020-04-151-2/+3
* (nw) Cleanup on the way: Vas Crabb2020-03-101-1/+1
* Merge pull request #6195 from firewave/includes R. Belmont2020-01-221-1/+1
|\
| * use C++ library includes (nw) firewave2020-01-221-1/+1
* | fixed some clang-tidy warnings (nw) (#6197) Oliver Stöneberg2020-01-221-2/+2
|/
* softlist_dev.cpp: get some stuff out of the global namespace (nw) Vas Crabb2019-12-081-4/+4
* Spelling (#5796) Zoë Blade2019-10-241-1/+1
* Make osd_printf_* use util/strformat semantics. Vas Crabb2019-09-261-18/+18
* (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