prepare to move things around

speed dial commands and speed delays will be moved to e0-ff in order to
accelerate command check process (one cmp as opposed to a large command call table)
This commit is contained in:
tildearrow 2025-04-15 18:35:50 -05:00
parent a2269bc2b1
commit ecc60a3a64
4 changed files with 100 additions and 111 deletions

View file

@ -36,7 +36,7 @@ struct DivCSChannelState {
int note, pitch;
int volume, volMax, volSpeed, volSpeedTarget;
int vibratoDepth, vibratoRate, vibratoPos;
int vibratoDepth, vibratoRate, vibratoPos, vibratoRange, vibratoShape;
int portaTarget, portaSpeed;
unsigned char arp, arpStage, arpTicks, loopCount;