mirror of
https://github.com/holub/mame
synced 2025-05-29 09:03:08 +03:00
mips3: Added correct R5271 processor id (nw)
This commit is contained in:
parent
a6a9163d8a
commit
889b795306
@ -326,9 +326,11 @@ uint32_t mips3_device::compute_prid_register()
|
||||
return 0x2d23;
|
||||
|
||||
case MIPS3_TYPE_R5000:
|
||||
case MIPS3_TYPE_QED5271:
|
||||
return 0x2300;
|
||||
|
||||
case MIPS3_TYPE_QED5271:
|
||||
return 0x2800;
|
||||
|
||||
case MIPS3_TYPE_RM7000:
|
||||
return 0x2700;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user