Lioncash
|
d66a12c6f6
|
dyncom: Remove unused/unnecessary VFP cruft
|
2015-04-17 20:46:05 -04:00 |
|
Lioncash
|
473afa4530
|
arm: Set the A bit on reset.
This enum value is ORed against in ARMul_Reset (and used to refer to all interrupt bits in the CPSR). So simply updating this is enough.
|
2015-02-15 00:35:50 -05:00 |
|
Lioncash
|
a75e1ff6e6
|
arm: General cleanup
- Remove several typedefs for ARMul_State.
- Remove unused functions
- Remove unused/unnecessary headers
- Removed unused enums, etc.
|
2015-02-13 09:11:12 -05:00 |
|
Lioncash
|
e3f5c6366c
|
arm: Remove ARMul_EmulateInit
This was only used for armemu, which has since been removed. Removed components related to this as well.
|
2015-02-12 11:30:28 -05:00 |
|
Lioncash
|
93cd199633
|
arm: Change some more constants into enums
|
2015-02-11 10:14:20 -05:00 |
|
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.
|
2015-02-10 13:09:41 -05:00 |
|
Lioncash
|
f44781fd7b
|
arm: Adios armemu
|
2015-01-31 20:43:03 -05:00 |
|
Lioncash
|
fc1a9e35fb
|
arm: Move headers over to pragma once
|
2015-01-30 16:17:02 -05:00 |
|
Lioncash
|
09a66860e2
|
arm: Throw out a lot of unnecessary code
|
2015-01-30 13:32:03 -05:00 |
|
Lioncash
|
d00c22c706
|
dyncom: Implement QADD/QSUB/QDADD/QDSUB
|
2015-01-05 09:13:41 -05:00 |
|
Lioncash
|
3337b84620
|
dyncom: Implement SMLAD/SMUAD/SMLSD/SMUSD
|
2015-01-02 18:29:30 -05:00 |
|
Lioncash
|
7d322b5c6f
|
dyncom: Implement USAD8/USADA8
|
2014-12-28 12:40:51 -05:00 |
|
Lioncash
|
059c65a27a
|
armemu: Fix underflows in USAD8/USADA8
Initially reported by xdec.
|
2014-12-28 06:09:43 -05:00 |
|
Lioncash
|
79a7a432c5
|
armemu: Set the Q flag properly for SMLAD/SMUAD
|
2014-12-23 09:58:21 -05:00 |
|
Lioncash
|
8e2accd974
|
armemu: Fix construction of the CPSR
|
2014-12-22 23:51:59 -05:00 |
|
Yuri Kunde Schlesner
|
0600e2d8b5
|
Convert old logging calls to new logging macros
|
2014-12-13 02:08:02 -02:00 |
|
Yuri Kunde Schlesner
|
924bbde89b
|
Change some SkyEye defines to const ints
This prevents them from interfering with other constants defined in
different namespaces.
|
2014-11-24 16:47:01 -02:00 |
|
bunnei
|
b5e6524594
|
ARM: Reorganized file structure to move shared SkyEye code to a more common area.
Removed s_ prefix
|
2014-10-25 14:11:39 -04:00 |
|