diff options
| author | 2015-11-18 21:52:40 -0500 | |
|---|---|---|
| committer | 2015-11-18 21:52:40 -0500 | |
| commit | e3d1852e6dfdedbd6b20dd88f957200bfcc17bd7 (patch) | |
| tree | d6c5f2bf17725e41badea72090fe44de1d7f5b01 /src | |
| parent | 2a857842ecadd86b34bc3bf1a569a4b0aa48bd46 (diff) | |
fmopl: here too...
Diffstat (limited to 'src')
| -rw-r--r-- | src/devices/sound/fmopl.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/sound/fmopl.cpp b/src/devices/sound/fmopl.cpp index e368e3a077d..618cd3bafc6 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, 1, 2, 0 }; +static const UINT32 ksl_shift[4] = { 31, 2, 1, 0 }; /* sustain level table (3dB per step) */ |
