summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/generic (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* rest of device parameters to std::string (nw) Miodrag Milanovic2016-01-164-8/+8
* tags are now strings (nw) Miodrag Milanovic2016-01-166-30/+30
* modernize rom_load_manager (nw) Miodrag Milanovic2016-01-111-1/+1
* Return std::string objects by value rather than pass by reference AJR2016-01-102-3/+3
* override part 1 (nw) Miodrag Milanovic2015-12-053-30/+30
* Revert "use c++ cast instead of c casts (nw)" Miodrag Milanovic2015-12-051-4/+4
* use c++ cast instead of c casts (nw) Miodrag Milanovic2015-12-051-4/+4
* clang-modernize part 2 Miodrag Milanovic2015-12-042-11/+11
* fix uninitialized class members for bus devices (nw) Miodrag Milanovic2015-11-141-1/+1
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-084-0/+0
* Move all devices into separate part of src tree (nw) Miodrag Milanovic2015-09-138-0/+934