i guess
to anybody who bothers reading the contents of this commit: who cares? you promised me C163 would become the name but nobody has bothered to call it C163 for an entire week. there's no point on pushing a dead idea forward!
This commit is contained in:
parent
2af4992e9b
commit
da8f7dabd5
7 changed files with 11 additions and 29 deletions
|
|
@ -32,6 +32,7 @@ class DivPlatformGB: public DivDispatch {
|
|||
bool active, insChanged, freqChanged, sweepChanged, keyOn, keyOff, inPorta;
|
||||
signed char vol, outVol, wave;
|
||||
unsigned char envVol, envDir, envLen, soundLen;
|
||||
unsigned short hwSeqPos, hwSeqDelay;
|
||||
DivMacroInt std;
|
||||
void macroInit(DivInstrument* which) {
|
||||
std.init(which);
|
||||
|
|
@ -59,7 +60,9 @@ class DivPlatformGB: public DivDispatch {
|
|||
envVol(0),
|
||||
envDir(0),
|
||||
envLen(0),
|
||||
soundLen(0) {}
|
||||
soundLen(0),
|
||||
hwSeqPos(0),
|
||||
hwSeqDelay(0) {}
|
||||
};
|
||||
Channel chan[4];
|
||||
DivDispatchOscBuffer* oscBuf[4];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue