mirror of
https://github.com/holub/mame
synced 2025-05-25 07:15:25 +03:00
[MT #3444] Show save state items in debugger memory windows [R. Belmont]
This commit is contained in:
parent
51d1fe58c3
commit
21f5a0ff63
@ -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)));
|
||||
|
Loading…
Reference in New Issue
Block a user