mirror of
https://github.com/holub/mame
synced 2025-04-30 11:50:30 +03:00
ymz770: remove useless extra coefficient now that the real bug is fixed (nw)
This commit is contained in:
parent
e0e529678f
commit
e9dc32284d
@ -412,7 +412,7 @@ const double amm::synthesis_filter[513] = {
|
|||||||
+0.000442505, +0.000396729, +0.000366211, +0.000320435, +0.000289917, +0.000259399, +0.000244141, +0.000213623,
|
+0.000442505, +0.000396729, +0.000366211, +0.000320435, +0.000289917, +0.000259399, +0.000244141, +0.000213623,
|
||||||
+0.000198364, +0.000167847, +0.000152588, +0.000137329, +0.000122070, +0.000106812, +0.000106812, +0.000091553,
|
+0.000198364, +0.000167847, +0.000152588, +0.000137329, +0.000122070, +0.000106812, +0.000106812, +0.000091553,
|
||||||
+0.000076294, +0.000076294, +0.000061035, +0.000061035, +0.000045776, +0.000045776, +0.000030518, +0.000030518,
|
+0.000076294, +0.000076294, +0.000061035, +0.000061035, +0.000045776, +0.000045776, +0.000030518, +0.000030518,
|
||||||
+0.000030518, +0.000030518, +0.000015259, +0.000015259, +0.000015259, +0.000015259, +0.000015259, +0.000015259, 0.0
|
+0.000030518, +0.000030518, +0.000015259, +0.000015259, +0.000015259, +0.000015259, +0.000015259, +0.000015259,
|
||||||
};
|
};
|
||||||
|
|
||||||
int amm::get_band_param(int &pos, int band)
|
int amm::get_band_param(int &pos, int band)
|
||||||
|
Loading…
Reference in New Issue
Block a user