summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/copsnrob.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/copsnrob.c')
-rw-r--r--src/mame/machine/copsnrob.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/machine/copsnrob.c b/src/mame/machine/copsnrob.c
index 53186c867a6..ed5b3f78b61 100644
--- a/src/mame/machine/copsnrob.c
+++ b/src/mame/machine/copsnrob.c
@@ -7,7 +7,7 @@
#include "driver.h"
#include "copsnrob.h"
-static int gun_mask[] = {0x7e, 0x7d, 0x7b, 0x77, 0x6f, 0x5f, 0x3f};
+static const int gun_mask[] = {0x7e, 0x7d, 0x7b, 0x77, 0x6f, 0x5f, 0x3f};
// The gun control is a 7 position switch. I'm doing the following to
// emulate it: