Update sid3.h

This commit is contained in:
LTVA1 2024-07-30 12:00:05 +03:00
parent cdc83f3a39
commit e92c3c5e5a

View file

@ -12,7 +12,8 @@ extern "C" {
#define SID3_NUM_CHANNELS 7 #define SID3_NUM_CHANNELS 7
#define SID3_NUM_FILTERS 4 #define SID3_NUM_FILTERS 4
#define SID3_NUM_REGISTERS 256 #define SID3_REGISTERS_PER_CHANNEL 32
#define SID3_NUM_REGISTERS (SID3_NUM_CHANNELS * SID3_REGISTERS_PER_CHANNEL)
#define SID3_MAX_VOL 255 #define SID3_MAX_VOL 255
#define SID3_WAVETABLE_LENGTH 256 #define SID3_WAVETABLE_LENGTH 256