Updated CPU (markdown)

sairathnavamsi 2015-04-05 00:42:54 -07:00
parent a3507cb515
commit 8a5f947a42

2
CPU.md

@ -3,3 +3,5 @@ Citra's current CPU core is an ARM interpreter called "dyncom", which was origin
Dyncom originally supported ARM7 (ARMv5) and partial ARMv6 only. We added in the remaining ARMv6 media instructions and other fixes ourselves to get 3DS emulation as far as it is. Dyncom originally supported ARM7 (ARMv5) and partial ARMv6 only. We added in the remaining ARMv6 media instructions and other fixes ourselves to get 3DS emulation as far as it is.
There are plans to implement a dynamic recompiler that will fallback into dyncom for unimplemented instructions, but no work has been started on that yet. There are plans to implement a dynamic recompiler that will fallback into dyncom for unimplemented instructions, but no work has been started on that yet.
There are no plans for support ARM9 yet.