summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/image.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Allows devices to indicate whether image creation should be supported at the ... Nathan Woods2016-09-061-0/+4
* device_image_interface::software_name_split() ==> softlist.cpp:software_name_... Nathan Woods2016-08-101-8/+2
* UI-related cleanup (nw) AJR2016-08-091-17/+0
* More conversion of 'const char *' --> std::string in diimage Nathan Woods2016-08-041-1/+1
* Fixed issue that prevented softlist items specified on devices from loading Nathan Woods2016-08-011-7/+8
* Changed device_image_interface::load() to take 'const std::string &' Nathan Woods2016-08-011-1/+1
* Turn image init/validate into scoped enums to avoid accidental casts to/from ... Vas Crabb2016-08-011-4/+4
* Changed device_image_interface::load() so that it is no longer responsible fo... Nathan Woods2016-07-301-13/+29
* Split UI and frontend part from core [Miodrag Milanovic] Miodrag Milanovic2016-04-231-2/+2
* Iterate over devices C++11 style AJR2016-04-181-45/+35
* diimage.cpp: Allow image devices to be configured with a fixed etabeta782016-04-121-0/+4
* Make osd_file a polymorphic class that's held with smart pointers Vas Crabb2016-03-141-2/+2
* Cleanups and version bumpmame0170 Miodrag Milanovic2016-01-271-2/+1
* Revert "rest of device parameters to std::string (nw)" Miodrag Milanovic2016-01-201-2/+2
* rest of device parameters to std::string (nw) Miodrag Milanovic2016-01-161-2/+2
* Fix image unload (nw) Miodrag Milanovic2016-01-141-2/+11
* image_manager modernized and move some things around (nw) Miodrag Milanovic2016-01-111-205/+70
* Merge pull request #561 from ajrhacker/strings Miodrag Milanović2016-01-111-2/+1
|\
| * Return std::string objects by value rather than pass by reference AJR2016-01-101-2/+1
* | modernized configuration_manager (nw) Miodrag Milanovic2016-01-101-5/+5
|/
* clang-modernize part 1 (nw) Miodrag Milanovic2015-12-031-19/+19
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+373