Nuked OPN2: requested changes 3

This commit is contained in:
nukeykt 2017-09-24 01:47:50 +09:00
parent 757a6e0c1f
commit 1768a34144

View File

@ -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;