SNES: easier filter config

This commit is contained in:
tildearrow 2022-09-30 04:02:11 -05:00
parent 36f3641c9f
commit 73a9eb5ccc
3 changed files with 129 additions and 14 deletions

View file

@ -87,6 +87,14 @@ class DivPlatformSNES: public DivDispatch {
bool writeEcho;
bool echoOn;
bool initEchoOn;
signed char initEchoVolL;
signed char initEchoVolR;
signed char initEchoFeedback;
signed char initEchoFIR[8];
unsigned char initEchoDelay;
unsigned char initEchoMask;
struct QueuedWrite {
unsigned char addr;
unsigned char val;