diff options
| author | 2016-07-27 09:12:55 -0400 | |
|---|---|---|
| committer | 2016-07-27 09:12:55 -0400 | |
| commit | af80bf0e69e8b3caebcd420f45dd4db8e17b14ab (patch) | |
| tree | 1fdc52bfea5235f9fc6566ab6acd287323bfed1b /src/emu/divtlb.cpp | |
| parent | d061b1ddb3a8a744ec46351d0dca739c2aa10efc (diff) | |
Validity checking improvements
- Always print the name of each driver checked with -validate -verbose, and print before beginning the check to help detect crashes
- Fix already_checked test so that softlists get validated the first time, not every time but the first
- Remove #include "validity.h" where not required (nw)
- attotime::from_double cannot be constexpr because it uses floor (nw)
Diffstat (limited to 'src/emu/divtlb.cpp')
| -rw-r--r-- | src/emu/divtlb.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/emu/divtlb.cpp b/src/emu/divtlb.cpp index 01be30919cb..3f4266a2285 100644 --- a/src/emu/divtlb.cpp +++ b/src/emu/divtlb.cpp @@ -10,7 +10,6 @@ #include "emu.h" #include "divtlb.h" -#include "validity.h" |
