summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/image.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix segfault when trying to access some image option that does not exists (#5... AmatCoder2019-07-181-2/+3
* Include option and file names in fatal error message for failure to load image AJR2018-03-221-2/+4
* Revert "(nw) Fixed random crashing when swapping one slot device with another." Vas Crabb2017-08-061-1/+1
* (nw) Fixed random crashing when swapping one slot device with another. Robbbert2017-08-061-1/+1
* Cleanup/bulletproofing to the issue Wizz just found Nathan Woods2017-07-241-8/+5
* (nw) Save partname to inifile, so that the correct part is loaded next time. Robbbert2017-07-241-0/+5
* never hurts to srcclean (nw) Vas Crabb2017-07-091-2/+2
* Fixed sorcerer unmount issue reported by Robert Nathan Woods2017-06-301-2/+3
* Fixed issue loading reset_on_load() images (#2414) Nathan Woods2017-06-271-2/+5
* more srcclean (nw) Vas Crabb2017-06-251-4/+4
* Overhaul to how MAME handles options, take two (#2341) npwoods2017-06-251-32/+13
* Fixed 2 bugs Robbbert2017-05-251-3/+8
* Revert "Overhaul to how MAME handles options (#2260)" Vas Crabb2017-05-071-3/+28
* Overhaul to how MAME handles options (#2260) npwoods2017-05-051-28/+3
* Workaround for issue where the cannonical instance_name for a device was lost... npwoods2017-04-211-1/+27
* Fixed an issue where reset_on_load images would not properly persist across e... npwoods2017-04-191-10/+15
* More options refactoring Nathan Woods2017-04-161-15/+15
* Refactoring in response to MT#6531 Nathan Woods2017-04-061-12/+9
* Changed a few more 'const char *' ==> 'const std::string &' (#2111) npwoods2017-03-041-4/+4
* XML refactoring: Vas Crabb2016-12-111-18/+12
* Turn xmlfile API into something that looks like C++ Vas Crabb2016-11-171-7/+7
* Do not use FUNC in delegate where applicable (nw) Miodrag Milanovic2016-11-061-2/+2
* 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