prepare to fix pitch linearity issues

This commit is contained in:
tildearrow 2025-04-01 14:11:45 -05:00
parent b5faddf319
commit c064cf089d
13 changed files with 49 additions and 454 deletions

View file

@ -432,7 +432,6 @@ enum DivChanTypes {
};
extern const char* cmdName[];
extern int curEngineState;
class DivEngine {
DivDispatchContainer disCont[DIV_MAX_CHIPS];
@ -448,7 +447,6 @@ class DivEngine {
bool playing;
bool freelance;
bool shallStop, shallStopSched;
bool reverse;
bool endOfSong;
bool consoleMode;
bool disableStatusOut;
@ -1402,7 +1400,6 @@ class DivEngine {
freelance(false),
shallStop(false),
shallStopSched(false),
reverse(false),
endOfSong(false),
consoleMode(false),
disableStatusOut(false),