diff options
Diffstat (limited to 'src/emu/sound/k007232.c')
| -rw-r--r-- | src/emu/sound/k007232.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/emu/sound/k007232.c b/src/emu/sound/k007232.c index 53c33c346e7..3e4f609bfee 100644 --- a/src/emu/sound/k007232.c +++ b/src/emu/sound/k007232.c @@ -58,7 +58,7 @@ typedef struct kdacApcm #if 0 -static int kdac_note[] = { +static const int kdac_note[] = { 261.63/8, 277.18/8, 293.67/8, 311.13/8, 329.63/8, @@ -70,7 +70,7 @@ static int kdac_note[] = { 523.25/8, }; -static float kdaca_fn[][2] = { +static const float kdaca_fn[][2] = { /* B */ { 0x03f, 493.88/8 }, /* ?? */ { 0x11f, 493.88/4 }, /* ?? */ |
