X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=fceu.git;a=blobdiff_plain;f=mappers%2F6.c;h=29caa6afbd395806f389235f4d119cb4f637e0c7;hp=015aa9cfe2be600b2b1aff36176790ac24655dd7;hb=c0bf6f9f02a2b6afb961a7e9195e2168d7e9cecf;hpb=4e1934c1ee3a43796e68edc66b3c3f8e079caf7c diff --git a/mappers/6.c b/mappers/6.c index 015aa9c..29caa6a 100644 --- a/mappers/6.c +++ b/mappers/6.c @@ -51,6 +51,7 @@ DECLFW(Mapper6_write) } else { ROM_BANK16(0x8000,V>>2); FVRAM_BANK8(0x0000,V&3); + X6502_Rebase(); } } void Mapper6_StateRestore(int version)