summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/audio/targ.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/audio/targ.c')
-rw-r--r--src/mame/audio/targ.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/audio/targ.c b/src/mame/audio/targ.c
index 5d718d958cd..15f01fa7426 100644
--- a/src/mame/audio/targ.c
+++ b/src/mame/audio/targ.c
@@ -35,7 +35,7 @@ static UINT8 tone_prom[32] =
};
/* waveforms for the audio hardware */
-static INT16 waveform1[32] =
+static const INT16 waveform1[32] =
{
/* sine-wave */
0x0F0F, 0x0F0F, 0x0F0F, 0x0606, 0x0606, 0x0909, 0x0909, 0x0606, 0x0606, 0x0909, 0x0606, 0x0D0D, 0x0F0F, 0x0F0F, 0x0D0D, 0x0000,