summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/image.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* -emu/devcb.h: Removed set_log and append_log. Vas Crabb2023-08-021-0/+9
* image: Fix initialisation order, fix file menu enable, refine gdrom support Olivier Galibert2023-05-081-0/+3
* Restored ability of for image devices to report specific error messages. Vas Crabb2023-04-081-13/+17
* API change for device_image_interface AJR2023-03-301-8/+8
* Various input and OSD refactoring: Vas Crabb2023-01-291-0/+2
* Remove fileio.h from emu.h AJR2022-02-111-0/+1
* util: Further API cleanups: (#8661) Vas Crabb2021-10-051-1/+1
* formats, osd, util: Started refactoring file I/O stuff. (#8456) Vas Crabb2021-08-221-2/+2
* API cleanups and miscellaneous fixes. Vas Crabb2021-07-151-5/+8
* -osd/windows: Minimise full-screen windows on losing focus (#2997). Vas Crabb2021-01-211-2/+2
* Much more core std::string_view modernization AJR2021-01-201-4/+91
* Further additions of std::string_view AJR2021-01-011-1/+1
* Fairly significant overhaul of Lua engine and some cleanup. Vas Crabb2020-11-251-6/+6
* emu: correct some file headers (nw) hap2020-06-191-1/+0
* use C++ library includes (nw) firewave2020-01-221-1/+1
* Spring cleaning: Vas Crabb2019-11-011-8/+8
* 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