From 9ccddc787800dee95d0ca18321f75c65a5b67f13 Mon Sep 17 00:00:00 2001 From: sairathnavamsi <sairathnavamsi1@gmail.com> Date: Mon, 6 Apr 2015 22:04:38 -0700 Subject: [PATCH] Updated CPU (markdown) --- CPU.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CPU.md b/CPU.md index 778e0f8..212ae88 100644 --- a/CPU.md +++ b/CPU.md @@ -4,4 +4,6 @@ Dyncom originally supported ARM7 (ARMv5) and partial ARMv6 only. We added in the There are plans to implement a dynamic recompiler that will fall back into dyncom for unimplemented instructions; work has been started on this but very little progress has been made. -There are no plans for emulating the ARM9 chip in the 3DS, which is mainly used for security purposes as well as DS games. \ No newline at end of file +There are no plans for emulating the ARM9 chip in the 3DS, which is mainly used for security purposes. + +There are no plans for backward compactability (DS games) too. \ No newline at end of file