almost there
eliminate the velociraptor
This commit is contained in:
parent
987bff8b75
commit
d703aa1e97
9 changed files with 267 additions and 325 deletions
|
|
@ -19,8 +19,6 @@
|
|||
|
||||
#include "intConst.h"
|
||||
|
||||
#include "../engine/platform/sound/sid3.h"
|
||||
|
||||
const int _ZERO=0;
|
||||
const int _ONE=1;
|
||||
const int _THREE=3;
|
||||
|
|
@ -44,7 +42,3 @@ const int _SIXTY_FIVE_THOUSAND_FIVE_HUNDRED_THIRTY_FIVE=65535;
|
|||
const int _MINUS_TWENTY_FOUR=-24;
|
||||
const int _MINUS_ONE_HUNDRED_TWENTY_SEVEN=-127;
|
||||
const int _MINUS_ONE_HUNDRED_TWENTY_EIGHT=-128;
|
||||
|
||||
const int _SID3_SPECIAL_WAVES=SID3_NUM_SPECIAL_WAVES - 1;
|
||||
const int _SID3_NUM_CHANNELS=SID3_NUM_CHANNELS;
|
||||
const int _SID3_NUM_CHANNELS_MINUS_ONE=SID3_NUM_CHANNELS - 1;
|
||||
Loading…
Add table
Add a link
Reference in a new issue