almost there

eliminate the velociraptor
This commit is contained in:
tildearrow 2024-09-21 17:37:30 -05:00
parent 987bff8b75
commit d703aa1e97
9 changed files with 267 additions and 325 deletions

View file

@ -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;