fix a little bug in fk23c hopefully
This commit is contained in:
parent
504b620a24
commit
7d6cd1f2ff
|
@ -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
|
//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;
|
remap |= (A&3)==1;
|
||||||
|
//this too.
|
||||||
//don't think this will end up being necessary
|
remap |= (A&3)==2;
|
||||||
//remap |= (A&3)==2;
|
|
||||||
|
|
||||||
if(remap)
|
if(remap)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue