summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/sound/msm5232.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/sound/msm5232.c')
-rw-r--r--src/emu/sound/msm5232.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/emu/sound/msm5232.c b/src/emu/sound/msm5232.c
index 0853d38acb2..ef065e1f5ec 100644
--- a/src/emu/sound/msm5232.c
+++ b/src/emu/sound/msm5232.c
@@ -179,8 +179,8 @@ static void msm5232_init_tables( MSM5232 *chip )
#if 0
{
/* rate tables (in miliseconds) */
- static int ATBL[8] = { 2,4,8,16, 32,64, 32,64};
- static int DTBL[16]= { 40,80,160,320, 640,1280, 640,1280,
+ static const int ATBL[8] = { 2,4,8,16, 32,64, 32,64};
+ static const int DTBL[16]= { 40,80,160,320, 640,1280, 640,1280,
333,500,1000,2000, 4000,8000, 4000,8000};
for (i=0; i<8; i++)
{