diff options
author | 2019-09-20 00:28:19 +1000 | |
---|---|---|
committer | 2019-09-20 00:28:19 +1000 | |
commit | dac7094f3431b8f933497b0c7693e6baeb1bb75c (patch) | |
tree | 1c3dc049110c54d23dc31a1e6c1e8b11fd24e299 /src/emu/tilemap.cpp | |
parent | cc25024f791747fa17c1f06bd81c482a86aac91b (diff) |
(nw) misc cleanup:
* get rid of most assert_always
* get rid of a few MCFG_*_OVERRIDE
Diffstat (limited to 'src/emu/tilemap.cpp')
-rw-r--r-- | src/emu/tilemap.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/emu/tilemap.cpp b/src/emu/tilemap.cpp index df63d06c5c8..1e56fa84d20 100644 --- a/src/emu/tilemap.cpp +++ b/src/emu/tilemap.cpp @@ -9,9 +9,10 @@ ***************************************************************************/ #include "emu.h" -#include "screen.h" #include "tilemap.h" +#include "screen.h" + //************************************************************************** // INLINE FUNCTIONS |