summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/seattle.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/seattle.c')
-rw-r--r--src/mame/drivers/seattle.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mame/drivers/seattle.c b/src/mame/drivers/seattle.c
index a35277a764f..2ee0746766f 100644
--- a/src/mame/drivers/seattle.c
+++ b/src/mame/drivers/seattle.c
@@ -587,7 +587,7 @@ static void ide_interrupt(int state)
}
-static struct ide_interface ide_intf =
+static const struct ide_interface ide_intf =
{
ide_interrupt
};
@@ -614,7 +614,7 @@ static void ethernet_interrupt(int state)
}
-static struct smc91c9x_interface ethernet_intf =
+static const struct smc91c9x_interface ethernet_intf =
{
ethernet_interrupt
};
@@ -2447,7 +2447,7 @@ INPUT_PORTS_END
*
*************************************/
-static struct mips3_config config =
+static const struct mips3_config config =
{
16384, /* code cache size */
16384, /* data cache size */