Skip to content

Commit f74a066

Browse files
author
Adam
committed
- TEMP disable cancelling bus error iff during prefetch; seems to make many things work
- what we actually want is a way of knowing its a prefetch memory_r()
1 parent e5e8a25 commit f74a066

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/devices/cpu/m68000/m68kcpu.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -608,7 +608,7 @@ inline u32 m68ki_read_imm_16()
608608
m_pref_data = m68ki_ic_readimm16(m_pc);
609609
m_pref_addr = m_mmu_tmp_buserror_occurred ? ~0 : m_pc;
610610
// ignore bus error on prefetch
611-
m_mmu_tmp_buserror_occurred = 0;
611+
//AB m_mmu_tmp_buserror_occurred = 0;
612612
}
613613

614614
return result;

0 commit comments

Comments
 (0)