summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/sound/tms3615.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/sound/tms3615.c')
-rw-r--r--src/emu/sound/tms3615.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/sound/tms3615.c b/src/emu/sound/tms3615.c
index 46225348ccd..1b3212627e6 100644
--- a/src/emu/sound/tms3615.c
+++ b/src/emu/sound/tms3615.c
@@ -7,7 +7,7 @@
#define TONES 13
-static int divisor[TONES] = { 478, 451, 426, 402, 379, 358, 338, 319, 301, 284, 268, 253, 239 };
+static const int divisor[TONES] = { 478, 451, 426, 402, 379, 358, 338, 319, 301, 284, 268, 253, 239 };
struct TMS3615 {
sound_stream *channel; /* returned by stream_create() */