summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/drcbec.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/cpu/drcbec.cpp')
-rw-r--r--src/devices/cpu/drcbec.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/cpu/drcbec.cpp b/src/devices/cpu/drcbec.cpp
index ea0a3f08f5a..41566614233 100644
--- a/src/devices/cpu/drcbec.cpp
+++ b/src/devices/cpu/drcbec.cpp
@@ -286,7 +286,7 @@ const uint32_t drcbe_c::s_condition_map[] =
drcbe_c::drcbe_c(drcuml_state &drcuml, device_t &device, drc_cache &cache, uint32_t flags, int modes, int addrbits, int ignorebits)
: drcbe_interface(drcuml, cache, device),
m_hash(cache, modes, addrbits, ignorebits),
- m_map(cache, 0),
+ m_map(cache, 0xaaaaaaaa55555555),
m_labels(cache),
m_fixup_delegate(&drcbe_c::fixup_label, this)
{