This commit is contained in:
retro-wertz
2017-10-15 19:48:51 +08:00
parent 52c8155dee
commit d72a5061ea
10 changed files with 18 additions and 20 deletions

View File

@@ -19,7 +19,10 @@
*/
#include "mapinc.h"
#include "emu2413.h"
static int32 dwave = 0;
static OPLL *VRC7Sound = NULL;
static uint8 vrc7idx, preg[3], creg[8], mirr;
static uint8 IRQLatch, IRQa, IRQd;
static int32 IRQCount, CycleCount;
@@ -42,11 +45,6 @@ static SFORMAT StateRegs[] =
/* VRC7 Sound */
#include "emu2413.h"
static int32 dwave = 0;
static OPLL *VRC7Sound = NULL;
void DoVRC7Sound(void) {
int32 z, a;
if (FSettings.soundq >= 1)