Update
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user