| Previous | 199869 Revisions | Next |
| r26657 Wednesday 18th December, 2013 at 21:21:19 UTC by smf |
|---|
| removed MCFG_DEVICE_CONFIG_CLEAR as it's legacy but not used anymore (nw) |
| [src/emu] | device.h |
| r26656 | r26657 | |
|---|---|---|
| 35 | 35 | // configure devices |
| 36 | 36 | #define MCFG_DEVICE_CONFIG(_config) \ |
| 37 | 37 | device_t::static_set_static_config(*device, &(_config)); |
| 38 | #define MCFG_DEVICE_CONFIG_CLEAR() \ | |
| 39 | device_t::static_set_static_config(*device, NULL); | |
| 40 | 38 | #define MCFG_DEVICE_CLOCK(_clock) \ |
| 41 | 39 | device_t::static_set_clock(*device, _clock); |
| 42 | 40 | #define MCFG_DEVICE_INPUT_DEFAULTS(_config) \ |
| Previous | 199869 Revisions | Next |