dingusppc/cpu/ppc
joevt 4f45d7de35 cpu: Add cpu options to ppc_cpu_init.
The first option is a flag that enables MPC601 (POWER) instructions for CPUs that are not MPC601.
This can be useful for the following reasons:
1) To produce results similar to classic Mac OS which emulates MPC601 instructions on CPUs that don't implement MPC601 instructions. This option is used to compare the risu traces produced in Mac OS 9 on a G3 or G4 with DPPC.
2) May increase performance in apps that use POWER instructions on emulated machines with CPUs that are not MPC601. It is not known if any such apps exist but there could be since Apple included MPC601 emulation in classic Mac OS.
2024-04-10 06:43:18 -07:00
..
test cpu: Add cpu options to ppc_cpu_init. 2024-04-10 06:43:18 -07:00
CMakeLists.txt cmake: Add header files in CMakeLists.txt. 2024-03-01 19:41:43 -07:00
poweropcodes.cpp poweropcodes: cosmetic improvements. 2024-03-27 03:45:22 +01:00
ppcdisasm.cpp ppcdisasm: Fix order of operands. 2024-03-28 07:09:50 -07:00
ppcdisasm.h debugger: Add list of input and output registers. 2024-03-24 19:34:29 -07:00
ppcemu.h cpu: Add cpu options to ppc_cpu_init. 2024-04-10 06:43:18 -07:00
ppcexceptions.cpp ppcexec: Make EXEF_TIMER separate variable. 2024-03-31 12:15:48 -07:00
ppcexec.cpp cpu: Add cpu options to ppc_cpu_init. 2024-04-10 06:43:18 -07:00
ppcfpopcodes.cpp Implement VX and FEX updates for mtfsfi 2024-04-09 21:11:09 -07:00
ppcmacros.h Merge branch 'master' into cpu-refactor2 2024-03-25 07:45:21 -07:00
ppcmmu.cpp Removing currently unneeded functions 2024-04-09 18:34:36 -07:00
ppcmmu.h ppcmmu: Replace defines. 2024-04-09 07:57:48 -07:00
ppcopcodes.cpp ppcopcodes: Cleanup 3. 2024-03-28 07:36:40 -07:00