summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/romload.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Cleanups and version bumpmame0173 Miodrag Milanovic2016-04-271-1/+1
* Various cleanups suggested by static analyzer (nw) Miodrag Milanovic2016-04-241-1/+1
* Split UI and frontend part from core [Miodrag Milanovic] Miodrag Milanovic2016-04-231-2/+2
* Iterate over devices C++11 style AJR2016-04-181-35/+35
* Make osd_file a polymorphic class that's held with smart pointers Vas Crabb2016-03-141-24/+24
* Fix rom load warning messages (nw) Robbbert2016-02-291-4/+4
* Replace strformat, strprintf and strcatprintf with type-safe steam_format and... Vas Crabb2016-02-281-18/+18
* Remove redundant defines, in order to make translation easier (nw) Miodrag Milanovic2016-02-201-5/+3
* Initial import of MEWUI to MAME [Dankan1890] Dankan18902016-02-041-2/+2
* reverting: Miodrag Milanovic2016-01-201-2/+2
* Revert "rest of device parameters to std::string (nw)" Miodrag Milanovic2016-01-201-1/+1
* Revert "Fix for hang, emu_options::add_slot_options was changed, other thing... Miodrag Milanovic2016-01-201-1/+1
* Revert "Memory region to use std::string (nw)" Miodrag Milanovic2016-01-201-2/+2
* Memory region to use std::string (nw) Miodrag Milanovic2016-01-201-2/+2
* Fix for hang, emu_options::add_slot_options was changed, other things are ju... Miodrag Milanovic2016-01-181-1/+1
* rest of device parameters to std::string (nw) Miodrag Milanovic2016-01-161-1/+1
* tags are now strings (nw) Miodrag Milanovic2016-01-161-2/+2
* final touch on romload modernization (nw) Miodrag Milanovic2016-01-111-16/+13
* vector instead of simple_list (nw) Miodrag Milanovic2016-01-111-11/+9
* modernize rom_load_manager (nw) Miodrag Milanovic2016-01-111-312/+196
* Return std::string objects by value rather than pass by reference AJR2016-01-101-13/+10
* removed memory tracking (nw) Miodrag Milanovic2016-01-081-1/+1
* clang-modernize part 1 (nw) Miodrag Milanovic2015-12-031-66/+66
* Some cleanups and init fixes with help of ReSharper C++ (nw) Miodrag Milanovic2015-11-111-2/+0
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+1609