summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/ps2dma.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/ps2dma.cpp')
-rw-r--r--src/devices/machine/ps2dma.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/ps2dma.cpp b/src/devices/machine/ps2dma.cpp
index 678f106025e..d0779ca7686 100644
--- a/src/devices/machine/ps2dma.cpp
+++ b/src/devices/machine/ps2dma.cpp
@@ -604,7 +604,7 @@ READ32_MEMBER(ps2_dmac_device::channel_r)
WRITE32_MEMBER(ps2_dmac_device::channel_w)
{
- static const char* mode_strings[4] = { "Normal", "Chain", "Interleave", "Undefined" };
+ static char const *const mode_strings[4] = { "Normal", "Chain", "Interleave", "Undefined" };
switch (offset + 0x8000/8)
{