Updated CPU (markdown)

sairathnavamsi 2015-04-05 00:45:29 -07:00
parent 8a5f947a42
commit b02bcd972d

2
CPU.md

@ -2,6 +2,6 @@ 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, work has been started on that but very less progress.
There are no plans for support ARM9 yet. There are no plans for support ARM9 yet.