fame: always update the fetch map

should just get rid of that thing, it's annoying
This commit is contained in:
notaz 2017-09-25 23:34:34 +03:00
parent 6d8782a1f9
commit c6b118c0ad
3 changed files with 24 additions and 27 deletions

View file

@ -1179,12 +1179,6 @@ static void bank_switch(int b)
cpu68k_map_set(m68k_read16_map, 0x900000, 0x900000 + rs - 1, Pico.rom + bank, 0);
elprintf(EL_32X, "bank %06x-%06x -> %06x", 0x900000, 0x900000 + rs - 1, bank);
#ifdef EMU_F68K
// setup FAME fetchmap
for (rs = 0x90; rs < 0xa0; rs++)
PicoCpuFM68k.Fetch[rs] = (unsigned long)Pico.rom + bank - 0x900000;
#endif
}
// -----------------------------------------------------------------