summaryrefslogtreecommitdiffstatshomepage
path: root/src/frontend/mame/audit.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* formats, osd, util: Started refactoring file I/O stuff. (#8456) Vas Crabb2021-08-221-8/+8
* Much more core std::string_view modernization AJR2021-01-201-9/+8
* Fairly significant overhaul of Lua engine and some cleanup. Vas Crabb2020-11-251-2/+2
* -bus/a2bus: Added Apple II Parallel Printer Interface Card. Vas Crabb2020-11-011-0/+30
* frontend/mame/audit.cpp: Better heuristics for matching shared ROMs. Vas Crabb2020-10-041-54/+151
* frontend/mame/audit.cpp: Fix failure to recognise device ROMs that use contin... Vas Crabb2020-10-031-31/+24
* Fix MT07756 (ROM sets incorrectly being reported as missing) by partially rev... Vas Crabb2020-09-251-4/+3
* Fixed audit finding sets that you don't have when [smf] smf-2020-08-081-5/+6
* softlist_dev.cpp: start adding validation for data areas Vas Crabb2020-04-161-27/+1
* ROM loading cleanup: Vas Crabb2020-04-151-61/+108
* (nw) Cleanup on the way: Vas Crabb2020-03-101-15/+12
* fixed some clang-tidy warnings (nw) (#6197) Oliver Stöneberg2020-01-221-5/+5
* Move ROM loading macros to romentry.h and remove romload.h from emu.h (nw) AJR2018-06-241-0/+1
* Make internal UI display list of missing files if system/software set is foun... Vas Crabb2017-07-191-1/+4
* Cherry-pick some features from self-registering drivers PoC: Vas Crabb2017-02-161-4/+4
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-2/+2
* Redo of split of src/emu/softlist.[cpp|h] Nathan Woods2016-08-021-5/+6
* Moved src/emu/hash.[cpp|h] into src/lib/util, and namespaced that code (and h... Nathan Woods2016-07-231-13/+13
* Changed some usage of simple_list to std::list in the softlist code Nathan Woods2016-07-211-1/+1
* Exposed several strings as std::string on softlist objects, and fixed a few bugs Nathan Woods2016-07-201-1/+1
* const correctness related changes to softlist Nathan Woods2016-07-191-1/+1
* windows #defines ERROR (nw) Vas Crabb2016-07-131-4/+4
* whoops (nt) Vas Crabb2016-07-111-2/+2
* Reduce repeated string allocation in audit code [Vas Crabb] Vas Crabb2016-07-111-225/+180
* Machine management cleanups AJR2016-04-251-0/+1
* Split UI and frontend part from core [Miodrag Milanovic] Miodrag Milanovic2016-04-231-0/+604