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/devcpu.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/devcpu.h')
-rw-r--r-- | src/emu/devcpu.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/src/emu/devcpu.h b/src/emu/devcpu.h index 3e4dd89f8ce..4cce31b5e38 100644 --- a/src/emu/devcpu.h +++ b/src/emu/devcpu.h @@ -17,16 +17,6 @@ //************************************************************************** -// CPU DEVICE CONFIGURATION MACROS -//************************************************************************** - -// recompilation parameters -#define MCFG_CPU_FORCE_NO_DRC() \ - dynamic_cast<cpu_device &>(*device).set_force_no_drc(true); - - - -//************************************************************************** // TYPE DEFINITIONS //************************************************************************** |