X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=mappers%2F86.c;h=60777b81025ce3b55339d0b947b5f4d52cc1c580;hb=890e37ba2b8ea1c7593dc05926d7431e3bd00bfb;hp=5bcefcd03ec4b2fb6fbf52c5b06aeba061c6eef8;hpb=c62d28102c77e19c291c78bf6bf7f0a81abd54b9;p=fceu.git diff --git a/mappers/86.c b/mappers/86.c index 5bcefcd..60777b8 100644 --- a/mappers/86.c +++ b/mappers/86.c @@ -24,6 +24,7 @@ DECLFW(Mapper86_write) { VROM_BANK8((V&3)|((V>>4)&4)); ROM_BANK32((V>>4)&3); + X6502_Rebase(); } void Mapper86_init(void)