mirror of
https://github.com/holub/mame
synced 2025-04-22 16:31:49 +03:00
sgi: install a revision C controller (nw)
This commit is contained in:
parent
e4c012d55d
commit
094f883c3d
@ -85,11 +85,11 @@ void sgi_mc_device::device_start()
|
||||
// if Indigo2, ID appropriately
|
||||
if (!strcmp(machine().system().name, "ip244415"))
|
||||
{
|
||||
m_sys_id = 0x12; // rev. C MC, EISA bus present
|
||||
m_sys_id = 0x13; // rev. C MC, EISA bus present
|
||||
}
|
||||
else
|
||||
{
|
||||
m_sys_id = 0x02; // rev. C MC, no EISA bus
|
||||
m_sys_id = 0x03; // rev. C MC, no EISA bus
|
||||
}
|
||||
|
||||
m_rpss_timer = timer_alloc(TIMER_RPSS);
|
||||
|
Loading…
Reference in New Issue
Block a user