fixed #554, mapper 15 typo bug

This commit is contained in:
CaH4e3 2012-11-22 16:40:52 +00:00
parent 4c0f74d022
commit ae9ea54126
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ static void Sync(void)
unsigned int b;
b=latched&0x7F;
if(i>=2 && !(latchea&0x2))
i=0x7F;
b=0x7F;
setprg8(0x8000+(i<<13),(i&1)+((b<<1)^(latched>>7)));
}
break;