summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/msx_slot (follow)
Commit message (Expand)AuthorAgeFilesLines
* emumem: Simplify memory management. [O. Galibert] Olivier Galibert2020-11-021-1/+1
* various devices and drivers: removed superfluous semicolons (nw) Ivan Vangelista2020-06-291-1/+1
* start putting noexcept on things that have no business throwing exceptions, s... Vas Crabb2019-11-101-14/+16
* Make devdelegate more like devcb for configuration. This is a Vas Crabb2019-10-263-5/+5
* (nw) Clean up the mess on master Vas Crabb2019-03-2622-242/+176
* Revert "conflict resolution (nw)" andreasnaive2019-03-2522-176/+242
* upd765: Simplify read/write handlers (nw) AJR2019-03-101-18/+10
* msx, bus/msx_cart, bus/msx_slot: Configuration and bus modernization (nw) AJR2019-03-1022-231/+173
* Remove unnecessary address_space arguments on FM sound chips read/write handlers cam9002019-01-311-1/+1
* Don't #include legacy header "flopdrv.h" except where it's still used (nw) AJR2018-11-251-1/+0
* -nvram: Removed MCFG, nw mooglyguy2018-08-243-9/+12
* wd_fdc: Simplify API. Plus some collateral damage [O. Galibert] Olivier Galibert2018-08-101-32/+32
* devcb3 Vas Crabb2018-07-071-2/+2
* as if millions of this pointers suddenly cried out in terror, and were sudden... Vas Crabb2018-06-081-32/+32
* Replace set_led_value and set_lamp_value with output_finders. [Wilbe… (#3592) wilbertpol2018-05-202-2/+5
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-2/+2
* Allow devcb to be bound to a device/mixin or the target of a device Vas Crabb2018-05-022-12/+4
* fix Commoder PC, work around MSX cartridge (nw) Vas Crabb2018-05-011-1/+7
* Set finder tag relative to current device being configured rather than Vas Crabb2018-04-307-15/+14
* Sarayan made me do it. Vas Crabb2018-04-282-2/+2
* destaticify initializations (nw) (#3289) wilbertpol2018-03-0416-117/+66
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-173-3/+3
* device_add_mconfig up to devices/bus/o* (nw) Ivan Vangelista2017-06-126-27/+9
* Goodbye MACHINE_CONFIG_FRAGMENT, it was nice knowing you. Vas Crabb2017-05-223-3/+3
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-1421-153/+176
* 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