diff options
author | 2016-04-04 23:46:44 -0400 | |
---|---|---|
committer | 2016-04-04 23:46:44 -0400 | |
commit | ee12b7d2f74834cb9ca9dd8d6de7ba9d8c1f30e1 (patch) | |
tree | 18feb0ad0b3c6872533c73964440eb7f626a4174 /src/devices/bus/tvc/tvc.cpp | |
parent | 1046be89db453886ee98b72c846f6e42e8da3cfa (diff) |
Revert software-installed slot/image options when changing software
- Remove emu.h's stealth include of emuopts.h through mconfig.h; reduce dependency on emuopts.h in other headers and source files.
- MCFG_CPU_FORCE_NO_DRC is now a CPU configuration parameter rather than a global one; it still works to override the -drc option setting.
Diffstat (limited to 'src/devices/bus/tvc/tvc.cpp')
-rw-r--r-- | src/devices/bus/tvc/tvc.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/devices/bus/tvc/tvc.cpp b/src/devices/bus/tvc/tvc.cpp index 2ee28a2f3c0..db2ed411ad2 100644 --- a/src/devices/bus/tvc/tvc.cpp +++ b/src/devices/bus/tvc/tvc.cpp @@ -8,7 +8,6 @@ #include "emu.h" #include "tvc.h" -#include "emuopts.h" /*************************************************************************** |