prepare for volume handling refactor

This commit is contained in:
tildearrow 2023-11-01 20:43:48 -05:00
parent ff9078d59f
commit 4bc5f49fe6
4 changed files with 25 additions and 879 deletions

View file

@ -97,7 +97,7 @@ class DivPlatformES5506: public DivDispatch, public es550x_intf {
VolChanged() :
changed(0) {}
} volChanged;
} volChangedES;
struct FilterChanged { // Filter changed flags
union { // pack flag bits in single byte
@ -198,7 +198,7 @@ class DivPlatformES5506: public DivDispatch, public es550x_intf {
isReverseLoop(false),
cr(0),
noteChanged(NoteChanged()),
volChanged(VolChanged()),
volChangedES(VolChanged()),
filterChanged(FilterChanged()),
envChanged(EnvChanged()),
pcmChanged(PCMChanged()),