summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/diimage.cpp
Commit message (Expand)AuthorAgeFilesLines
* sega/sega_beena.cpp: Hooked up barcode cards. Vas Crabb2023-12-141-6/+7
* emu/diimage.cpp: Added media change notifier and exposed to Lua. Vas Crabb2023-12-141-30/+66
* srcclean in preparation for MAME 0.255 branch Vas Crabb2023-05-281-2/+2
* image: Executive decision: disk regions used the owner name (e.g., no :image) Olivier Galibert2023-05-091-1/+1
* image: Fix initialisation order, fix file menu enable, refine gdrom support Olivier Galibert2023-05-081-2/+7
* chd: Add dvd support. better abstraction in general, multi-image support in a... Olivier Galibert2023-05-041-0/+154
* Restored ability of for image devices to report specific error messages. Vas Crabb2023-04-081-35/+34
* API change for device_image_interface AJR2023-03-301-134/+55
* -emu/diimage.cpp: Fixed dumb regression in open plan (stray else). Vas Crabb2022-12-241-1/+1
* imagedev: Allow command-line creation for tapes/memory cards/printouts. Vas Crabb2022-12-241-9/+14
* diimage.cpp: Fix GCC build after e178fbd28127c526b212e5a4998058cebf530567 AJR2022-10-251-0/+1
* corefile.h: Move filename utilities to path.h AJR2022-09-251-0/+1
* Use util::streqlower in more places AJR2022-08-271-3/+1
* File handling cleanup AJR2022-04-191-31/+13
* docs: Added page describing how MAME searches for media. Vas Crabb2022-03-101-0/+18
* Remove fileio.h from emu.h AJR2022-02-111-0/+1
* device_image_interface: Interface overhaul AJR2022-01-061-157/+23
* util: Further API cleanups: (#8661) Vas Crabb2021-10-051-7/+10
* Formats-related refactoring AJR2021-09-111-0/+1
* formats, osd, util: Started refactoring file I/O stuff. (#8456) Vas Crabb2021-08-221-130/+77
* -Miscellaneous improvements for software lists: Vas Crabb2021-06-231-3/+2
* Added some swlist warnings for Tafoid's tests. Robbbert2021-04-021-0/+2
* Eliminate ARRAY_LENGTH template in favor of C++17's std::size AJR2021-02-141-10/+8
* Much more core std::string_view modernization AJR2021-01-201-134/+41
* More Lua engine clean-up and documentation, resulting in core cleanup. Vas Crabb2020-12-181-10/+4
* Fairly significant overhaul of Lua engine and some cleanup. Vas Crabb2020-11-251-2/+2
* emumem: Simplify memory management. [O. Galibert] Olivier Galibert2020-11-021-4/+3
* Revert "remove colon as a patch seperator" hap2020-06-191-1/+1
* emu: correct some file headers (nw) hap2020-06-191-1/+1
* remove colon as a patch seperator tim lindner2020-05-031-1/+1
* softlist_dev.cpp: start adding validation for data areas Vas Crabb2020-04-161-25/+1
* ROM loading cleanup: Vas Crabb2020-04-151-85/+62
* fixed some clang-tidy warnings (nw) (#6229) Oliver Stöneberg2020-01-291-1/+1
* fixed some clang-tidy warnings (nw) (#6197) Oliver Stöneberg2020-01-221-6/+6
* 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