mirror of
https://github.com/holub/mame
synced 2025-05-05 22:04:43 +03:00
mips1: avoid sgi 4d1-3b panic
* bump r2000 processor revision to avoid emulating a tlb bug
This commit is contained in:
parent
b43b6fc117
commit
ca7daca08f
@ -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)
|
||||
{
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user