summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/rw5000/b5000.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/cpu/rw5000/b5000.cpp')
-rw-r--r--src/devices/cpu/rw5000/b5000.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/cpu/rw5000/b5000.cpp b/src/devices/cpu/rw5000/b5000.cpp
index 41e636780a3..685fb1b5190 100644
--- a/src/devices/cpu/rw5000/b5000.cpp
+++ b/src/devices/cpu/rw5000/b5000.cpp
@@ -58,7 +58,7 @@ std::unique_ptr<util::disasm_interface> b5000_cpu_device::create_disassembler()
// digit segment decoder
u16 b5000_cpu_device::decode_digit(u8 data)
{
- static u8 lut_segs[0x10] =
+ static const u8 lut_segs[0x10] =
{
// 0-9 ok (6 and 9 have tails)
0x3f, 0x06, 0x5b, 0x4f, 0x66, 0x6d, 0x7d, 0x07, 0x7f, 0x6f,