mirror of
https://github.com/ekeeke/Genesis-Plus-GX.git
synced 2024-12-27 03:31:49 +01:00
Nuked OPN2: requested changes 3
This commit is contained in:
parent
757a6e0c1f
commit
1768a34144
@ -41,7 +41,12 @@
|
|||||||
#include "blip_buf.h"
|
#include "blip_buf.h"
|
||||||
|
|
||||||
/* FM output buffer (large enough to hold a whole frame at original chips rate) */
|
/* 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];
|
static int fm_buffer[1080 * 2 * 24];
|
||||||
|
#else
|
||||||
|
static int fm_buffer[1080 * 2];
|
||||||
|
#endif
|
||||||
|
|
||||||
static int fm_last[2];
|
static int fm_last[2];
|
||||||
static int *fm_ptr;
|
static int *fm_ptr;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user