Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Removed support for static config from slots and converted the two devices ↵ | 2013-12-19 | 1 | -1/+0 | |
| | | | | using it to machine config fragments [smf] | ||||
* | Slot options can now be configured inline without creating an array. Legacy ↵ | 2013-12-16 | 1 | -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 ↵ | 2013-11-13 | 1 | -0/+13 | |
| | | | | machine config to set the default BIOS for a slot card device. [Curt Coder] | ||||
* | Marking some of my core files (nw) | 2013-10-16 | 1 | -0/+2 | |
| | |||||
* | Cleanups and version bumpmame0149 | 2013-06-11 | 1 | -1/+1 | |
| | |||||
* | Added support for machine config fragments that are applied when the cart is ↵ | 2013-05-29 | 1 | -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 ↵ | 2013-05-29 | 1 | -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) | 2013-02-27 | 1 | -0/+19 | |
| | |||||
* | fix compile (nw) | 2013-02-14 | 1 | -1/+1 | |
| | |||||
* | uimain.c: fixed handling of slot options which have only internal options ↵ | 2013-02-03 | 1 | -0/+8 | |
| | | | | | available (and hence are not configurable by the end-user) [Fabio Priuli] | ||||
* | Cleanups and version bumpmame0148 | 2013-01-11 | 1 | -1/+0 | |
| | |||||
* | Made core able to use bios selection per slot device [Miodrag Milanovic] | 2012-09-05 | 1 | -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) | 2012-07-27 | 1 | -1/+1 | |
| | |||||
* | Expanded slot definition with clock and config so we can better define fixed ↵ | 2012-06-05 | 1 | -1/+3 | |
| | | | | slot devices where needed (no whatsnew) | ||||
* | Added support for fixed slots (used for MAME) and ability to create internal ↵ | 2012-05-23 | 1 | -1/+2 | |
| | | | | only slot options (for MESS) (no whatsnew) | ||||
* | Sync core fixes from MESS done by OG (nw) | 2012-02-11 | 1 | -0/+3 | |
| | |||||
* | Parameter names are now without : (no whatsnew) | 2012-01-25 | 1 | -2/+2 | |
| | |||||
* | Ah, removed log change (no whatsnew) | 2012-01-25 | 1 | -1/+1 | |
| | |||||
* | Fix for get_card_device() (no whatsnew) | 2012-01-25 | 1 | -2/+2 | |
| | |||||
* | Fixed reading default card and throw exception now on wrong slot item name ↵ | 2011-11-13 | 1 | -1/+6 | |
| | | | | (no whatsnew) | ||||
* | Made get_card_device work before start of devices (no whatsnew) | 2011-11-09 | 1 | -1/+1 | |
| | |||||
* | Added default port values support for slot devices (no whatsnew) | 2011-06-29 | 1 | -1/+2 | |
| | |||||
* | Cleanups and version bumpmame0142u3 | 2011-05-08 | 1 | -2/+2 | |
| | |||||
* | Cleaned slot implementation, and added few more macros (no whatsnew) | 2011-05-04 | 1 | -1/+14 | |
| | |||||
* | Added support for dynamic devices, will add more info for log | 2011-05-04 | 1 | -0/+38 | |
later when there are more support added (no whatsnew) |