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

trunk/src/emu/device.h
r26656r26657
3535// configure devices
3636#define MCFG_DEVICE_CONFIG(_config) \
3737   device_t::static_set_static_config(*device, &(_config));
38#define MCFG_DEVICE_CONFIG_CLEAR() \
39   device_t::static_set_static_config(*device, NULL);
4038#define MCFG_DEVICE_CLOCK(_clock) \
4139   device_t::static_set_clock(*device, _clock);
4240#define MCFG_DEVICE_INPUT_DEFAULTS(_config) \

Previous 199869 Revisions Next


© 1997-2024 The MAME Team