merge 1174 to bgklink

git-svn-id: https://svn.code.sf.net/p/vbam/code/branches/bgk-link@1175 a31d4220-a93d-0410-bf67-fe4944624d44
This commit is contained in:
squall-leonhart 2013-03-28 15:48:44 +00:00
parent 374b5142ed
commit b27073e7d6
1 changed files with 1 additions and 1 deletions

View File

@ -294,7 +294,7 @@ unreadable:
break;
}
if(address & 1) {
if(oldAddress & 1) {
value = (value >> 8) | (value << 24);
}