X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=mappers%2F86.c;h=60777b81025ce3b55339d0b947b5f4d52cc1c580;hb=c0bf6f9f02a2b6afb961a7e9195e2168d7e9cecf;hp=5bcefcd03ec4b2fb6fbf52c5b06aeba061c6eef8;hpb=4e1934c1ee3a43796e68edc66b3c3f8e079caf7c;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)