diff options
author | 2010-01-17 09:26:29 +0000 | |
---|---|---|
committer | 2010-01-17 09:26:29 +0000 | |
commit | d061ced59276808138b8a62ca99c6530d0b179bf (patch) | |
tree | e08630dd72dce81f385643006b35aa9a802e657b /src/emu/emu.h | |
parent | 14e2b9acf31db5fbc78a1ece0548130e4d7bed24 (diff) |
Created new template class tagged_list which manages a simple list
along with a tagmap. Changed memory regions, input ports, and devices
to use this class. For devices, converted typenext and classnext
fields into methods which dynamically search for the next item.
Changed a number of macros to use the features of the class, removing
the need for a bunch of helper functions.
Diffstat (limited to 'src/emu/emu.h')
-rw-r--r-- | src/emu/emu.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/emu/emu.h b/src/emu/emu.h index 4f31420a6ee..9563db0ac6a 100644 --- a/src/emu/emu.h +++ b/src/emu/emu.h @@ -56,7 +56,6 @@ // commonly-referenecd utilities imported from lib/util #include "chd.h" #include "palette.h" -#include "tagmap.h" #include "unicode.h" // emulator-specific utilities |