summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/dislot.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Moved core template container classes up from emutempl.h to coretmpl.h: Aaron Giles2014-03-111-2/+1
* Removed support for static config from slots and converted the two devices us... smf-2013-12-191-1/+0
* Slot options can now be configured inline without creating an array. Legacy s... smf-2013-12-161-101/+26
* Added a new macro MCFG_DEVICE_CARD_DEFAULT_BIOS, which can be used in the mac... Curt Coder2013-11-131-0/+13
* Marking some of my core files (nw) Miodrag Milanovic2013-10-161-0/+2
* Cleanups and version bumpmame0149 Miodrag Milanovic2013-06-111-1/+1
* Added support for machine config fragments that are applied when the cart is ... smf-2013-05-291-0/+13
* Moved default card config, device inputs and clock off the slot interface so ... smf-2013-05-291-9/+58
* (MESS) Be a bit more fine-grained in when to mark slot options as internal. (nw) Wilbert Pol2013-02-271-0/+19
* 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/+8
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-1/+0
* Made core able to use bios selection per slot device [Miodrag Milanovic] Miodrag Milanovic2012-09-051-1/+2
* removed unnecessary strlen() usage (no whatsnew) Oliver Stöneberg2012-07-271-1/+1
* Expanded slot definition with clock and config so we can better define fixed ... Miodrag Milanovic2012-06-051-1/+3
* Added support for fixed slots (used for MAME) and ability to create internal ... Miodrag Milanovic2012-05-231-1/+2
* Sync core fixes from MESS done by OG (nw) Miodrag Milanovic2012-02-111-0/+3
* Parameter names are now without : (no whatsnew) Miodrag Milanovic2012-01-251-2/+2
* Ah, removed log change (no whatsnew) Miodrag Milanovic2012-01-251-1/+1
* Fix for get_card_device() (no whatsnew) Miodrag Milanovic2012-01-251-2/+2
* Fixed reading default card and throw exception now on wrong slot item name (n... Miodrag Milanovic2011-11-131-1/+6
* Made get_card_device work before start of devices (no whatsnew) Miodrag Milanovic2011-11-091-1/+1
* Added default port values support for slot devices (no whatsnew) Miodrag Milanovic2011-06-291-1/+2
* 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/+14
* Added support for dynamic devices, will add more info for log Miodrag Milanovic2011-05-041-0/+38