fix negative notes
This commit is contained in:
parent
46fd774f30
commit
4b43694db0
9 changed files with 26 additions and 25 deletions
|
|
@ -14,7 +14,8 @@ class DivPlatformAmiga: public DivDispatch {
|
|||
int audSub;
|
||||
signed char audDat;
|
||||
int sample, wave;
|
||||
unsigned char ins, note;
|
||||
unsigned char ins;
|
||||
int note;
|
||||
bool active, insChanged, freqChanged, keyOn, keyOff, inPorta, useWave;
|
||||
signed char vol, outVol;
|
||||
DivMacroInt std;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue