diff options
Diffstat (limited to 'src/devices/cpu/rw5000/b6000.cpp')
-rw-r--r-- | src/devices/cpu/rw5000/b6000.cpp | 2 |
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, |