mirror of
https://github.com/holub/mame
synced 2025-04-24 17:30:55 +03:00
-arm710t: Fixed CPUID value in order to make psion5mx happy. [Ryan Holtz]
This commit is contained in:
parent
0c0198054d
commit
5fb8cc18ad
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user