summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/dislot.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* -core: Removed almost all MCFG defines, and removed all remaining MACHINE_CON... MooglyGuy2019-07-021-35/+0
* (nw) Clean up the mess on master Vas Crabb2019-03-261-0/+1
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-1/+0
* wd33x9c: Checkpoint commit for co-debugging Olivier Galibert2019-01-031-0/+1
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-5/+7
* Make MCFG_DEVICE_ADD and callable device types more flexible: Vas Crabb2018-05-041-50/+39
* destaticify initializations (nw) (#3289) wilbertpol2018-03-041-19/+19
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-9/+9
* Cleaned up serial, matrix keyboard and TI-8x link protocol interfaces: Vas Crabb2017-07-111-1/+1
* Goodbye MACHINE_CONFIG_FRAGMENT, it was nice knowing you. Vas Crabb2017-05-221-1/+1
* Cleanups to src/frontend/mame/ui/slotopt.[cpp|h] Nathan Woods2017-05-081-0/+1
* Revert "Overhaul to how MAME handles options (#2260)" Vas Crabb2017-05-071-1/+0
* Overhaul to how MAME handles options (#2260) npwoods2017-05-051-0/+1
* srcclean (nw) Vas Crabb2017-04-231-7/+7
* Changes to make get_default_card_software() less stupid Nathan Woods2017-04-101-1/+29
* Refactoring in response to MT#6531 Nathan Woods2017-04-061-3/+6
* Cleanup of slot code Nathan Woods2017-02-261-0/+1
* Introduce u8/u16/u32/u64/s8/s16/s32/s64 Vas Crabb2016-11-191-6/+6
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-3/+3
* cleanup (nw) Miodrag Milanovic2016-06-181-3/+0
* tagged_list to unordered_map for slots (nw) Miodrag Milanovic2016-06-181-3/+3
* Avoid auto return types; silence some unused variable warnings (nw) AJR2016-03-311-1/+1
* Iterate over core classes C++11 style AJR2016-03-311-1/+1
* Return std::string objects by value rather than pass by reference AJR2016-01-101-1/+1
* clang-modernize part 1 (nw) Miodrag Milanovic2015-12-031-1/+1
* Made netlist code compile with "-Wextra -Wdouble-promotion couriersud2015-05-161-2/+2
* some astring to std::string conversion (nw) Miodrag Milanovic2015-04-181-1/+1
* Moved core template container classes up from emutempl.h to coretmpl.h: Aaron Giles2014-03-111-1/+1
* Removed support for static config from slots and converted the two devices us... smf-2013-12-191-7/+0
* Slot options can now be configured inline without creating an array. Legacy s... smf-2013-12-161-59/+89
* Added a new macro MCFG_DEVICE_CARD_DEFAULT_BIOS, which can be used in the mac... Curt Coder2013-11-131-0/+6
* Marking some of my core files (nw) Miodrag Milanovic2013-10-161-0/+2
* Added support for machine config fragments that are applied when the cart is ... smf-2013-05-291-0/+6
* Moved default card config, device inputs and clock off the slot interface so ... smf-2013-05-291-13/+32
* (MESS) Be a bit more fine-grained in when to mark slot options as internal. (nw) Wilbert Pol2013-02-271-0/+1
* fix compile (nw) Miodrag Milanovic2013-02-141-1/+1
* uimain.c: fixed handling of slot options which have only internal options ava... Fabio Priuli2013-02-031-0/+1
* output of new srcclean changes that are relatively small [smf] smf-2013-01-111-6/+3
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-7/+7
* Fixed for slot menus + some cleanup (nw) Miodrag Milanovic2012-06-051-1/+1
* Expanded slot definition with clock and config so we can better define fixed ... Miodrag Milanovic2012-06-051-2/+10
* Added support for fixed slots (used for MAME) and ability to create internal ... Miodrag Milanovic2012-05-231-5/+11
* Added possibility to see subslot devices when they are added from softlist, a... Miodrag Milanovic2012-02-191-1/+1
* Move devices into a proper hierarchy and handle naming Aaron Giles2012-01-241-2/+5
* ups, it should be NULL (no whatsnew) Miodrag Milanovic2011-11-231-1/+1
* Fixed handling slot/image options so it's possible to override slot setting b... Miodrag Milanovic2011-11-231-1/+2
* Merge from MESS Nathan Woods2011-11-161-0/+2
* Fixed initialization order for slot devices [Nathan Woods] Miodrag Milanovic2011-07-281-1/+1
* Fix for softlist loading (no whatsnew) Miodrag Milanovic2011-07-251-1/+1
* Small core changes to enable making slot device also a image device (no whats... Miodrag Milanovic2011-07-031-1/+1