summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/gotya.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/gotya.c')
-rw-r--r--src/mame/drivers/gotya.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/gotya.c b/src/mame/drivers/gotya.c
index 9a1840b9bc8..c905f57b87a 100644
--- a/src/mame/drivers/gotya.c
+++ b/src/mame/drivers/gotya.c
@@ -146,7 +146,7 @@ static GFXDECODE_START( gotya )
GFXDECODE_END
-static const char *sample_names[] =
+static const char *const sample_names[] =
{ // Address triggered at
"*thehand",
"01.wav", /* game start tune */ // 075f
@@ -182,7 +182,7 @@ static const char *sample_names[] =
0
};
-static struct Samplesinterface samples_interface =
+static const struct Samplesinterface samples_interface =
{
4, /* 4 channels */
sample_names