summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/sgi_ip6.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/drivers/sgi_ip6.c')
-rw-r--r--src/mess/drivers/sgi_ip6.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mess/drivers/sgi_ip6.c b/src/mess/drivers/sgi_ip6.c
index 6cfee1b3abf..810c1877d10 100644
--- a/src/mess/drivers/sgi_ip6.c
+++ b/src/mess/drivers/sgi_ip6.c
@@ -225,9 +225,9 @@ ADDRESS_MAP_END
static const r3000_cpu_core config =
{
- 0, /* 1 if we have an FPU, 0 otherwise */
- 4096, /* code cache size */
- 4096 /* data cache size */
+ 0, /* 1 if we have an FPU, 0 otherwise */
+ 4096, /* code cache size */
+ 4096 /* data cache size */
};
static MACHINE_CONFIG_START( sgi_ip6, sgi_ip6_state )