aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/chips/dosbox/dbopl.cpp2
-rw-r--r--src/chips/nuked/nukedopl3.c2
-rw-r--r--src/chips/nuked/nukedopl3_174.c2
3 files changed, 3 insertions, 3 deletions
diff --git a/src/chips/dosbox/dbopl.cpp b/src/chips/dosbox/dbopl.cpp
index 3b0d73d..2c00db2 100644
--- a/src/chips/dosbox/dbopl.cpp
+++ b/src/chips/dosbox/dbopl.cpp
@@ -220,7 +220,7 @@ static const Bit8u KslShiftTable[4] = {
};
// Pan law table
-static Bit16u PanLawTable[] =
+static const Bit16u PanLawTable[] =
{
65535, 65529, 65514, 65489, 65454, 65409, 65354, 65289,
65214, 65129, 65034, 64929, 64814, 64689, 64554, 64410,
diff --git a/src/chips/nuked/nukedopl3.c b/src/chips/nuked/nukedopl3.c
index 80a8975..267e67a 100644
--- a/src/chips/nuked/nukedopl3.c
+++ b/src/chips/nuked/nukedopl3.c
@@ -181,7 +181,7 @@ static const Bit8u ch_slot[18] = {
* Pan law table
*/
-static Bit16u panlawtable[] =
+static const Bit16u panlawtable[] =
{
65535, 65529, 65514, 65489, 65454, 65409, 65354, 65289,
65214, 65129, 65034, 64929, 64814, 64689, 64554, 64410,
diff --git a/src/chips/nuked/nukedopl3_174.c b/src/chips/nuked/nukedopl3_174.c
index 2f7d874..8f818d4 100644
--- a/src/chips/nuked/nukedopl3_174.c
+++ b/src/chips/nuked/nukedopl3_174.c
@@ -233,7 +233,7 @@ static const Bit8u ch_slot[18] = {
* Pan law table
*/
-static Bit16u panlawtable[] =
+static const Bit16u panlawtable[] =
{
65535, 65529, 65514, 65489, 65454, 65409, 65354, 65289,
65214, 65129, 65034, 64929, 64814, 64689, 64554, 64410,