167386847d
Here are the main differences with the old one: - threading/timer system dropped; the viewers refresh every 10 frames - same dialog template and procedure shared for both viewers, like before - no trouble jumping over 0x0FFFFFFF; all addresses supported - correct interpretation of the address entered - scrollbar working correctly - two view dump functions: Text dump will dump the current view into a text file, in an human-readable form; Raw dump will copy the current view to a binary file that can be opened with an hex editor - the viewers use MMU_DumpMemBlock to read memory; this is better than the MMU_readX functions as it doesn't risk affecting the emulation; but that func isn't suitable for the I/O register region, as some registers aren't written to MMU.MMU_MEM. |
||
---|---|---|
desmume |