mirror of
https://github.com/holub/mame
synced 2025-05-26 07:41:28 +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;
|
break;
|
||||||
|
|
||||||
// if this is a single-entry global, add it
|
// if this is a single-entry global, add it
|
||||||
if (valcount > 1 && strstr(itemname, "globals/"))
|
if (strstr(itemname, "state->"))
|
||||||
{
|
{
|
||||||
name.cpy(strrchr(itemname, '/') + 1);
|
name.cpy(strrchr(itemname, '/') + 1);
|
||||||
m_source_list.append(*auto_alloc(machine(), debug_view_memory_source(name, base, valsize, valcount)));
|
m_source_list.append(*auto_alloc(machine(), debug_view_memory_source(name, base, valsize, valcount)));
|
||||||
|
Loading…
Reference in New Issue
Block a user