summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/sound/ymdeltat.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/sound/ymdeltat.c')
-rw-r--r--src/emu/sound/ymdeltat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/sound/ymdeltat.c b/src/emu/sound/ymdeltat.c
index 2c91a0ca066..f37a6cacaf5 100644
--- a/src/emu/sound/ymdeltat.c
+++ b/src/emu/sound/ymdeltat.c
@@ -151,7 +151,7 @@ UINT8 YM_DELTAT_ADPCM_Read(YM_DELTAT *DELTAT)
/* 0-DRAM x1, 1-ROM, 2-DRAM x8, 3-ROM (3 is bad setting - not allowed by the manual) */
-static UINT8 dram_rightshift[4]={3,0,0,0};
+static const UINT8 dram_rightshift[4]={3,0,0,0};
/* DELTA-T ADPCM write register */
void YM_DELTAT_ADPCM_Write(YM_DELTAT *DELTAT,int r,int v)