The hex editor's RAM dumper only dumps main RAM. It doesn't appear to include mapper WRAM or FDS RAM, etc.
I can't seem to find a good way to dump these memory areas from FCEUX. I can create a savestate, but the formatting of a savestate binary seems a little obscure.
Ideally I could dump arbitrary memory ranges (or the entire 32k of CPU space).
It might also be useful to be able to both load and dump blocks of memory, e.g. for changing SRAM data while debugging.
I'm using FCEUX 2.2.2
done in r3049, check for a new dump menu option "6502 64k"
I should mention, being able to load blocks of memory is many, many times more difficult. FCEUX is engineered too badly to make that easy. For certain special cases it could be hardcoded, but solving it generally is not going to happen. Use bizhawk for that kind of stuff, unless you need the actual 6502 debugger which we havent got yet
The full range dump is quite sufficient, thanks!