diff options
| author | 2011-10-22 12:25:15 +0000 | |
|---|---|---|
| committer | 2011-10-22 12:25:15 +0000 | |
| commit | 183d08f49bb8528c2838bc42ca76e8012a906c6f (patch) | |
| tree | 2661067a8b6e166354348fbe41ce243ca924d5da | |
| parent | a1f1b43fda631d8c5aa9c7d2bf1cb9197d436e45 (diff) | |
forgot to change this too
| -rw-r--r-- | src/emu/sound/ymz770.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/emu/sound/ymz770.c b/src/emu/sound/ymz770.c index 279a4d112c0..5409cb197e8 100644 --- a/src/emu/sound/ymz770.c +++ b/src/emu/sound/ymz770.c @@ -49,7 +49,7 @@ private: static const band_parameter_size band_parameter_sizes[5]; static const int init_band_counts[4]; static const band_info band_infos[18]; - static const double synthesis_filter[513]; + static const double synthesis_filter[512]; int sampling_rate, last_frame_number; int param_index, forced_param_index; @@ -348,7 +348,7 @@ const amm::band_info amm::band_infos[18] = { { 0xffff, 98.01, 16, 48, 0, 0, 1-1.0/65536, -1.0/65536, 1/(1-1.0/65536), 1.0/32768 }, }; -const double amm::synthesis_filter[513] = { +const double amm::synthesis_filter[512] = { +0.000000000, -0.000015259, -0.000015259, -0.000015259, -0.000015259, -0.000015259, -0.000015259, -0.000030518, -0.000030518, -0.000030518, -0.000030518, -0.000045776, -0.000045776, -0.000061035, -0.000061035, -0.000076294, -0.000076294, -0.000091553, -0.000106812, -0.000106812, -0.000122070, -0.000137329, -0.000152588, -0.000167847, |
