summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/taito_z.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/taito_z.c')
-rw-r--r--src/mame/drivers/taito_z.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/mame/drivers/taito_z.c b/src/mame/drivers/taito_z.c
index 31c65b164cd..069c65a15a4 100644
--- a/src/mame/drivers/taito_z.c
+++ b/src/mame/drivers/taito_z.c
@@ -1134,7 +1134,7 @@ logerror("CPU #0 PC %06x: warning - read unmapped stick offset %06x\n",activecpu
return 0xff;
}
-static UINT8 nightstr_stick[128]=
+static const UINT8 nightstr_stick[128]=
{
0xb8,0xb9,0xba,0xbb,0xbc,0xbd,0xbe,0xbf,0xc0,0xc1,0xc2,0xc3,0xc4,0xc5,0xc6,0xc7,
0xc8,0xc9,0xca,0xcb,0xcc,0xcd,0xce,0xcf,0xd0,0xd1,0xd2,0xd3,0xd4,0xd5,0xd6,0xd7,
@@ -2752,14 +2752,14 @@ static void irqhandlerb(int irq)
// cpunum_set_input_line(1,0,irq ? ASSERT_LINE : CLEAR_LINE);
}
-static struct YM2610interface ym2610_interface =
+static const struct YM2610interface ym2610_interface =
{
irqhandler,
REGION_SOUND2, /* Delta-T */
REGION_SOUND1 /* ADPCM */
};
-static struct YM2610interface ym2610_interfaceb =
+static const struct YM2610interface ym2610_interfaceb =
{
irqhandlerb,
REGION_SOUND2, /* Delta-T */
@@ -2786,7 +2786,7 @@ static int subwoofer_sh_start(const sound_config *msound)
return 0;
}
-static struct CustomSound_interface subwoofer_interface =
+static const struct CustomSound_interface subwoofer_interface =
{
subwoofer_sh_start,
0, /* none */