summaryrefslogtreecommitdiffstats
path: root/src/devices/cpu/rw5000/b6000.cpp
diff options
context:
space:
mode:
author Robbbert <Robbbert@users.noreply.github.com>2022-06-14 16:33:21 +1000
committer Robbbert <Robbbert@users.noreply.github.com>2022-06-14 16:33:21 +1000
commit1f26ec6836364ef523aa4e375c63186bd8fe323f (patch)
tree883f691395a7fbe71865a624844942d28124d7a8 /src/devices/cpu/rw5000/b6000.cpp
parent4a4b718bc9d32b4cd55a90762c960165be2f6043 (diff)
parent6741eca4d61627072710dc86f458f34a3acf7c5c (diff)
Merge remote-tracking branch 'upstream/master'
# Conflicts: # scripts/build/verinfo.py # scripts/resources/windows/mame/mame.rc # scripts/src/main.lua # src/mame/drivers/8080bw.cpp
Diffstat (limited to 'src/devices/cpu/rw5000/b6000.cpp')
-rw-r--r--src/devices/cpu/rw5000/b6000.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/cpu/rw5000/b6000.cpp b/src/devices/cpu/rw5000/b6000.cpp
index f41ebfbbf48..3b18d4793b0 100644
--- a/src/devices/cpu/rw5000/b6000.cpp
+++ b/src/devices/cpu/rw5000/b6000.cpp
@@ -68,7 +68,7 @@ void b6000_cpu_device::device_reset()
// digit segment decoder
u16 b6000_cpu_device::decode_digit(u8 data)
{
- static u8 lut_segs[0x10] =
+ static const u8 lut_segs[0x10] =
{
// 0-9 same as B5000
0x3f, 0x06, 0x5b, 0x4f, 0x66, 0x6d, 0x7d, 0x07, 0x7f, 0x6f,