mirror of
https://github.com/holub/mame
synced 2025-05-23 06:08:48 +03:00
Fixed debugger memdump command [Robbbert]
This commit is contained in:
parent
5c85b8f39c
commit
7d94ce8dec
@ -1662,7 +1662,7 @@ void memory_dump(running_machine *machine, FILE *file)
|
||||
"====================================================\n"
|
||||
"Device '%s' %s address space write handler dump\n"
|
||||
"====================================================\n", space->cpu->tag.cstr(), space->name);
|
||||
dump_map(file, space, &space->read);
|
||||
dump_map(file, space, &space->write);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user