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) */