X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=mappers%2F77.c;h=06f15cc038cbb94334ac30e19a849641f6ef6e4c;hb=f12b1f316ca070bda860108b4e3901628d1a8398;hp=e9d0015f38dd02e580d7f38feb85cd6a9fee084d;hpb=c62d28102c77e19c291c78bf6bf7f0a81abd54b9;p=fceu.git diff --git a/mappers/77.c b/mappers/77.c index e9d0015..06f15cc 100644 --- a/mappers/77.c +++ b/mappers/77.c @@ -1,7 +1,7 @@ /* FCE Ultra - NES/Famicom Emulator * * Copyright notice for this file: - * Copyright (C) 2002 Ben Parnell + * Copyright (C) 2002 Xodnizel * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -33,7 +33,7 @@ static void Mapper77_StateRestore(int version) { int x; - if(version>=72) + if(version>=7200) { ROM_BANK32(mapbyte1[0]&0x7); VROM_BANK2(0x0000, (mapbyte1[0]&0xf0)>>4);