summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/scramble.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/scramble.c')
-rw-r--r--src/mame/machine/scramble.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/machine/scramble.c b/src/mame/machine/scramble.c
index 5dc2aae78ee..1259075a52a 100644
--- a/src/mame/machine/scramble.c
+++ b/src/mame/machine/scramble.c
@@ -66,7 +66,7 @@ MACHINE_RESET( explorer )
static READ8_HANDLER( scrambls_input_port_2_r )
{
- static UINT8 mask[] = { 0x20, 0x20, 0x80, 0xA0, 0xA0, 0xA0, 0xA0, 0xA0 };
+ static const UINT8 mask[] = { 0x20, 0x20, 0x80, 0xA0, 0xA0, 0xA0, 0xA0, 0xA0 };
UINT8 res;