implement OpMask for the rest of FM chips
whether supported
This commit is contained in:
parent
6e1f54b777
commit
a08ae8cce7
10 changed files with 40 additions and 10 deletions
|
|
@ -43,7 +43,7 @@ class DivPlatformArcade: public DivPlatformOPM {
|
|||
int freq, baseFreq, pitch, pitch2, note;
|
||||
int ins;
|
||||
signed char konCycles;
|
||||
bool active, insChanged, freqChanged, keyOn, keyOff, inPorta, portaPause, furnacePCM, hardReset;
|
||||
bool active, insChanged, freqChanged, keyOn, keyOff, inPorta, portaPause, furnacePCM, hardReset, opMaskChanged;
|
||||
int vol, outVol;
|
||||
unsigned char chVolL, chVolR, opMask;
|
||||
void macroInit(DivInstrument* which) {
|
||||
|
|
@ -68,6 +68,7 @@ class DivPlatformArcade: public DivPlatformOPM {
|
|||
portaPause(false),
|
||||
furnacePCM(false),
|
||||
hardReset(false),
|
||||
opMaskChanged(false),
|
||||
vol(0),
|
||||
outVol(0),
|
||||
chVolL(127),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue