summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/e132xs/e132xsop.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/cpu/e132xs/e132xsop.c')
-rw-r--r--src/emu/cpu/e132xs/e132xsop.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/cpu/e132xs/e132xsop.c b/src/emu/cpu/e132xs/e132xsop.c
index 5c610189632..a0d297052ad 100644
--- a/src/emu/cpu/e132xs/e132xsop.c
+++ b/src/emu/cpu/e132xs/e132xsop.c
@@ -1842,7 +1842,7 @@ static void hyperstone_opff(UINT16 opcode)
}
-static void (*hyperstone_op[0x100])(UINT16 opcode) =
+static void (*const hyperstone_op[0x100])(UINT16 opcode) =
{
hyperstone_op00, hyperstone_op01, hyperstone_op02, hyperstone_op03,
hyperstone_op04, hyperstone_op05, hyperstone_op06, hyperstone_op07,