X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=mappers%2F62.c;h=6da991cc0902f22781d46c9e763d29bd4b0356b8;hb=386f5371eb984fb9c2860c83e740890a75cd45c1;hp=ed0f01db6389507763179e1d619492a30dcdee54;hpb=d97315ac0bca825d2d50a44453bc5652946e2c67;p=fceu.git diff --git a/mappers/62.c b/mappers/62.c index ed0f01d..6da991c 100644 --- a/mappers/62.c +++ b/mappers/62.c @@ -15,7 +15,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #include "mapinc.h" @@ -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)); }