dingusppc/cpu/ppc
joevt acdb14a10a Recalculate execution block after RFI.
While booting Mac OS X 10.2 installer CD, a return from RFI didn't change the instruction address virtual memory page but did change the physical memory page so we must always recalculate the physical address after RFI.
Perhaps there are other cases where this may be required?
2023-09-26 00:13:11 +02:00
..
test FP Opcode Test Fixes 2021-10-30 16:43:13 -07:00
CMakeLists.txt Fix includes for loguru and SDL. 2021-09-16 00:46:38 +02:00
poweropcodes.cpp Merge 'hard-disks' branch. 2023-04-17 01:20:38 +02:00
ppcdisasm.cpp Add missing licence headers, update license date. 2021-10-23 21:00:31 +02:00
ppcdisasm.h Add missing licence headers, update license date. 2021-10-23 21:00:31 +02:00
ppcemu.h Add is_601 flag for selecting MPC601 specific behavior. 2023-09-18 21:20:59 +02:00
ppcexceptions.cpp Decrementer exception changes. 2023-08-10 00:46:04 +02:00
ppcexec.cpp Recalculate execution block after RFI. 2023-09-26 00:13:11 +02:00
ppcfpopcodes.cpp ppcfpopcodes: add missing std:: prefixes. 2022-02-17 00:20:18 +01:00
ppcmmu.cpp Add separate flags for instruction and data TLBs. 2023-09-25 23:42:32 +02:00
ppcmmu.h dbdma: noop incomplete LOAD_QUAD & STORE_QUAD. 2023-09-18 20:20:25 +02:00
ppcopcodes.cpp heathrow: implement native interrupt mode. 2023-09-25 12:22:17 +02:00