summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/psx.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/psx.c')
-rw-r--r--src/mame/machine/psx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/machine/psx.c b/src/mame/machine/psx.c
index be4ffe996b3..d1d9216b3f3 100644
--- a/src/mame/machine/psx.c
+++ b/src/mame/machine/psx.c
@@ -997,7 +997,7 @@ static UINT16 m_p_n_mdec_r5[ 256 * 3 ];
static UINT16 m_p_n_mdec_g5[ 256 * 3 ];
static UINT16 m_p_n_mdec_b5[ 256 * 3 ];
-static UINT32 m_p_n_mdec_zigzag[ DCTSIZE2 ] =
+static const UINT32 m_p_n_mdec_zigzag[ DCTSIZE2 ] =
{
0, 1, 8, 16, 9, 2, 3, 10,
17, 24, 32, 25, 18, 11, 4, 5,