-arm710t: Fixed CPUID value in order to make psion5mx happy. [Ryan Holtz]

This commit is contained in:
MooglyGuy 2020-01-02 12:12:54 +01:00
parent 0c0198054d
commit 5fb8cc18ad

View File

@ -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;
}