X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=fceu.git;a=blobdiff_plain;f=mappers%2F64.c;h=68c7696d895785bdb91ff519868a91c7db7aade4;hp=96dbac288458a874674dcd10ca34af0a133aa37f;hb=c0bf6f9f02a2b6afb961a7e9195e2168d7e9cecf;hpb=4e1934c1ee3a43796e68edc66b3c3f8e079caf7c 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)