summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/diimage.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* start putting noexcept on things that have no business throwing exceptions, s... Vas Crabb2019-11-101-40/+40
* -avivideo.cpp: Added an image device to provide looping uncompressed AVI fram... mooglyguy2019-09-231-1/+2
* (nw) misc cleanup: Vas Crabb2019-09-201-1/+1
* Add still-frame PNG image device for use by digitizers/cameras/etc. [R. Belmont] arbee2019-08-091-1/+2
* Use canonical spelling of "canonical" (nw) AJR2019-08-021-1/+1
* diimage.h: Fix typo (nw) AJR2019-08-021-1/+1
* srcclean (nw) Vas Crabb2019-07-281-4/+4
* -core: Removed almost all MCFG defines, and removed all remaining MACHINE_CON... MooglyGuy2019-07-021-3/+0
* -imagedev/harddriv: Removed MCFG macros. [Ryan Holtz] mooglyguy2019-06-301-14/+7
* move some not-directly-emulation-related helpers to lib/util, further extrica... Vas Crabb2018-04-011-1/+1
* destaticify initializations (nw) (#3289) wilbertpol2018-03-041-8/+2
* Fixed issue loading reset_on_load() images (#2414) Nathan Woods2017-06-271-0/+3
* Overhaul to how MAME handles options, take two (#2341) npwoods2017-06-251-2/+4
* Fixed issue when the hash length is zero (#2314) npwoods2017-05-281-7/+3
* general cleanup: Vas Crabb2017-05-231-8/+0
* Revert "Overhaul to how MAME handles options (#2260)" Vas Crabb2017-05-071-4/+2
* Overhaul to how MAME handles options (#2260) npwoods2017-05-051-2/+4
* Fixed an issue that could cause problems when loading reset_on_load devices (... Nathan Woods2017-04-301-1/+1
* srcclean (nw) Vas Crabb2017-04-231-1/+1
* Made a number of device_image_interface members private (#2227) npwoods2017-04-171-1/+1
* More options refactoring Nathan Woods2017-04-161-0/+1
* Changes to make get_default_card_software() less stupid Nathan Woods2017-04-101-3/+3
* Refactoring in response to MT#6531 Nathan Woods2017-04-061-5/+8
* Fixed regression when loading multipart softlists Nathan Woods2017-03-201-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-1/+4
* Image instance name refactoring and bug fixing (nw) AJR2017-03-021-1/+3
* Self-registering devices prep: Vas Crabb2017-02-271-1/+1
* device_image_interface cleanups (nw) AJR2017-02-271-4/+3
* Introduce u8/u16/u32/u64/s8/s16/s32/s64 Vas Crabb2016-11-191-19/+19
* Do not use FUNC in delegate where applicable (nw) Miodrag Milanovic2016-11-061-2/+2
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-16/+16
* Merge pull request #1332 from npwoods/option_guide_and_imgtool Vas Crabb2016-09-101-2/+2
|\
| * option_guide C++-ification, touched up imgtool Nathan Woods2016-08-271-2/+2
* | Merge pull request #1290 from npwoods/set_filetype_for_softlist_images Vas Crabb2016-09-091-0/+1
|\ \
| * | Changed the "extension as filetype" behavior for software list images to be o... Nathan Woods2016-08-251-0/+1
* | | Allows devices to indicate whether image creation should be supported at the ... Nathan Woods2016-09-061-0/+2
| |/ |/|
* | Merge pull request #1279 from npwoods/yet_more_softlist_cleanups R. Belmont2016-08-261-3/+3
|\ \ | |/ |/|
| * Standardized some names for softlist concepts Nathan Woods2016-08-201-3/+3
* | Fixed regression with cassette code that caused hangs to happen when loading ... Nathan Woods2016-08-201-0/+2
|/
* Changing device_image_interface::determine_open_plan() to not support creatin... Nathan Woods2016-08-191-1/+1
* device_image_interface::software_name_split() ==> softlist.cpp:software_name_... Nathan Woods2016-08-101-1/+0
* Eliminated device_image_interface::make_readonly() Nathan Woods2016-08-091-1/+0
* More softlist-related conversions of strings to std::string Nathan Woods2016-08-081-3/+3
* Merge pull request #1180 from npwoods/split_softlist_code_redo Miodrag Milanović2016-08-081-5/+4
|\
| * Redo of split of src/emu/softlist.[cpp|h] Nathan Woods2016-08-021-5/+4
* | More conversion of 'const char *' --> std::string in diimage Nathan Woods2016-08-041-4/+4
|/
* Converted more stuff in diimage to use std::string instead of 'const char *' Nathan Woods2016-08-011-3/+3
* 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-13/+13