summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/imagedev/chd_cd.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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-9/+6
* Made a number of device_image_interface members private (#2227) npwoods2017-04-171-1/+1
* 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-2/+2
* removed create_option_guide() as you can't create cd's (nw) smf-2016-08-151-13/+1
* Turn image init/validate into scoped enums to avoid accidental casts to/from ... Vas Crabb2016-08-011-3/+3
* 1. Merge branch 'master' into diimage_filetype_as_stdstring Nathan Woods2016-07-311-1/+1
|\
* | This changes device_image_interface::filetype() to return 'const std::string ... Nathan Woods2016-07-311-1/+1
|/
* Created device_image_interface::add_format() protected member and made device... Nathan Woods2016-07-311-1/+1
* m_formatlist is now vector (nw) Miodrag Milanovic2016-06-191-1/+1
* Turn core_file into a proper class that gets cleaned up safely using unique_ptr Vas Crabb2016-03-061-1/+1
* reverting: Miodrag Milanovic2016-01-201-3/+3
* Revert "rest of device parameters to std::string (nw)" Miodrag Milanovic2016-01-201-1/+1
* rest of device parameters to std::string (nw) Miodrag Milanovic2016-01-161-1/+1
* tags are now strings (nw) Miodrag Milanovic2016-01-161-3/+3
* modernize rom_load_manager (nw) Miodrag Milanovic2016-01-111-2/+2
* clang-modernize part 3 Miodrag Milanovic2015-12-041-11/+11
* Cleanups and version bumpmame0168 Miodrag Milanovic2015-11-251-4/+4
* Some cleanups and init fixes with help of ReSharper C++ (nw) Miodrag Milanovic2015-11-111-2/+6
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+143