mirror of
https://github.com/holub/mame
synced 2025-04-20 15:32:45 +03:00
Update state views when memory is modified through the debugger (since registers can be memory-mapped)
This commit is contained in:
parent
5e59acc819
commit
9a9f696239
@ -825,6 +825,7 @@ void device_debug::instruction_hook(offs_t curpc)
|
||||
if (debugcpu.memory_modified())
|
||||
{
|
||||
machine.debug_view().update_all(DVT_DISASSEMBLY);
|
||||
machine.debug_view().update_all(DVT_STATE);
|
||||
machine.debugger().refresh_display();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user