opps forgot to change change the unaligned 16bit rotate to check against old address.
This commit is contained in:
parent
8c98ac97bc
commit
1ff3ce6378
|
@ -294,7 +294,7 @@ unreadable:
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
if(address & 1) {
|
if(oldAddress & 1) {
|
||||||
value = (value >> 8) | (value << 24);
|
value = (value >> 8) | (value << 24);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue