mirror of
https://github.com/holub/mame
synced 2025-05-30 09:33:05 +03:00
removed MCFG_DEVICE_CONFIG_CLEAR as it's legacy but not used anymore (nw)
This commit is contained in:
parent
7b1a8df72a
commit
5ff1ef7082
@ -35,8 +35,6 @@
|
||||
// configure devices
|
||||
#define MCFG_DEVICE_CONFIG(_config) \
|
||||
device_t::static_set_static_config(*device, &(_config));
|
||||
#define MCFG_DEVICE_CONFIG_CLEAR() \
|
||||
device_t::static_set_static_config(*device, NULL);
|
||||
#define MCFG_DEVICE_CLOCK(_clock) \
|
||||
device_t::static_set_clock(*device, _clock);
|
||||
#define MCFG_DEVICE_INPUT_DEFAULTS(_config) \
|
||||
|
Loading…
Reference in New Issue
Block a user