From: George Wright Date: Sat, 7 Dec 2024 19:47:41 +0000 (-0800) Subject: change coprocessor id to strongarm X-Git-Url: http://git.gwright.org.uk/?a=commitdiff_plain;h=ffa1357f26d863d9bde8b454abdc3bc51b43f972;p=WindEmu.git change coprocessor id to strongarm --- diff --git a/WindCore/arm710.h b/WindCore/arm710.h index 72fab7d..fce6cc0 100644 --- a/WindCore/arm710.h +++ b/WindCore/arm710.h @@ -61,7 +61,7 @@ public: ARM710(bool _isTVersion) { isTVersion = _isTVersion; - cp15_id = /*0x4401A111;*/ _isTVersion ? 0x41807100 : 0x41047100; + cp15_id = 0x4401A111;// _isTVersion ? 0x41807100 : 0x41047100; clearAllValues(); } virtual ~ARM710() { }