summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/psx/mdec.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/cpu/psx/mdec.c')
-rw-r--r--src/emu/cpu/psx/mdec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/cpu/psx/mdec.c b/src/emu/cpu/psx/mdec.c
index 76409cde4d6..4dcd16bfeee 100644
--- a/src/emu/cpu/psx/mdec.c
+++ b/src/emu/cpu/psx/mdec.c
@@ -94,7 +94,7 @@ INLINE UINT16 psxreadword( UINT32 *p_n_psxram, UINT32 n_address )
static const UINT32 m_p_n_mdec_zigzag[ DCTSIZE2 ] =
{
- 0, 1, 8, 16, 9, 2, 3, 10,
+ 0, 1, 8, 16, 9, 2, 3, 10,
17, 24, 32, 25, 18, 11, 4, 5,
12, 19, 26, 33, 40, 48, 41, 34,
27, 20, 13, 6, 7, 14, 21, 28,