summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/dislot.c
Commit message (Collapse)AuthorAgeFilesLines
* Removed support for static config from slots and converted the two devices ↵ smf-2013-12-191-1/+0
| | | | using it to machine config fragments [smf]
* Slot options can now be configured inline without creating an array. Legacy ↵ smf-2013-12-161-101/+26
| | | | support for old configuration uses MCFG_FRAGMENT_ADD, which required changing so the current device could be updated by the fragment. [smf]
* Added a new macro MCFG_DEVICE_CARD_DEFAULT_BIOS, which can be used in the ↵ Curt Coder2013-11-131-0/+13
| | | | machine config to set the default BIOS for a slot card device. [Curt Coder]
* 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
| | | | loaded, converted NCR 53C7xx to devcb2 as an example [smf]
* Moved default card config, device inputs and clock off the slot interface so ↵ smf-2013-05-291-9/+58
| | | | they can be specified for all cards [smf]
* (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 ↵ Fabio Priuli2013-02-031-0/+8
| | | | | available (and hence are not configurable by the end-user) [Fabio Priuli]
* 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
| | | | | | Sample of usage : mess kc85_4 -exp d004gide,bios=v31 Will need to cleanup handling of sub options to make it more robust and able to validate
* 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
| | | | slot devices where needed (no whatsnew)
* Added support for fixed slots (used for MAME) and ability to create internal ↵ Miodrag Milanovic2012-05-231-1/+2
| | | | only slot options (for MESS) (no whatsnew)
* 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 ↵ Miodrag Milanovic2011-11-131-1/+6
| | | | (no whatsnew)
* 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
later when there are more support added (no whatsnew)