summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/dislot.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Added default port values support for slot devices (no whatsnew) Miodrag Milanovic2011-06-291-3/+5
* Cleanups and version bumpmame0142u3 Angelo Salese2011-05-081-2/+2
* Cleaned slot implementation, and added few more macros (no whatsnew) Miodrag Milanovic2011-05-041-1/+17
* Added support for dynamic devices, will add more info for log Miodrag Milanovic2011-05-041-0/+50