diff options
| author | 2015-11-22 11:36:30 -0500 | |
|---|---|---|
| committer | 2015-11-22 11:36:30 -0500 | |
| commit | 209055bb11ab51751929f26e55ae859d3d8f989e (patch) | |
| tree | cf257417a6790d588f517c0ee953fffa539de85f /src | |
| parent | cac332e52bbb0e9eab5ab5197d4b8d10bac1d829 (diff) | |
ymf262: I fscked up so hard
Diffstat (limited to 'src')
| -rw-r--r-- | src/devices/sound/ymf262.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/sound/ymf262.cpp b/src/devices/sound/ymf262.cpp index 7506446ccf8..5e4349e2f5b 100644 --- a/src/devices/sound/ymf262.cpp +++ b/src/devices/sound/ymf262.cpp @@ -343,7 +343,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) */ |
