summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/mips/mips3com.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/cpu/mips/mips3com.cpp')
-rw-r--r--src/devices/cpu/mips/mips3com.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/devices/cpu/mips/mips3com.cpp b/src/devices/cpu/mips/mips3com.cpp
index 3893dfb19e0..94c7d2d9683 100644
--- a/src/devices/cpu/mips/mips3com.cpp
+++ b/src/devices/cpu/mips/mips3com.cpp
@@ -303,6 +303,12 @@ uint32_t mips3_device::compute_prid_register()
{
switch (m_flavor)
{
+ case MIPS3_TYPE_R4000:
+ return 0x0400;
+
+ case MIPS3_TYPE_R4400:
+ return 0x0440;
+
case MIPS3_TYPE_VR4300:
return 0x0b00;