theoryno3 / bizhawk

Automatically exported from code.google.com/p/bizhawk
0 stars 0 forks source link

Switching data size in hex editor can shift adress when added to RAM Watch #147

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
When the hex editor is set to 1Byte and I mark an odd numbered adress, then 
switch to 2Byte and add this marked adress to RAM Watch, it will be added as a 
2Byte value, but will start at the odd numbered adress, instead of starting 
with the even numbered one.
I hope this screenshot makes it clear what I mean: 
http://i.imgur.com/mrc7Eac.png

Bizhawk 1.6.0a

Original issue reported on code.google.com by moritz.g...@gmail.com on 15 Mar 2014 at 5:11

GoogleCodeExporter commented 9 years ago

Original comment by adeli...@tasvideos.org on 23 Mar 2014 at 4:31

GoogleCodeExporter commented 9 years ago
The real problem here is that when you highlight that odd value and change the 
data size, you still have the odd address highlighted not the even one before. 
But, a semi-intentional shortcut I did was to "round off" when drawing the 
highlighter box. I updated the hex editor to draw this situation more accurate 
so that it is clear what you have highlighted.  Fix is in revision 6237 and 
will be reflected in the 1.6.1 release

Original comment by adeli...@tasvideos.org on 23 Mar 2014 at 3:43