dingusppc/cpu/ppc
joevt 15e132c824 cmake: Add header files in CMakeLists.txt.
So they will appear in Xcode project.

mkdir -p dingusppc/build-xcode
cd       dingusppc/build-xcode
cmake -G Xcode ..
xcodebuild -configuration Release
2024-03-01 19:41:43 -07:00
..
test ppctest: Fix floating-point tests. 2024-02-10 14:56:21 -07:00
CMakeLists.txt cmake: Add header files in CMakeLists.txt. 2024-03-01 19:41:43 -07:00
poweropcodes.cpp poweropcodes: lscbx cleanup. 2024-03-01 07:46:04 -07:00
ppcdisasm.cpp Fix comment. 2023-10-02 15:06:06 +02:00
ppcdisasm.h Add missing licence headers, update license date. 2021-10-23 21:00:31 +02:00
ppcemu.h debugger: Add more register names for reg_op. 2024-02-29 07:46:16 -07:00
ppcexceptions.cpp Revert Memory exceptions use mmu handler. 2024-02-20 18:22:55 -07:00
ppcexec.cpp debugger: Fix repeated until. 2024-02-29 18:57:11 -07:00
ppcfpopcodes.cpp Clean-up for loading instructions 2024-03-01 07:57:46 -07:00
ppcmmu.cpp debugger: Add mregs command. 2024-02-29 21:46:44 -07:00
ppcmmu.h Inline ppc_set_cur_instruction 2023-12-02 15:12:02 -08:00
ppcopcodes.cpp Continued clean-up 2024-03-01 19:40:46 -07:00