Commit Graph

13 Commits (088fab743fcff848b342efd52bfccaf6ee62a72f)

Author SHA1 Message Date
Lioncash 088fab743f arm: Remove TRUE/FALSE defines
- Removed the Debug parameter from ARMul_State since it isn't used.
- Changed ARMul_CoProInit to a void function. It always returned true.
10 years ago
Lioncash f44781fd7b arm: Adios armemu 10 years ago
Lioncash fc1a9e35fb arm: Move headers over to pragma once 10 years ago
Lioncash 09a66860e2 arm: Throw out a lot of unnecessary code 10 years ago
Lioncash d00c22c706 dyncom: Implement QADD/QSUB/QDADD/QDSUB 10 years ago
Lioncash 3337b84620 dyncom: Implement SMLAD/SMUAD/SMLSD/SMUSD 10 years ago
Lioncash 7d322b5c6f dyncom: Implement USAD8/USADA8 10 years ago
Lioncash 059c65a27a armemu: Fix underflows in USAD8/USADA8
Initially reported by xdec.
10 years ago
Lioncash 79a7a432c5 armemu: Set the Q flag properly for SMLAD/SMUAD 10 years ago
Lioncash 8e2accd974 armemu: Fix construction of the CPSR 10 years ago
Yuri Kunde Schlesner 0600e2d8b5 Convert old logging calls to new logging macros 10 years ago
Yuri Kunde Schlesner 924bbde89b Change some SkyEye defines to const ints
This prevents them from interfering with other constants defined in
different namespaces.
11 years ago
bunnei b5e6524594 ARM: Reorganized file structure to move shared SkyEye code to a more common area.
Removed s_ prefix
11 years ago