X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=fceu.git;a=blobdiff_plain;f=mappers%2F255.c;h=405340ed5b71846cde9ff8796ceee327987981ed;hp=ede7af31997185171f4e488e0a88923e061c8945;hb=386f5371eb984fb9c2860c83e740890a75cd45c1;hpb=d97315ac0bca825d2d50a44453bc5652946e2c67 diff --git a/mappers/255.c b/mappers/255.c index ede7af3..405340e 100644 --- a/mappers/255.c +++ b/mappers/255.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" @@ -61,7 +61,7 @@ void Mapper255_init(void) mapbyte1[0]=mapbyte1[1]=0xF; ROM_BANK32(0); VROM_BANK8(0); - SetWriteHandler(0x5800,0x5FFF,Mapper255_wl); + SetWriteHandler(0x5800,0x5FF0,Mapper255_wl); SetWriteHandler(0x8000,0xffff,Mapper255_write); SetReadHandler(0x5800,0x5FFF,Mapper255_read); }