diff options
author | 2019-07-02 20:30:21 +0200 | |
---|---|---|
committer | 2019-07-02 20:30:37 +0200 | |
commit | b6ce2e16d867b21119ce36f6e108d0866f396089 (patch) | |
tree | 16c3b1bfd5d9011b366ded7f10baef32c440651c /src/emu/device.h | |
parent | 0b8733206a1f6d3c931171c18f2200b2eb5a2b87 (diff) |
-core: Removed almost all MCFG defines, and removed all remaining MACHINE_CONFIG_START/END uses. [Ryan Holtz]
Diffstat (limited to 'src/emu/device.h')
-rw-r--r-- | src/emu/device.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/emu/device.h b/src/emu/device.h index efd7a590e09..fc8da68f65c 100644 --- a/src/emu/device.h +++ b/src/emu/device.h @@ -41,12 +41,6 @@ //************************************************************************** // configure devices -#define MCFG_DEVICE_CLOCK(_clock) \ - device->set_clock(_clock); -#define MCFG_DEVICE_INPUT_DEFAULTS(_config) \ - device->set_input_default(DEVICE_INPUT_DEFAULTS_NAME(_config)); -#define MCFG_DEVICE_BIOS(...) \ - device->set_default_bios_tag(__VA_ARGS__); #define DECLARE_READ_LINE_MEMBER(name) int name() #define READ_LINE_MEMBER(name) int name() |