summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/audio/scramble.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/audio/scramble.c')
-rw-r--r--src/mame/audio/scramble.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/audio/scramble.c b/src/mame/audio/scramble.c
index 734fc187c8f..3a7632a1393 100644
--- a/src/mame/audio/scramble.c
+++ b/src/mame/audio/scramble.c
@@ -36,7 +36,7 @@
/* Bit 7 comes from the QA output of the LS90 producing a sequence of */
/* 0, 0, 0, 0, 0, 1, 1, 1, 1, 1 */
-static int scramble_timer[10] =
+static const int scramble_timer[10] =
{
0x00, 0x10, 0x20, 0x30, 0x40, 0x90, 0xa0, 0xb0, 0xa0, 0xd0
};
@@ -78,7 +78,7 @@ READ8_HANDLER( scramble_portB_r )
/* Bit 7 comes from the QA output of the LS90 producing a sequence of */
/* 0, 0, 0, 0, 0, 1, 1, 1, 1, 1 */
-static int frogger_timer[10] =
+static const int frogger_timer[10] =
{
0x00, 0x10, 0x08, 0x18, 0x40, 0x90, 0x88, 0x98, 0x88, 0xd0
};