prepare to fix pitch linearity issues
This commit is contained in:
parent
b5faddf319
commit
c064cf089d
13 changed files with 49 additions and 454 deletions
|
|
@ -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),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue