summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/diimage.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* move some not-directly-emulation-related helpers to lib/util, further extrica... Vas Crabb2018-04-011-16/+16
* Fix issue 2468 Olivier Galibert2017-07-131-8/+12
* Fixed issue loading reset_on_load() images (#2414) Nathan Woods2017-06-271-1/+5
* Overhaul to how MAME handles options, take two (#2341) npwoods2017-06-251-5/+6
* srcclean (nw) Vas Crabb2017-05-281-1/+1
* Fixed issue when the hash length is zero (#2314) npwoods2017-05-281-61/+57
* general cleanup: Vas Crabb2017-05-231-2/+2
* Copy longname, manufacturer, year, filetype, etc. for image info in all softl... AJR2017-05-101-22/+17
* Revert "Overhaul to how MAME handles options (#2260)" Vas Crabb2017-05-071-6/+5
* Overhaul to how MAME handles options (#2260) npwoods2017-05-051-5/+6
* Fixed an issue that could cause problems when loading reset_on_load devices (... Nathan Woods2017-04-301-7/+7
* srcclean (nw) Vas Crabb2017-04-231-3/+3
* Changes to make get_default_card_software() less stupid Nathan Woods2017-04-101-43/+22
* Fixed some regressions introduced in my recent refactoring related to softwar... npwoods2017-04-081-20/+17
* Refactoring in response to MT#6531 Nathan Woods2017-04-061-60/+63
* Rename the write-only -printer image instance type to -printout. The former o... AJR2017-03-311-1/+1
* Changed a few more 'const char *' ==> 'const std::string &' (#2111) npwoods2017-03-041-2/+2
* Make device_image_interface::update_names a private method called automatical... AJR2017-03-031-0/+15
* Image instance name refactoring and bug fixing (nw) AJR2017-03-021-8/+14
* Self-registering devices. Vas Crabb2017-03-031-2/+2
* device_image_interface cleanups (nw) AJR2017-02-271-36/+40
* Revert "Make "requirement" field in softlists actually work (MT 6464)" Vas Crabb2017-02-191-32/+15
* Make "requirement" field in softlists actually work (MT 6464) AJR2017-01-111-15/+32
* Introduce u8/u16/u32/u64/s8/s16/s32/s64 Vas Crabb2016-11-191-20/+20
* Revert "Added IS_ENABLED, so we have compiler check for non used part, it is ... Miodrag Milanovic2016-11-121-2/+2
* Added IS_ENABLED, so we have compiler check for non used part, it is checked ... Miodrag Milanovic2016-11-111-2/+2
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-20/+20
* dynamic_buffer is just std::vector<UINT8> (nw) Miodrag Milanovic2016-10-211-1/+1
* Added swpath. Allows users to specify location of loose software. Robbbert2016-10-121-4/+22
* srcclean (nw) Vas Crabb2016-09-261-2/+2
* Merge pull request #1332 from npwoods/option_guide_and_imgtool Vas Crabb2016-09-101-0/+12
|\
| * Worked around the OPTION_GUIDE_EXTERN issue by using a crazy trick involving ... Nathan Woods2016-09-031-1/+1
| * Attempting to make option_guide and option_guide::entry POD types; need to fi... Nathan Woods2016-09-021-1/+2
| * Moving null_option_guide to global scope to avoid thread safety issues Nathan Woods2016-09-011-1/+2
| * option_guide C++-ification, touched up imgtool Nathan Woods2016-08-271-0/+10
* | Merge pull request #1290 from npwoods/set_filetype_for_softlist_images Vas Crabb2016-09-091-1/+3
|\ \
| * | Changed the "extension as filetype" behavior for software list images to be o... Nathan Woods2016-08-251-1/+1
| * | Now setting m_filetype for images loaded from softlists Nathan Woods2016-08-221-1/+3
* | | Allows devices to indicate whether image creation should be supported at the ... Nathan Woods2016-09-061-0/+38
* | | srcclean and translation regeneration Vas Crabb2016-08-291-1/+1
| |/ |/|
* | Minor cleanups to device_image_interface::find_software_item() Nathan Woods2016-08-201-4/+4
* | Standardized some names for softlist concepts Nathan Woods2016-08-201-15/+15
|/
* Changing device_image_interface::determine_open_plan() to not support creatin... Nathan Woods2016-08-191-15/+13
* Merge pull request #1222 from npwoods/move_software_name_parsing Vas Crabb2016-08-131-48/+2
|\
| * device_image_interface::software_name_split() ==> softlist.cpp:software_name_... Nathan Woods2016-08-101-49/+3
* | Converted more softlist code to use std::string Nathan Woods2016-08-101-4/+4
|/
* Eliminated device_image_interface::make_readonly() Nathan Woods2016-08-091-3/+1
* More softlist-related conversions of strings to std::string Nathan Woods2016-08-081-14/+14
* Merge pull request #1180 from npwoods/split_softlist_code_redo Miodrag Milanović2016-08-081-15/+43
|\
| * Redo of split of src/emu/softlist.[cpp|h] Nathan Woods2016-08-021-15/+43