halve clock speed, add ring mod and hard sync

This commit is contained in:
LTVA1 2024-08-02 11:13:04 +03:00
parent d0a990dcfa
commit 365062ac21
7 changed files with 196 additions and 59 deletions

View file

@ -44,4 +44,6 @@ 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_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;