X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=mappers%2F64.c;h=68c7696d895785bdb91ff519868a91c7db7aade4;hb=4fdfab079f3f006ae215ab453072a25588aa951d;hp=96dbac288458a874674dcd10ca34af0a133aa37f;hpb=c62d28102c77e19c291c78bf6bf7f0a81abd54b9;p=fceu.git diff --git a/mappers/64.c b/mappers/64.c index 96dbac2..68c7696 100644 --- a/mappers/64.c +++ b/mappers/64.c @@ -68,6 +68,7 @@ static void Synco(void) setprg8(0xA000,regsl[7]); setprg8(0xC000,regsh[7]); + X6502_Rebase(); } @@ -105,7 +106,7 @@ static DECLFW(RAMBO1_write) if(rmode==1) {IRQCount=IRQLatch;} break; - } + } } static void RAMBO1_Restore(int version)