summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/exidy.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/exidy.c')
-rw-r--r--src/mame/drivers/exidy.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/exidy.c b/src/mame/drivers/exidy.c
index 067f01fddf8..4705373dff8 100644
--- a/src/mame/drivers/exidy.c
+++ b/src/mame/drivers/exidy.c
@@ -791,7 +791,7 @@ GFXDECODE_END
*
*************************************/
-static const char *targ_sample_names[] =
+static const char *const targ_sample_names[] =
{
"*targ",
"expl.wav",
@@ -803,7 +803,7 @@ static const char *targ_sample_names[] =
};
-static struct Samplesinterface targ_samples_interface =
+static const struct Samplesinterface targ_samples_interface =
{
4, /* 3 Channels */
targ_sample_names,