summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/gaelco2.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/gaelco2.c')
-rw-r--r--src/mame/drivers/gaelco2.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/mame/drivers/gaelco2.c b/src/mame/drivers/gaelco2.c
index ae092f138eb..c2eb3de0a6e 100644
--- a/src/mame/drivers/gaelco2.c
+++ b/src/mame/drivers/gaelco2.c
@@ -183,7 +183,7 @@ PORT_START /* COINSW & SERVICESW */
PORT_BIT( 0xffc0, IP_ACTIVE_LOW, IPT_UNKNOWN )
INPUT_PORTS_END
-static struct gaelcosnd_interface maniacsq_snd_interface =
+static const struct gaelcosnd_interface maniacsq_snd_interface =
{
REGION_GFX1, /* memory region */
{ 0*0x0080000, 1*0x0080000, 0, 0 }, /* start of each ROM bank */
@@ -334,7 +334,7 @@ PORT_START /* COINSW & Service */
PORT_BIT( 0xff, 0x80, IPT_LIGHTGUN_Y ) PORT_CROSSHAIR(Y, 1.0, -6.0 / 240, 0) PORT_SENSITIVITY(35) PORT_KEYDELTA(15) PORT_PLAYER(2)
INPUT_PORTS_END
-static struct gaelcosnd_interface bang_snd_interface =
+static const struct gaelcosnd_interface bang_snd_interface =
{
REGION_GFX1, /* memory region */
{ 0*0x0200000, 1*0x0200000, 2*0x0200000, 3*0x0200000 } /* start of each ROM bank */
@@ -537,7 +537,7 @@ PORT_START /* COINSW & Service */
PORT_BIT( 0xffc0, IP_ACTIVE_LOW, IPT_UNKNOWN )
INPUT_PORTS_END
-static struct gaelcosnd_interface alighunt_snd_interface =
+static const struct gaelcosnd_interface alighunt_snd_interface =
{
REGION_GFX1, /* memory region */
{ 0*0x0400000, 1*0x0400000, 2*0x0400000, 3*0x0400000 } /* start of each ROM bank */
@@ -798,7 +798,7 @@ PORT_START /* Fake: To switch between monitors at run time */
PORT_BIT(0x01, IP_ACTIVE_HIGH, IPT_SERVICE4 ) PORT_TOGGLE
INPUT_PORTS_END
-static struct gaelcosnd_interface touchgo_snd_interface =
+static const struct gaelcosnd_interface touchgo_snd_interface =
{
REGION_GFX1, /* memory region */
{ 0*0x0400000, 1*0x0400000, 0, 0 } /* start of each ROM bank */
@@ -1001,7 +1001,7 @@ PORT_START /* COINSW & Service */
/* bits 6 & 7 are used for accessing the NVRAM */
INPUT_PORTS_END
-static struct gaelcosnd_interface snowboar_snd_interface =
+static const struct gaelcosnd_interface snowboar_snd_interface =
{
REGION_GFX1, /* memory region */
{ 0*0x0400000, 1*0x0400000, 0, 0 } /* start of each ROM bank */
@@ -1244,7 +1244,7 @@ PORT_START /* Fake: To switch between monitors at run time */
PORT_BIT(0x01, IP_ACTIVE_HIGH, IPT_SERVICE4 ) PORT_TOGGLE
INPUT_PORTS_END
-static struct gaelcosnd_interface wrally2_snd_interface =
+static const struct gaelcosnd_interface wrally2_snd_interface =
{
REGION_GFX1, /* memory region */
{ 0*0x0200000, 1*0x0200000, 0, 0 } /* start of each ROM bank */