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:
tildearrow 2022-08-09 14:53:31 -05:00
parent 2af4992e9b
commit da8f7dabd5
7 changed files with 11 additions and 29 deletions

View file

@ -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];