From 1768a34144b1d03ad9f842f721fe910fa1c67513 Mon Sep 17 00:00:00 2001 From: nukeykt Date: Sun, 24 Sep 2017 01:47:50 +0900 Subject: [PATCH] Nuked OPN2: requested changes 3 --- core/sound/sound.c | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/core/sound/sound.c b/core/sound/sound.c index dd9c090..32e997a 100644 --- a/core/sound/sound.c +++ b/core/sound/sound.c @@ -41,7 +41,12 @@ #include "blip_buf.h" /* FM output buffer (large enough to hold a whole frame at original chips rate) */ +#ifdef HAVE_YM3438_CORE static int fm_buffer[1080 * 2 * 24]; +#else +static int fm_buffer[1080 * 2]; +#endif + static int fm_last[2]; static int *fm_ptr;