Not sure if intended but there is "#" just before the constant values. It compiles fine but thought i bring this up because VSCode is reporting this as an red squiggle error.
#define SFX_CHANNEL2 #0x01
#define SFX_CHANNEL3 #0x02
#define SFX_CHANNELS2AND3 SFX_CHANNEL2|SFX_CHANNEL3
#define SFX_CHANNEL0 #0x04
#define SFX_CHANNEL1 #0x08
Not sure if intended but there is "#" just before the constant values. It compiles fine but thought i bring this up because VSCode is reporting this as an red squiggle error.