summaryrefslogtreecommitdiffstats
path: root/src/emu/devcpu.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/devcpu.h')
-rw-r--r--src/emu/devcpu.h10
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
//**************************************************************************