summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/imagedev/diablo.cpp
Commit message (Expand)AuthorAgeFilesLines
* Restored ability of for image devices to report specific error messages. Vas Crabb2023-04-081-6/+6
* -Improved some Lua APIs: Vas Crabb2023-04-071-36/+21
* API change for device_image_interface AJR2023-03-301-9/+11
* hard_disk_file: Hide the chd Olivier Galibert2022-04-041-16/+0
* hard_disk_file: classify Olivier Galibert2022-04-011-6/+6
* Remove fileio.h from emu.h AJR2022-02-111-0/+1
* device_image_interface: Interface overhaul AJR2022-01-061-2/+1
* util: Further API cleanups: (#8661) Vas Crabb2021-10-051-3/+11
* Formats-related refactoring AJR2021-09-111-0/+2
* formats, osd, util: Started refactoring file I/O stuff. (#8456) Vas Crabb2021-08-221-22/+20
* Make devdelegate more like devcb for configuration. This is a Vas Crabb2019-10-261-2/+5
* (nw) misc cleanup: Vas Crabb2019-09-201-14/+11
* -imagedev/harddriv: Removed MCFG macros. [Ryan Holtz] mooglyguy2019-06-301-2/+2
* (nw) fix lots of inadverently mutable static pointers Vas Crabb2018-09-201-1/+1
* Move ROM loading macros to romentry.h and remove romload.h from emu.h (nw) AJR2018-06-241-0/+1
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-3/+4
* Make device_image_interface::update_names a private method called automatical... AJR2017-03-031-3/+0
* Self-registering devices prep: Vas Crabb2017-02-271-1/+1
* device_image_interface cleanups (nw) AJR2017-02-271-1/+1
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-5/+5
* Worked around the OPTION_GUIDE_EXTERN issue by using a crazy trick involving ... Nathan Woods2016-09-031-1/+1
* option_guide C++-ification, touched up imgtool Nathan Woods2016-08-271-1/+1
* Turn image init/validate into scoped enums to avoid accidental casts to/from ... Vas Crabb2016-08-011-7/+7
* Created device_image_interface::add_format() protected member and made device... Nathan Woods2016-07-311-1/+1
* Changed some int's to size_t's and added assertions where we were assuming th... Nathan Woods2016-07-071-0/+1
* C++-ification of src/lib/util/opresolv.[cpp|h] (moved to util:: namespace, ch... Nathan Woods2016-07-071-6/+6
* m_formatlist is now vector (nw) Miodrag Milanovic2016-06-191-1/+1
* Make osd_file a polymorphic class that's held with smart pointers Vas Crabb2016-03-141-3/+3
* Turn core_file into a proper class that gets cleaned up safely using unique_ptr Vas Crabb2016-03-061-3/+3
* Replace strformat, strprintf and strcatprintf with type-safe steam_format and... Vas Crabb2016-02-281-3/+1
* reverting: Miodrag Milanovic2016-01-201-2/+2
* tags are now strings (nw) Miodrag Milanovic2016-01-161-2/+2
* modernize rom_load_manager (nw) Miodrag Milanovic2016-01-111-2/+2
* clang-modernize part 3 Miodrag Milanovic2015-12-041-15/+15
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+274