X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=fceu.git;a=blobdiff_plain;f=mappers%2F113.c;h=4662ed55455a4100bcc3b2ba8d17ccd6ea2c10ed;hp=66548b5da92be473cb6509456d154881db10bc2a;hb=c0bf6f9f02a2b6afb961a7e9195e2168d7e9cecf;hpb=4e1934c1ee3a43796e68edc66b3c3f8e079caf7c diff --git a/mappers/113.c b/mappers/113.c index 66548b5..4662ed5 100644 --- a/mappers/113.c +++ b/mappers/113.c @@ -22,20 +22,22 @@ /* I'm getting the feeling this is another "jam two different bank switching hardwares into one mapper". -*/ +*/ /* HES 4-in-1 */ DECLFW(Mapper113_write) { ROM_BANK32((V>>3)&7); VROM_BANK8(V&7); + X6502_Rebase(); } - + /* Deathbots */ DECLFW(Mapper113_writeh) { ROM_BANK32(V&0xF); + X6502_Rebase(); }