summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/machine/sgi.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/machine/sgi.c')
-rw-r--r--src/mess/machine/sgi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mess/machine/sgi.c b/src/mess/machine/sgi.c
index 4f439ccb856..9791c6f7c50 100644
--- a/src/mess/machine/sgi.c
+++ b/src/mess/machine/sgi.c
@@ -505,7 +505,7 @@ void sgi_mc_init(running_machine &machine)
// if Indigo2, ID appropriately
if (!strcmp(machine.system().name, "ip244415"))
{
- pMC->nSysID = 0x11; // rev. B MC, EISA bus present
+ pMC->nSysID = 0x11; // rev. B MC, EISA bus present
}
sgi_mc_timer_init(machine);