summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/audio/rockola.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/audio/rockola.c')
-rw-r--r--src/mame/audio/rockola.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mame/audio/rockola.c b/src/mame/audio/rockola.c
index 1cc0988e4b7..d0aed2200b7 100644
--- a/src/mame/audio/rockola.c
+++ b/src/mame/audio/rockola.c
@@ -751,7 +751,7 @@ static int hd38880_data_bytes;
static double hd38880_speed;
-static void rockola_speech_w(UINT8 data, UINT16 *table, int start)
+static void rockola_speech_w(UINT8 data, const UINT16 *table, int start)
{
/*
bit description
@@ -894,7 +894,7 @@ static void rockola_speech_w(UINT8 data, UINT16 *table, int start)
WRITE8_HANDLER( vanguard_speech_w )
{
- static UINT16 vanguard_table[16] =
+ static const UINT16 vanguard_table[16] =
{
0x04000,
0x04325,
@@ -919,7 +919,7 @@ WRITE8_HANDLER( vanguard_speech_w )
WRITE8_HANDLER( fantasy_speech_w )
{
- static UINT16 fantasy_table[16] =
+ static const UINT16 fantasy_table[16] =
{
0x04000,
0x04297,