Update sid3.h
This commit is contained in:
parent
cdc83f3a39
commit
e92c3c5e5a
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue