[MT #3444] Show save state items in debugger memory windows [R. Belmont]

This commit is contained in:
R. Belmont 2012-01-29 17:52:49 +00:00
parent 51d1fe58c3
commit 21f5a0ff63

View File

@ -182,7 +182,7 @@ void debug_view_memory::enumerate_sources()
break;
// if this is a single-entry global, add it
if (valcount > 1 && strstr(itemname, "globals/"))
if (strstr(itemname, "state->"))
{
name.cpy(strrchr(itemname, '/') + 1);
m_source_list.append(*auto_alloc(machine(), debug_view_memory_source(name, base, valsize, valcount)));