summaryrefslogtreecommitdiffstatshomepage
path: root/src/frontend/mame/media_ident.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Make devopt menu localisable. Vas Crabb2018-04-281-2/+3
* Start adding stuff for iterating ROM entries in a more C++ way without needin... Vas Crabb2017-09-221-11/+11
* Greatly improve performance of -romident on multiple files Vas Crabb2017-03-201-135/+299
* Cherry-pick some features from self-registering drivers PoC: Vas Crabb2017-02-161-2/+2
* Fix for -romident misattributing device ROMs to alphabetically first driver u... AJR2016-12-241-1/+3
* No need for osd_malloc, osd_malloc_array and osd_free (nw) Miodrag Milanovic2016-11-111-1/+1
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-4/+4
* dynamic_buffer is just std::vector<UINT8> (nw) Miodrag Milanovic2016-10-211-1/+1
* media_identifier in separate file (nw) Miodrag Milanovic2016-10-121-0/+273