implement some basic SID3 effects

Wave/PCM chan and pw/cutoff slides coming later ig
This commit is contained in:
LTVA1 2024-08-08 12:11:47 +03:00
parent 2e892b1aec
commit 2a322bff4f
4 changed files with 134 additions and 12 deletions

View file

@ -265,6 +265,14 @@ enum DivDispatchCmds {
DIV_CMD_FDS_MOD_AUTO,
DIV_CMD_SID3_SPECIAL_WAVE,
DIV_CMD_SID3_RING_MOD_SRC,
DIV_CMD_SID3_HARD_SYNC_SRC,
DIV_CMD_SID3_PHASE_MOD_SRC,
DIV_CMD_SID3_WAVE_MIX,
DIV_CMD_SID3_LFSR_FEEDBACK_BITS,
DIV_CMD_SID3_1_BIT_NOISE,
DIV_CMD_MAX
};