summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/audio/gyruss.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/audio/gyruss.c')
-rw-r--r--src/mame/audio/gyruss.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/audio/gyruss.c b/src/mame/audio/gyruss.c
index 92c0bdbddc1..9c6cbed2e7f 100644
--- a/src/mame/audio/gyruss.c
+++ b/src/mame/audio/gyruss.c
@@ -21,7 +21,7 @@
/* Bit 3 comes from the QA output of the LS90 producing a sequence of */
/* 0, 0, 0, 0, 0, 1, 1, 1, 1, 1 */
-static int gyruss_timer[10] =
+static const int gyruss_timer[10] =
{
0x00, 0x01, 0x02, 0x03, 0x04, 0x09, 0x0a, 0x0b, 0x0a, 0x0d
};