summaryrefslogtreecommitdiffstatshomepage
path: root/src
diff options
context:
space:
mode:
author kazblox <kazbloxmc@gmail.com>2015-11-22 10:54:03 -0500
committer kazblox <kazbloxmc@gmail.com>2015-11-22 10:54:03 -0500
commitcac332e52bbb0e9eab5ab5197d4b8d10bac1d829 (patch)
tree6745f8a76bf385aa8f13c8b482fb7c3468a33546 /src
parent7b9ac649564f98fe5d4373162f7d0e7e4a850db9 (diff)
fmopl: partially revert ksl order fix
<hap> it only applies to opl3
Diffstat (limited to 'src')
-rw-r--r--src/devices/sound/fmopl.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/sound/fmopl.cpp b/src/devices/sound/fmopl.cpp
index 618cd3bafc6..e368e3a077d 100644
--- a/src/devices/sound/fmopl.cpp
+++ b/src/devices/sound/fmopl.cpp
@@ -390,7 +390,7 @@ static const UINT32 ksl_tab[8*16]=
#undef DV
/* 0 / 3.0 / 1.5 / 6.0 dB/OCT */
-static const UINT32 ksl_shift[4] = { 31, 2, 1, 0 };
+static const UINT32 ksl_shift[4] = { 31, 1, 2, 0 };
/* sustain level table (3dB per step) */