summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/diimage.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* start putting noexcept on things that have no business throwing exceptions, s... Vas Crabb2019-11-101-7/+8
* Make osd_printf_* use util/strformat semantics. Vas Crabb2019-09-261-5/+5
* -avivideo.cpp: Added an image device to provide looping uncompressed AVI fram... mooglyguy2019-09-231-20/+21
* (nw) misc cleanup: Vas Crabb2019-09-201-3/+6
* Add still-frame PNG image device for use by digitizers/cameras/etc. [R. Belmont] arbee2019-08-091-1/+2
* (nw) Clean up the mess on master Vas Crabb2019-03-261-0/+4
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-4/+0
* Make -nonvram_save also inhibit saving of "battery" NVRAM for image devices AJR2019-02-191-0/+4
* Move ROM loading macros to romentry.h and remove romload.h from emu.h (nw) AJR2018-06-241-0/+1
* 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