remove vram protection from mapper 227 and make a note for future research in case we decide this was wrong (fixes Xiang Shuai Chuan Qi and bug #3515350)

This commit is contained in:
zeromus 2012-04-09 18:15:49 +00:00
parent 914c74ad15
commit 8a63869070
1 changed files with 4 additions and 1 deletions

View File

@ -41,7 +41,10 @@ static void DoSync(uint32 A)
}
if(A&0x80)
{
PPUCHRRAM=0;
//zero 09-apr-2012 - re #3515350
//removed this to fix [NJXXX] Xiang Shuai Chuan Qi which wouldnt be able to write any of its vram otherwise
//if this needs to be here for some other reason, then we'll have to learn how to decide when to do it
//PPUCHRRAM=0;
}
else
{