Dolphin, the GameCube and Wii emulator - Forums
Memory View - Printable Version

+- Dolphin, the GameCube and Wii emulator - Forums (https://forums.dolphin-emu.org)
+-- Forum: Dolphin Emulator Discussion and Support (https://forums.dolphin-emu.org/Forum-dolphin-emulator-discussion-and-support)
+--- Forum: Support (https://forums.dolphin-emu.org/Forum-support)
+--- Thread: Memory View (/Thread-memory-view)



Memory View - akumanova68 - 02-09-2011

Suppose I use the cheat manager, is it possible to dump the memory address out? For example, I want to view the values within the memory address 0x12345678, is it possible to do so?


RE: Memory View - skid - 02-09-2011

The debugger has this feature. Start dolphin with the -d parameter.

Code:
dolphin.exe -d



RE: Memory View - akumanova68 - 02-09-2011

Thank you for your reply. I have another questions, once the -d options applied, the emulator runs slow, is that suppose to be run slow?

Besides, a new panel appears (the "Code" panel), it shows the memory & the instruction, but how do I look for (search for) a specific memory address? It has no scroll bar and no find function ... what can I do?


(02-09-2011, 02:16 PM)skid Wrote: The debugger has this feature. Start dolphin with the -d parameter.

Code:
dolphin.exe -d




RE: Memory View - skid - 02-09-2011

In the memory tab, there is a small text box for you to type. Also you can dump the memory to a file and search for it using a hex editor. It is meant to be running slow because it is in debug mode.