summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/msx_slot (follow)
Commit message (Expand)AuthorAgeFilesLines
* msx.cpp: Made the general purpose ports (joystick/mouse) a slot device. (#10579) wilbertpol2022-11-2432-4524/+0
* mview: Don't forget to select the correct page when installing handlers, espe... Olivier Galibert2022-11-121-12/+1
* msx/msx.cpp, bus/msx_cart, bus/msx_slot: Reimplemented memory using views. (#... wilbertpol2022-11-0832-1120/+3072
* Revert initialisation of device members in headers. Vas Crabb2022-04-031-1/+1
* init vars for coverity (bus/l-w) Robbbert2022-04-021-1/+1
* device_image_interface: Interface overhaul AJR2022-01-062-15/+5
* util: Further API cleanups: (#8661) Vas Crabb2021-10-051-3/+5
* formats, osd, util: Started refactoring file I/O stuff. (#8456) Vas Crabb2021-08-221-1/+1
* ymfm: Refactor new FM engine into a 3rdparty library (#8046) Aaron Giles2021-05-141-1/+1
* 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