From 183d08f49bb8528c2838bc42ca76e8012a906c6f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20Banaan=20Ananas?= Date: Sat, 22 Oct 2011 12:25:15 +0000 Subject: [PATCH] forgot to change this too --- src/emu/sound/ymz770.c | 4 ++-- 1 file 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,