X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=mappers%2F62.c;h=4d03c887948d54e1076620777028ef7193bbb340;hb=0bb3fe122854be9af6c3024fef9f503d27bc63a1;hp=ed0f01db6389507763179e1d619492a30dcdee54;hpb=d97315ac0bca825d2d50a44453bc5652946e2c67;p=fceu.git diff --git a/mappers/62.c b/mappers/62.c index ed0f01d..4d03c88 100644 --- a/mappers/62.c +++ b/mappers/62.c @@ -23,7 +23,7 @@ static DECLFW(Mapper62_write) { VROM_BANK8(((A&0x1F)<<2)|(V&0x03)); - if((A&0x20)>>5) { + if(A&0x20) { ROM_BANK16(0x8000,(A&0x40)|((A>>8)&0x3F)); ROM_BANK16(0xc000,(A&0x40)|((A>>8)&0x3F)); }