fix a little bug in fk23c hopefully

This commit is contained in:
zeromus 2012-09-05 22:07:10 +00:00
parent 504b620a24
commit 7d6cd1f2ff
1 changed files with 2 additions and 3 deletions

View File

@ -176,9 +176,8 @@ static DECLFW(BMCFK23CWrite)
//this is an actual mapping reg. i think reg0 controls what happens when reg1 is written. anyway, we have to immediately remap these
remap |= (A&3)==1;
//don't think this will end up being necessary
//remap |= (A&3)==2;
//this too.
remap |= (A&3)==2;
if(remap)
{