} else {
regs.prefetch020[2] = (uae_u16)regs.cacheholdingdata020;
}
- do_cycles_ce020_internal (2);
regs.db = regs.prefetch020[0];
+ do_cycles_ce020_internal(2);
return v;
}
regs.prefetch020[2] = (uae_u16)regs.cacheholdingdata020;
}
regs.db = regs.prefetch020[0];
- do_cycles_ce020_internal (2);
+ do_cycles_ce020_internal(2);
return v;
}
regs.prefetch020_valid[0] = regs.prefetch020_valid[1] = regs.prefetch020_valid[2] = 0;
fill_icache030(pc);
- if (currprefs.cpu_cycle_exact)
- do_cycles_ce020_internal(2);
if (pc2 & 2) {
idx = add_prefetch_030(idx, regs.cacheholdingdata020, pc2);
} else {
}
fill_icache030(pc + 4);
- if (currprefs.cpu_cycle_exact)
- do_cycles_ce020_internal(2);
if (pc2 & 2) {
idx = add_prefetch_030(idx, regs.cacheholdingdata020 >> 16, pc2);
idx = add_prefetch_030(idx, regs.cacheholdingdata020, pc2);
pc &= ~3;
fill_icache030(pc);
- if (currprefs.cpu_cycle_exact)
- do_cycles_ce020_internal(2);
if (pc2 & 2) {
idx = add_prefetch_030(idx, regs.cacheholdingdata020, pc_orig);
} else {
if (idx < 3) {
fill_icache030(pc + 4);
- if (currprefs.cpu_cycle_exact)
- do_cycles_ce020_internal(2);
if (pc2 & 2) {
idx = add_prefetch_030(idx, regs.cacheholdingdata020 >> 16, pc_orig);
if (idx < 3)
reset_pipeline_state();
fill_icache020 (pc, true);
- if (currprefs.cpu_cycle_exact)
- do_cycles_ce020_internal(2);
if (pc2 & 2) {
idx = add_prefetch_030(idx, regs.cacheholdingdata020, pc);
} else {
}
fill_icache020 (pc + 4, true);
- if (currprefs.cpu_cycle_exact)
- do_cycles_ce020_internal(2);
if (pc2 & 2) {
idx = add_prefetch_030(idx, regs.cacheholdingdata020 >> 16, pc);
idx = add_prefetch_030(idx, regs.cacheholdingdata020, pc);