summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/imagedev/harddriv.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-11/+6
* 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
* Fix heap corruption when loading a new chd fails. Throw CHDERR_FILE_NOT_WRITE... smf-2016-11-061-2/+8
* 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-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-18/+18
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+298