summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/generic
Commit message (Expand)AuthorAgeFilesLines
* Added ATTR_COLD to common lifecycle methods for many files in src/devices. (#... holub2024-09-271-2/+2
* emu/diimage.cpp: Added media change notifier and exposed to Lua. Vas Crabb2023-12-142-0/+10
* bus/generic/slot.h: Added a variant of the non-power-of-two installer functio... Vas Crabb2023-04-101-1/+28
* Restored ability of for image devices to report specific error messages. Vas Crabb2023-04-082-16/+17
* API change for device_image_interface AJR2023-03-302-6/+6
* diimage.h: Move a few macro and delegate definitions down into subclasses AJR2023-01-011-3/+17
* -megaduck.xml: Added explicit info about cartridge banking. Vas Crabb2022-08-261-0/+32
* bus: Get rid of some dubious tag manipulation. Vas Crabb2022-08-201-1/+1
* device_image_interface: Interface overhaul AJR2022-01-062-16/+7
* Added helpers for 64-bit count leading zeroes/ones. Vas Crabb2021-06-131-1/+1
* slot: changed my mind, not satisfied with the limitations hap2021-05-042-21/+5
* slot: add preliminary support for hotswapping rom cartridge hap2021-05-042-3/+23
* start putting noexcept on things that have no business throwing exceptions, s... Vas Crabb2019-11-101-16/+17
* Cleaned up Virtal Boy slot code. Vas Crabb2019-11-101-0/+37
* Spring cleaning: Vas Crabb2019-11-012-131/+139
* Make devdelegate more like devcb for configuration. This is a Vas Crabb2019-10-262-12/+16
* srcclean (nw) Vas Crabb2019-07-281-2/+2
* -imagedev/harddriv: Removed MCFG macros. [Ryan Holtz] mooglyguy2019-06-301-50/+7
* (nw) Clean up the mess on master Vas Crabb2019-03-266-44/+44
* Revert "conflict resolution (nw)" andreasnaive2019-03-256-44/+44
* bus/generic, bus/vc4000: Eliminate address_space argument from handlers (nw) AJR2019-02-196-44/+44
* generic_slot: Added default param to constructor so that it can be used witho... mooglyguy2018-09-301-2/+3
* bbc: Removed machine().device from bbc_fdc_slot_device and bbc_1mhzbus_slot_d... Nigel Barnes2018-09-171-1/+11
* wd_fdc: Simplify API. Plus some collateral damage [O. Galibert] Olivier Galibert2018-08-103-7/+10
* -oric, pet, prodigy, rmnimbus, ssystem3, swtpc09, swyft, sym1, trvquest, tv95... mooglyguy2018-08-011-0/+10
* Make MCFG_DEVICE_ADD and callable device types more flexible: Vas Crabb2018-05-042-14/+17
* destaticify initializations (nw) (#3289) wilbertpol2018-03-041-4/+4
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-2/+2
* Differentiate between cartridge (cart) and romimage (rom) in generic slots. Nigel Barnes2018-01-112-10/+41
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-148-96/+106
* Changes to make get_default_card_software() less stupid Nathan Woods2017-04-102-2/+2
* Make device_image_interface::update_names a private method called automatical... AJR2017-03-032-13/+0
* Self-registering devices prep: Vas Crabb2017-02-273-10/+10
* device_image_interface cleanups (nw) AJR2017-02-271-4/+4
* Remove emu.h from headers (nw) Olivier Galibert2017-02-112-1/+1
* Do not use FUNC in delegate where applicable (nw) Miodrag Milanovic2016-11-061-2/+2
* converted lot of TRUE/FALSE to real boolean and updated types (nw) Miodrag Milanovic2016-10-222-2/+2
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-226-54/+54
* dynamic_buffer is just std::vector<UINT8> (nw) Miodrag Milanovic2016-10-211-1/+1
* Redo of split of src/emu/softlist.[cpp|h] Nathan Woods2016-08-021-0/+3
* Turn image init/validate into scoped enums to avoid accidental casts to/from ... Vas Crabb2016-08-012-4/+4
* 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-13/+1
* Consolidating implementations of create_option_guide() that return nullptr Nathan Woods2016-07-131-1/+0
* Cleanups and version bumpmame0173 Miodrag Milanovic2016-04-272-9/+9
* NULL->nullptr, instead of DEVCB_NULL use always DEVCB_NOOP to prevent confusi... Miodrag Milanovic2016-04-241-2/+2
* fixed regression of generic cart slot due to a wrong assumption. etabeta782016-04-131-5/+26
* diimage.cpp: Allow image devices to be configured with a fixed etabeta782016-04-122-5/+14
* reverting: Miodrag Milanovic2016-01-206-30/+30
* Revert "rest of device parameters to std::string (nw)" Miodrag Milanovic2016-01-204-8/+8