dingusppc/cpu/ppc
joevt 30afcb6ddc ppcmmu: Allow map dma for last byte of region.
cur_dma_rgn->end is the last byte of a region. It is not the byte after the region. Therefore, subtract 1 from size before doing compare.

Also add more detail to the abort messages.
2024-04-24 06:50:53 -07:00
..
test cpu: Add cpu options to ppc_cpu_init. 2024-04-10 06:43:18 -07:00
CMakeLists.txt
poweropcodes.cpp poweropcodes: Remove power_setsoov. 2024-04-10 07:30:06 -07:00
ppcdisasm.cpp
ppcdisasm.h
ppcemu.h ppcopcodes: Fixes for SPRs. 2024-04-10 07:21:54 -07:00
ppcexceptions.cpp
ppcexec.cpp ppcexec: Improve realtime. 2024-04-21 07:16:47 -07:00
ppcfpopcodes.cpp Implement VX and FEX updates for mtfsfi 2024-04-09 21:11:09 -07:00
ppcmacros.h cpu: Add ppc_grab_regssash macro. 2024-04-10 06:43:34 -07:00
ppcmmu.cpp ppcmmu: Allow map dma for last byte of region. 2024-04-24 06:50:53 -07:00
ppcmmu.h
ppcopcodes.cpp ppcopcodes: Fixes for SPRs. 2024-04-10 07:21:54 -07:00