summaryrefslogtreecommitdiffstatshomepage
path: root/src/frontend/mame/media_ident.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* corefile.h: Move filename utilities to path.h AJR2022-09-251-0/+1
* File handling cleanup AJR2022-04-191-18/+12
* Treat WinImage compressed disk images (*.imz) as ZIP archives. [Justin Kerk] Justin Kerk2022-02-051-1/+1
* util: Further API cleanups: (#8661) Vas Crabb2021-10-051-22/+26
* Convert JED, PLA and JEDBIN parsers to (mostly) use ioprocs instead of raw me... AJR2021-09-151-9/+10
* formats, osd, util: Started refactoring file I/O stuff. (#8456) Vas Crabb2021-08-221-8/+8
* media_ident: add space to prevent long strings concat when printing results hap2021-04-201-5/+5
* Much more core std::string_view modernization AJR2021-01-201-2/+2
* Fairly significant overhaul of Lua engine and some cleanup. Vas Crabb2020-11-251-1/+1
* Have the -romident command skip the matching process and issue an error messa... AJR2020-05-301-0/+3
* romident: find software lists attached to devices that aren't in any system b... Vas Crabb2019-12-171-48/+36
* Make osd_printf_* use util/strformat semantics. Vas Crabb2019-09-261-6/+6
* 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