mips1: avoid sgi 4d1-3b panic

* bump r2000 processor revision to avoid emulating a tlb bug
This commit is contained in:
Patrick Mackinlay 2024-04-05 12:18:05 +07:00
parent b43b6fc117
commit ca7daca08f

View File

@ -237,7 +237,7 @@ mips1_device_base::mips1_device_base(machine_config const &mconfig, device_type
}
r2000_device::r2000_device(machine_config const &mconfig, char const *tag, device_t *owner, u32 clock, size_t icache_size, size_t dcache_size)
: mips1_device_base(mconfig, R2000, tag, owner, clock, 0x0100, icache_size, dcache_size, false)
: mips1_device_base(mconfig, R2000, tag, owner, clock, 0x0120, icache_size, dcache_size, false)
{
}