summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author MooglyGuy <therealmogminer@gmail.com>2020-01-02 12:12:54 +0100
committer MooglyGuy <therealmogminer@gmail.com>2020-01-02 12:13:57 +0100
commit5fb8cc18ad354fbdf8e852249571985a95fb7ce6 (patch)
treefa5e8934ba374f822cb3bde2034222dff1f03260
parent0c0198054d5599852aab00692d45f932e35a4f80 (diff)
-arm710t: Fixed CPUID value in order to make psion5mx happy. [Ryan Holtz]
-rw-r--r--src/devices/cpu/arm7/arm7.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/devices/cpu/arm7/arm7.cpp b/src/devices/cpu/arm7/arm7.cpp
index af0bbe87c78..ade9b9ebb2d 100644
--- a/src/devices/cpu/arm7/arm7.cpp
+++ b/src/devices/cpu/arm7/arm7.cpp
@@ -111,7 +111,6 @@ arm710t_cpu_device::arm710t_cpu_device(const machine_config &mconfig, const char
: arm7_cpu_device(mconfig, ARM710T, tag, owner, clock, 4, ARCHFLAG_MODE26, ENDIANNESS_LITTLE)
{
m_copro_id = ARM9_COPRO_ID_MFR_ARM
- | ARM9_COPRO_ID_ARCH_V4
| ARM9_COPRO_ID_PART_ARM710
| 0x00800000;
}