YM2612: prototype of ExtCh macros
This commit is contained in:
parent
bb6bcab2e3
commit
3745e0935d
3 changed files with 59 additions and 8 deletions
|
|
@ -25,7 +25,7 @@ class DivPlatformGenesisExt: public DivPlatformGenesis {
|
|||
struct OpChannel {
|
||||
DivMacroInt std;
|
||||
unsigned char freqH, freqL;
|
||||
int freq, baseFreq, pitch, pitch2, portaPauseFreq, ins;
|
||||
int freq, baseFreq, pitch, pitch2, portaPauseFreq, ins, note;
|
||||
signed char konCycles;
|
||||
bool active, insChanged, freqChanged, keyOn, keyOff, portaPause, inPorta, mask;
|
||||
int vol, outVol;
|
||||
|
|
@ -43,6 +43,7 @@ class DivPlatformGenesisExt: public DivPlatformGenesis {
|
|||
pitch2(0),
|
||||
portaPauseFreq(0),
|
||||
ins(-1),
|
||||
note(0),
|
||||
active(false),
|
||||
insChanged(true),
|
||||
freqChanged(false),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue