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?
Thread Rating:
Memory View
|
02-09-2011, 02:16 PM
The debugger has this feature. Start dolphin with the -d parameter.
Code: dolphin.exe -d 02-09-2011, 02:26 PM
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. 02-09-2011, 03:24 PM
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.
|
« Next Oldest | Next Newest »
|
Users browsing this thread: 1 Guest(s)