summaryrefslogtreecommitdiffstatshomepage
path: root/src/frontend/mame/audit.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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