summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/gridlee.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/gridlee.c')
-rw-r--r--src/mame/drivers/gridlee.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/gridlee.c b/src/mame/drivers/gridlee.c
index ca61b4c224a..a5485057ca1 100644
--- a/src/mame/drivers/gridlee.c
+++ b/src/mame/drivers/gridlee.c
@@ -408,7 +408,7 @@ static struct CustomSound_interface custom_interface =
};
-static const char *sample_names[] =
+static const char *const sample_names[] =
{
"*gridlee",
"bounce1.wav",
@@ -416,7 +416,7 @@ static const char *sample_names[] =
0 /* end of array */
};
-static struct Samplesinterface samples_interface =
+static const struct Samplesinterface samples_interface =
{
8, /* 8 channels */
sample_names