summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/diimage.h
Commit message (Expand)AuthorAgeFilesLines
* util/ioprocs.cpp: Added wrappers for common patterns. (#11608) Vas Crabb2024-02-251-8/+2
* diimage.h: Remove now-unused function AJR2024-01-131-5/+0
* emu/diimage.cpp: Added media change notifier and exposed to Lua. Vas Crabb2023-12-141-18/+34
* image: Fix initialisation order, fix file menu enable, refine gdrom support Olivier Galibert2023-05-081-1/+1
* chd: Add dvd support. better abstraction in general, multi-image support in a... Olivier Galibert2023-05-041-0/+18
* Restored ability of for image devices to report specific error messages. Vas Crabb2023-04-081-8/+8
* API change for device_image_interface AJR2023-03-301-28/+18
* Various cleanups: Vas Crabb2023-02-271-1/+1
* diimage.h: Move a few macro and delegate definitions down into subclasses AJR2023-01-011-14/+0
* File handling cleanup AJR2022-04-191-21/+4
* device_image_interface: Interface overhaul AJR2022-01-061-59/+15
* util: Further API cleanups: (#8661) Vas Crabb2021-10-051-13/+69
* Formats-related refactoring AJR2021-09-111-0/+2
* formats, osd, util: Started refactoring file I/O stuff. (#8456) Vas Crabb2021-08-221-17/+16
* Much more core std::string_view modernization AJR2021-01-201-20/+19
* More Lua engine clean-up and documentation, resulting in core cleanup. Vas Crabb2020-12-181-11/+0
* Fairly significant overhaul of Lua engine and some cleanup. Vas Crabb2020-11-251-1/+1
* emumem: Simplify memory management. [O. Galibert] Olivier Galibert2020-11-021-3/+3
* 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