summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/msx_slot (follow)
Commit message (Expand)AuthorAgeFilesLines
* Made a number of device_image_interface members private (#2227) npwoods2017-04-171-2/+2
* Changes to make get_default_card_software() less stupid Nathan Woods2017-04-102-4/+4
* Made a number of methods be const correct and static where appropriate Nathan Woods2017-04-102-2/+2
* Make device_image_interface::update_names a private method called automatical... AJR2017-03-031-1/+0
* Image instance name refactoring and bug fixing (nw) AJR2017-03-021-2/+5
* Self-registering devices prep: Vas Crabb2017-02-2710-16/+16
* device_image_interface cleanups (nw) AJR2017-02-271-1/+1
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-2222-119/+119
* dynamic_buffer is just std::vector<UINT8> (nw) Miodrag Milanovic2016-10-212-2/+2
* Another round of these Vas Crabb2016-08-272-2/+2
* More prep for removing pointer/reference duality (nw) Vas Crabb2016-08-273-8/+4
* Redo of split of src/emu/softlist.[cpp|h] Nathan Woods2016-08-021-0/+1
* Turn image init/validate into scoped enums to avoid accidental casts to/from ... Vas Crabb2016-08-012-4/+4
* std::min and std:max instead of MIN and MAX, also some more macros converted ... Miodrag Milanovic2016-07-311-1/+1
* Vas Crabb feedback: Replacing the enum with a class hierarchy, derived from ... Nathan Woods2016-07-231-1/+1
* device_image_interface::call_softlist_load() was a virtual function where eve... Nathan Woods2016-07-212-8/+1
* Consolidating implementations of create_option_guide() that return nullptr Nathan Woods2016-07-131-1/+0
* ym2413: Isolate, objectify, integrate [O. Galibert] Olivier Galibert2016-06-291-1/+1
* NULL->nullptr, instead of DEVCB_NULL use always DEVCB_NOOP to prevent confusi... Miodrag Milanovic2016-04-241-1/+1
* Devfind revision phase 1, cleaning out some legacy stuff AJR2016-04-0712-92/+34
* Turn core_file into a proper class that gets cleaned up safely using unique_ptr Vas Crabb2016-03-061-2/+2
* reverting: Miodrag Milanovic2016-01-2020-73/+80
* Revert "rest of device parameters to std::string (nw)" Miodrag Milanovic2016-01-206-10/+10
* rest of device parameters to std::string (nw) Miodrag Milanovic2016-01-166-10/+10
* tags are now strings (nw) Miodrag Milanovic2016-01-1620-80/+73
* modernize rom_load_manager (nw) Miodrag Milanovic2016-01-111-1/+1
* Merge pull request #561 from ajrhacker/strings Miodrag Milanović2016-01-112-5/+4
|\
| * Return std::string objects by value rather than pass by reference AJR2016-01-102-5/+4
* | modernize output_manager (nw) Miodrag Milanovic2016-01-101-2/+2
|/
* override for for macros that could not be auto recognized by tools (nw) Miodrag Milanovic2015-12-0610-26/+26
* override part 1 (nw) Miodrag Milanovic2015-12-0510-41/+41
* cleanup Miodrag Milanovic2015-12-051-0/+1
* clang-modernize part 6 Miodrag Milanovic2015-12-041-6/+6
* clang-modernize part 2 Miodrag Milanovic2015-12-049-68/+68
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-0811-0/+0
* Move all devices into separate part of src tree (nw) Miodrag Milanovic2015-09-1322-0/+2766