summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/tms34010/34010tbl.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/cpu/tms34010/34010tbl.c')
-rw-r--r--src/emu/cpu/tms34010/34010tbl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/cpu/tms34010/34010tbl.c b/src/emu/cpu/tms34010/34010tbl.c
index 2e08b9ca29c..ef07d0dd6f7 100644
--- a/src/emu/cpu/tms34010/34010tbl.c
+++ b/src/emu/cpu/tms34010/34010tbl.c
@@ -394,7 +394,7 @@ static void vlcol(void);
/* Opcode Table */
-static void (*opcode_table[65536 >> 4])(void) =
+static void (*const opcode_table[65536 >> 4])(void) =
{
/* 0x0000 0x0010 0x0020 0x0030 ... 0x00f0 */
unimpl, unimpl, rev_a, rev_b, idle, unimpl, unimpl, unimpl,